3G
Member
Hello-
Trying to set up a chart of rolling months based on the date. I've consulted the post on the rolling months, and, have changed teh COLUMNS to ROWS (my data is organized vertically so I can do a specific chart). However, rather than selecting a current month, I just want the date in A1 to auto update by using TODAY(). I'm running into a problem with the MATCH function though because the example matches on the 1st of the month (as in the example).The formula in A2 says the following:
=DATE(2011,MATCH($A$1,lst_Months,0)+ROWS($A$2:A2),1)
I would like to have a 6 month rolling, again, taking the MONTH of TODAY() and doing + 6 months. I can figure out how to update the range...it's just the month thing that has me perplexed!
Thanks
3G
Trying to set up a chart of rolling months based on the date. I've consulted the post on the rolling months, and, have changed teh COLUMNS to ROWS (my data is organized vertically so I can do a specific chart). However, rather than selecting a current month, I just want the date in A1 to auto update by using TODAY(). I'm running into a problem with the MATCH function though because the example matches on the 1st of the month (as in the example).The formula in A2 says the following:
=DATE(2011,MATCH($A$1,lst_Months,0)+ROWS($A$2:A2),1)
I would like to have a 6 month rolling, again, taking the MONTH of TODAY() and doing + 6 months. I can figure out how to update the range...it's just the month thing that has me perplexed!
Thanks
3G