VLOOKUP Row Below Value

mouse88

Board Regular
Joined
May 24, 2011
Messages
148
I have data layed out in the format shown below.
I know how to get the data with a VLOOKUP if the data I want is in the same row as the value im looking for but on this occasion it will be on the row below.

Can anyone advise how I can specify the row as well as column?

2urnprd.png


By the way the look up value is "Agent Name & ID: John Davies - 1234"

Thanks

Matt
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Maybe

=INDEX(B:B,MATCH(A:A,"Agent Name & ID: John Davies - 1234",0)+1))
 
Upvote 0
Thanks for that.

Am i right in assuming the 0 is the column to lookup and the 1 specifies the row below?
 
Upvote 0
I tried this and I get a #VALUE! error

Edit: got it working now. just had to switch the range and the lookup value around in the MATCH function.

Thanks for this, thought I was going to have a nightmare doing this for 250 employees. Didn't even realise I could reference a whole column using A:A.

Thanks

Matt
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,517
Messages
6,179,240
Members
452,898
Latest member
Capolavoro009

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top