beedistinct
Board Regular
- Joined
- Jun 24, 2011
- Messages
- 62
I have a sheet that has day-wise data. Each day in September has one tab and they are named as Setember1, September2 etc.
I wish to consolidate the data in a second sheet where there is a column with dates from 9/1/2011 through 9/30/2011 by using vlookup.
I wish to dynamically change the sheet that is being looked up from September1 to September2 if the formula is on a row with date 9/2/2011.
Apparently, using Ampersand doesn't work. Please help.
I wish to consolidate the data in a second sheet where there is a column with dates from 9/1/2011 through 9/30/2011 by using vlookup.
Code:
=VLOOKUP(R[-2]C,'[Website Stats.xlsx][B]September1'[/B]!R3C1:R18C3,3,FALSE)
I wish to dynamically change the sheet that is being looked up from September1 to September2 if the formula is on a row with date 9/2/2011.
Apparently, using Ampersand doesn't work. Please help.