
Signature
Regards
Norman Harker MVP (Excel)
Sydney, Australia
njharker@optusnet.com.au
GreenMan,
In cells B1 through M1, apply the cell formatting as Norman recommends.
In cell B1 enter the following formula to get the month of the date you
entered in A1:
=DATE(YEAR(A1),MONTH(A1),1)
In cell C1, enter the following formula, to add one month as you go across
the columns:
=DATE(YEAR(B1),MONTH(B1)+1,1)
Trevor
> Hi GreenMan!
>
[quoted text clipped - 7 lines]
>
> Use the following in B1:
=DATE(YEAR(A1),MONTH(A1)+1,MIN(DAY($A$1),DAY(DATE(YEAR(A1),MONTH(A1)+2,0))))
> Watch out for other solutions because they can fall down when copying
> across or down where the base month day is >=29. You find with the
[quoted text clipped - 4 lines]
> Sydney, Australia
> njharker@optusnet.com.au