gkisystems
Board Regular
- Joined
- Apr 20, 2012
- Messages
- 76
On my first spreadsheet within a workbook, I have some data that looks like this:
A B C D E F G...
Year Period Week Ended MiscData1 MiscData2 MiscData3 Etc
2008 2/9/2008 abc efg hij klm
2008 3/15/2008 abc efg hij klm
2009 5/16/2009 abc efg hij klm
2010 9/18/2010 abc efg hij klm
On another spreadsheet within the same workbook, I have my fiscal period calendar that looks like this:
A B C D E
Year Month Beginning End Period
2008 02 2/1/2008 3/1/2008 2008.02
2008 03 3/2/2008 3/29/2008 2008.03
2009 05 4/26/2009 5/30/2009 2009.05
2010 09 9/5/2010 10/02/2010 2010.09
As you can see, my fiscal calendar is NOT a normal calendar month. For example, October 2nd 2010 is considered to be September 2010 - not October.
On the first spreadsheet in column B (Period), how do I use a VLOOKUP formula (or something similar) to go look at my accounting calendar Beginning & End Dates to see what period the date in column C (Week Ended) should fall into?
A B C D E F G...
Year Period Week Ended MiscData1 MiscData2 MiscData3 Etc
2008 2/9/2008 abc efg hij klm
2008 3/15/2008 abc efg hij klm
2009 5/16/2009 abc efg hij klm
2010 9/18/2010 abc efg hij klm
On another spreadsheet within the same workbook, I have my fiscal period calendar that looks like this:
A B C D E
Year Month Beginning End Period
2008 02 2/1/2008 3/1/2008 2008.02
2008 03 3/2/2008 3/29/2008 2008.03
2009 05 4/26/2009 5/30/2009 2009.05
2010 09 9/5/2010 10/02/2010 2010.09
As you can see, my fiscal calendar is NOT a normal calendar month. For example, October 2nd 2010 is considered to be September 2010 - not October.
On the first spreadsheet in column B (Period), how do I use a VLOOKUP formula (or something similar) to go look at my accounting calendar Beginning & End Dates to see what period the date in column C (Week Ended) should fall into?