Dynamic VLOOKUP

wmcnabb084

New Member
Joined
Sep 23, 2010
Messages
9
It's budget time and I need to be able to do a VLOOKUP into several hundred workbooks and populate a summary page based on criteria from a dropdown list. My basic VLOOKUP is in the form of:

=VLOOKUP(C3,'[ALDERSON EAST FIELD - Budget Year - 2013.xlsm]Summary Page'!$J$13:$O$29,3,FALSE)

The only part that has to dynamically change is the workbook name and not the sheet reference so in this case:

[ALDERSON EAST FIELD - Budget Year - 2013.xlsm]

Any suggestions would be greatly appreciated.

Wyatt
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
It's budget time and I need to be able to do a VLOOKUP into several hundred workbooks and populate a summary page based on criteria from a dropdown list. My basic VLOOKUP is in the form of:

=VLOOKUP(C3,'[ALDERSON EAST FIELD - Budget Year - 2013.xlsm]Summary Page'!$J$13:$O$29,3,FALSE)

The only part that has to dynamically change is the workbook name and not the sheet reference so in this case:

[ALDERSON EAST FIELD - Budget Year - 2013.xlsm]

Any suggestions would be greatly appreciated.

Wyatt

If the target books can be open at the time of retrieval, have a look at the INDIRECT function. If you need to work with closed workbooks, uou can install the morefunc.xll add-in a 32bit system and invoke the INDIRECT.EXT function.
 
Upvote 0
If the target books can be open at the time of retrieval, have a look at the INDIRECT function. If you need to work with closed workbooks, uou can install the morefunc.xll add-in a 32bit system and invoke the INDIRECT.EXT function.

Sorry do not have admin rights on this machine so cannot instal any addins...
 
Upvote 0

Forum statistics

Threads
1,226,693
Messages
6,192,465
Members
453,725
Latest member
cvsdatreas

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