making vlookup look left, or adjust when inserting a column

karate718

Board Regular
Joined
Feb 25, 2005
Messages
93
Hi,

This is my formula: =VLOOKUP(AE19,$B$17:$Q$73,16,FALSE)

If I insert a column in between B and Q, the 16 doesn't automatically increase to 17. Is there a way to change this?

Alternatively, is there a way wto make the vlookup look left instead of right. The reason I ask is that the data in column B is duplicated for formatting purposes in column Y and I almost never insert columns between Q and Y.

Thanks.
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Try...

=INDEX($Q$17:$Q$73,MATCH(AE19,$Y$17:$Y$73,0))

Hope this helps!
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,751
Members
448,989
Latest member
mariah3

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