Hi guys
I've been banging my head against a brick wall for the last 24 hours trying to figure out how to do this using the forum, google and youtube but no luck
I suspect I need to use the INDIRECT formula but not sure
Basically I have the formula
Formula:
=VLOOKUP(B$2,'C:\[Coin order WK30.xls]Sheet1'!$B$6:$K$39,10,FALSE)
What I want to do is have the "WK30" linked from another cell which contains the text
"WK30"
Every week I will then copy down the VLOOKUP and in column A where the text
"WK31" is for example, the formula will then process as
Formula:
=VLOOKUP(B$2,'C:\[Coin order WK31.xls]Sheet1'!$B$6:$K$39,10,FALSE)
Once this is done then each new row copied down will pull in the data from the latest week's spreadsheet I would of saved as "C:\[Coin order WK31.xls" before performing the VLOOKUP copy down mentioned above
Anyone got any ideas??
I did use
Formula:
=VLOOKUP(B$2,'C:\[Coin order "A31".xls]Sheet1'!$B$6:$K$39,10,FALSE)
but it doesn't work. Just returns "0" or yesterday when I was fiddling, "#ref"...
If anyone can help i will be eternally grateful