How do I. VLOOKUP & BRING BACK THE CELL BELOW THE CELL WHICH IS FO

G

Guest

Hi
Can anyone help.

I want to do a VLOOKUP and bring back the cell below the cell which is found.
eg normal vlookup - VLOOKUP(a1,SHEET,5,0). But I want to bring back the cell
below the 5th cell accross.
I have tried using the combination of OFFSET & VLOOKUP but I can't get a
result.

Cheers
 
G

Guest

Try something like this:

With
C1:G10 containing the lookup table

A1: (a value from the first column of the lookup table)

This formula returns the value from the 5th column, corresponding to the
lookup value, and one cell down.
B1: =INDEX(C1:G10,MATCH(A1,C1:C10,0)+1,5)

Is that something you can work with?
***********
Regards,
Ron

XL2002, WinXP
 

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