Date issue to automate calendar
You can use the following formula.
=DATE(YEAR($A1),MONTH($A1)+COLUMN()-COLUMN($F1),1)
This assumes that your start date is in cell A1 and this formula is place in
F1 and filled to the right out to column P, which will list December. Change
the reference to $F1 to the first cell in which the formula is entered. Use
the $ character as shown.
"Babs in Ohio" wrote in message
...
I have a start date of 11/1/2008 - What I want to populate is a table that
has columns for Jan-08, Feb-08, Mar-08 etc begining with January ending
with
December.
I know I can type the column headers, but I want the column headers to
display the correct year if my start date becomes 2/1/2009. Therefore
Jan-09,
Feb-09, Mar-09 etc.
Is there any formula that I can use?
--
Babs
|