Forum Discussion
Tao Garcia
Jun 20, 2017Copper Contributor
Search for a value in one row, and then the result is the value from another row
Im Trying to write a formula in excel that would basically say: IF you find in row15 the cell showing !, THEN copy the date value (4/6) assigned at the top of that column in Row2 to a new cell. Im no...
SergeiBaklan
Jun 20, 2017Diamond Contributor
Hi Tao,
Assuming you have one "!" in row 15, stay on the cell to which you would like to copy the data and enter
=LOOKUP("!",15:15,2:2)