Lookup in one column, and return value from another column
In Sheet1!A1:
=VLOOKUP(A1,Sheet2!A:C,3,FALSE)
--
Kind regards,
Niek Otten
"fdebelo" wrote in message
...
I am trying to look at the text in cell A1-Sheet1, find that text in column
1-sheet2, find the value in the corresponding row of column3-sheet2, then
paste that value in A2-Sheet1.
--
Thanks for your help in advance.
|