Hi All,
Is it possible to use VLOOKUP to find the item you want, but instead of taking the value next to it, you want it to go down one row and take that value?
Like this:
in A1:B4
Ice
Ice cake
Ice frosting
Ice water
so my vlookup is:
=VLOOKUP("Ice";A1:B4;2;FALSE) This gives me 0, but I want it to give me cake as a result.
Thanks a lot!
Bookmarks