VLookup problem

berty2000

Board Regular
Joined
Mar 29, 2011
Messages
71
work book 1 data base
work book 2 Schedule
work book 3 Master file

In workbook 1 lots of VLookups used pulling data from workbook 2 Schedule, looks like this:

=VLOOKUP $J$21,'T:\SCHEDULE\[MOULDINGS_Current_month_schedule11.xls]403'!$E$8:$H$100,2,FALSE)

In workbook 3 I want to make it a master file so every time the schedule changes month or location I only have to change this one file name and all the formula will still work e.g

workbook 3
A1 File Location
B1 T:\SCHEDULE\[MOULDINGS_Current_month_schedule11.xls


Tried
=VLOOKUP $J$21,'[Book3]Sheet1!$B$1]403'!$E$8:$H$100,2,FALSE)

does not work any one got any ideas

Cheers for now
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
You need to use the INDIRECT function I think.

E.g
If in cell A1 you have the value "Jaffa cakes",
In cell A2 the value "A1", then
Code:
=INDIRECT(A2)
Returns the value "Jaffa cakes"
 
Upvote 0

Forum statistics

Threads
1,224,598
Messages
6,179,820
Members
452,946
Latest member
JoseDavid

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