N
no answer but some thoughts
Hi Dev,
Sanity check: I tried your formulas starting in B16 on
a scratch sheet and got the expected start-of-month
sequence into the next year for several cycles, so there
doesn't seem to be a problem with the formula.
Could there be some left over bits in your target cells
that are interfering with the formulas? Have you tried
with another start date? Have you tried in another range?
Far from an expert, but an interesting problem.
I overwrite the formula in BA32 with the value "1/1/1990"
w/o quotes, Excel displays "1/0/1900" w/o quotes and
changes the typed value to the formula "=1/1/1990".
Sanity check: I tried your formulas starting in B16 on
a scratch sheet and got the expected start-of-month
sequence into the next year for several cycles, so there
doesn't seem to be a problem with the formula.
Could there be some left over bits in your target cells
that are interfering with the formulas? Have you tried
with another start date? Have you tried in another range?
Far from an expert, but an interesting problem.
displaying "12/1/1989" in BA31, BA32 displays "#NUM!". If-----Original Message-----
I have a spreadsheet with
Range BA20: =DATE(1989,1,1)
Range BA21: =DATE(YEAR(BA20),MONTH(BA20)+1,DAY(BA20))
BA21's formula is copied down to BA223.
The problem I'm having is that after
I overwrite the formula in BA32 with the value "1/1/1990"
w/o quotes, Excel displays "1/0/1900" w/o quotes and
changes the typed value to the formula "=1/1/1990".