I have four files stored in this folder: C:\Users\JWilli80
North.xlsx East.xlsx West.xlsx South.xlsx
On the attached file there is lookup formula in cells B7 to B10.
At the moment it is currently hard coded for a vlookup to the North file.
In cell B1 there is a regional choice of the four regions.
What I want to happen is that when someone changes the region choice in cell B1, the region name in the lookup path formula in cells B7 to B10 automatically change.
=VLOOKUP(A7,'C:\Users\JWilli80\[North.xlsx]Sheet1'!$A:$B,2,FALSE)
=VLOOKUP(A7,'C:\Users\JWilli80\[East.xlsx]Sheet1'!$A:$B,2,FALSE)
=VLOOKUP(A7,'C:\Users\JWilli80\[West.xlsx]Sheet1'!$A:$B,2,FALSE)
=VLOOKUP(A7,'C:\Users\JWilli80\[South.xlsx]Sheet1'!$A:$B,2,FALSE)
I’m guessing there will need to be a break in the path where the & sign is used and a reference to cell B1 is placed somewhere in the middle?
Bookmarks