vlookup on different columns...
Posted by mabaud on December 31, 2000 12:29 AM
Consider the following exemple
Column I have one column A with figures, a second column B with other figures and a third one C with text.
I am trying to the row that matches the following condition:
find a value (exemple "No25") in a table where "No" is in one column and 25 in an other one.
I used the following formula :
=VLOOKUP("No25";E8:E9&F8:F9;2;FALSE)