Forum Discussion
krisi042
Oct 28, 2019Copper Contributor
Check column for specific value, and if its found, copy the value of the previous cell
Hello, I`m doing some expenses calculation and I was wondering if there is a way to search for specific text in a column and if it finds that text to copy the value of the previous cell to the s...
- Oct 28, 2019
You may store your search text in A4, then enter this formula in C4:
=LOOKUP(2,1/(
ISNUMBER(SEARCH(A4,J$6:J$12))),
I$6:I$12)The foregoing formula shall return 10, as shown below: