vlookup help

Ian1976

Board Regular
Joined
Feb 4, 2016
Messages
137
Office Version
  1. 365
Platform
  1. Windows
Hi is it possible to use vlookup to extract data on the row below a reference?

A B C D
1 Donna xxx xxx xxx
2 xxx
3 Vicky xxx xxx xxx
4 xxx

So if I do a vlookup formula for Vicky and want to display the results from d4 is that possible?

Thanks
Ian
 
Last edited:

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Hi arthubr,

I'm using 2 sheets and the table on sheet 2 is the one with my data in (A1:L181), what I want to do is search for the contents of A2 on sheet 1 and return the value of the contents from the sheet 2 but the data I want is on the row below the match (if that makes sense?)

So if the match is found on row 2 of sheet 2 I need the result from K3!

Thanks for your help!
Ian
 
Upvote 0
Think I've sussed it?

=INDEX(SHEET2!A1:L24,MATCH(SHEET1!A2,SHEET2!C1:C24,0)+1,11)
 
Upvote 0
Only problem I have now is that when I filter my data the formulas all go out of sync?

Is there a work around for this?

Thanks
Ian
 
Upvote 0
How about
=INDEX(Sheet2!A1:L24,MATCH(A2,Sheet2!C1:C24,0)+1,11)
 
Upvote 0
Hi Fluff,
Hope your well?

Thanks I'll give it a go!

Ian
 
Upvote 0

Forum statistics

Threads
1,214,534
Messages
6,120,080
Members
448,943
Latest member
sharmarick

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