Ok this problem is clearly beyond me so I'll attempt to keep it short and sweet.
I have a function in the simplified following format.
AKA the formula add's a day to the date, IE:
Daily Adjuster_2011-01-11.xls
Daily Adjuster_2011-01-12.xls
Daily Adjuster_2011-01-13.xls
..etc
I currently have to manually update the "date" on about 13 similar formulated worksheets and I would love it if there was a way to do it automatically. I have a column of the current date in the above format YYYY-MM-DD if this is needed to grab from elsewhere.
I know enough VB to get me in trouble so a basic guide would be helpful if that's needed as I suspect.
I have a function in the simplified following format.
The part in Bold (AKA Daily Adjuster_2011-01-11.xls) gets updated with the current date every day. The the formula itself works great but when I Drag-Fill this formula to the next day's cell, the Source worksheet doesn't update and I was wondering if there was a way to do that.=VLOOKUP(C$3,'H:\DailySpreadsheets\[Daily Adjuster_2011-01-11.xls]Sheet1'!$A$2:$B$300,2,FALSE)
AKA the formula add's a day to the date, IE:
Daily Adjuster_2011-01-11.xls
Daily Adjuster_2011-01-12.xls
Daily Adjuster_2011-01-13.xls
..etc
I currently have to manually update the "date" on about 13 similar formulated worksheets and I would love it if there was a way to do it automatically. I have a column of the current date in the above format YYYY-MM-DD if this is needed to grab from elsewhere.
I know enough VB to get me in trouble so a basic guide would be helpful if that's needed as I suspect.