negative column offset in vlookup

J

Jon

I don't seem to be able to have a negative column offset
with my vlookup (Office XP). I seem to remember doing
this in past excel versions. Is there a new function or
workaround? Thanks.
 
L

Laura Cook

I believe the following should work for you:

With table array in A1:D7, lookup value in F1, column you are looking up the
value in is "C", and the column you want the value returned from is "A" (or
column 1 in your table array):

=INDEX(A1:D7,MATCH(F1,C1:C7,0),1)

If you have any questions, please post back.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top