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 not knowledgeable enough on excel to write the formula in the right language.
Thanks!
2 Replies
Hello,
a formula cannot copy data to another cell. Can you explain to what cell you would like to copy the date?
- SergeiBaklanDiamond 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)