Vlookup for a defined range (or a way to get around the insertion of new columns)

MitchamWill

New Member
Joined
May 22, 2015
Messages
2
Hey guys.

I've got a rather extensive set of asset worksheets. Essentially I have one main sheet with all the Asset data in it. this is around 350 rows with 30 columns.
my working sheets use the Asset ID column to suck asset info to other places and then the master list sucks back a project start and end date and a project ID associated with each asset.

I've hit a speed bump as I'm building this though in that I'm finding I need to add columns in my master list. This means that all the worksheets that reference this master list with a Vlookup become wrong as they reference the old master list column.

Is there a way to get around this by naming the ranges or something?

(The above explanation makes sense to me, but it might not to anyone else, so feel free to ask for more info)

Thanks,
Will
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
try using index match instead of vlookup
=INDEX(Sheet1!F:F,MATCH(Sheet2!F1,Sheet1!B:B,0))
so that will change the columns as you insert and delete

returns the value in sheet1 F (the data)
which matches a value on sheet 2 - F1
that is matched to column B in sheet1 (the data)
 
Upvote 0

Forum statistics

Threads
1,203,059
Messages
6,053,292
Members
444,650
Latest member
bookendinSA

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