I would like to create a macro in Excel that:
1st: Finds a cell with a certain word.
2nd: Goes down one cell and left two cells (arrow keys) (from column C to column A)
3rd: Selects the cell in column A, and the adjacent cell in column B
4th: Auto fills columns A and B with their respective contents until the next instance of the same word in step 1. (repeat process)....Could this be done in a loop?
Thank you in advance!!!