I am not sure if there is a way to do this or even where to start.
I have formulas in cells A3:A141 that do a search. For example, the formula in A3 is =IF(AND(($B$3>=C3),($B$3<=D3)),"yes","no"). This formula is copied down to A141.
Let’s suppose that A3 displays “yes” based on the results of the formula above.
Is there a way of cell A2 displaying the cell that the word “yes” was found in? For this example, A2 would have the value of “A3”.
I have formulas in cells A3:A141 that do a search. For example, the formula in A3 is =IF(AND(($B$3>=C3),($B$3<=D3)),"yes","no"). This formula is copied down to A141.
Let’s suppose that A3 displays “yes” based on the results of the formula above.
Is there a way of cell A2 displaying the cell that the word “yes” was found in? For this example, A2 would have the value of “A3”.