I have three rows of data. The term to search for is in the last row, and I want to return the value in the first rwo. Can this be done?
[tt]
123 234 345 456
1.2 2.3 3.4 4.5
Text1 Text2 Text3 Text4[/tt]
So if I look up "Text4", I would return a value of "456".
I appreciate the help!
Thanks!!
Matt
[tt]
123 234 345 456
1.2 2.3 3.4 4.5
Text1 Text2 Text3 Text4[/tt]
So if I look up "Text4", I would return a value of "456".
I appreciate the help!
Thanks!!
Matt