VLOOKUP pulls odd result

jimmisavage

Board Regular
Joined
Jun 28, 2017
Messages
130
Hi everyone,
My VLOOKUP seems to be pulling the wrong information. =VLOOKUP(AE1,'Study Database'!B9:AN6000,9)

Where;
AE1 = Dave
I was expecting the lookup to find Dave in the database which covers B9:AN6000 and pull the information on row 9 from the line which has Dave's information. Instead it's pulling information from 8 rows below Dave's row. What am I doing wrong here?
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Hi everyone,
My VLOOKUP seems to be pulling the wrong information. =VLOOKUP(AE1,'Study Database'!B9:AN6000,9)

Where;
AE1 = Dave
I was expecting the lookup to find Dave in the database which covers B9:AN6000 and pull the information on row 9 from the line which has Dave's information. Instead it's pulling information from 8 rows below Dave's row. What am I doing wrong here?

I seem to have fixed it by reducing the size of my table =VLOOKUP(AE1,'Study Database'!B9:AN1000,9)
 
Last edited:
Upvote 0
If you arent sorting your column B then you arent using it correctly. You need to use an exact match:

=VLOOKUP(AE1,'Study Database'!B9:AN1000,9,0)
 
Upvote 0

Forum statistics

Threads
1,214,905
Messages
6,122,174
Members
449,071
Latest member
cdnMech

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