What is the formula for series: Jan-04, Feb-04, Mar-04, etc.?

N

Niek Otten

Hi Kitty,

=DATE(YEAR(A1),MONTH(A1)+1,1)

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel
 
F

Fable

Hi kitty,

One way of doing it is with the formula below:

If you have a date is cell A1 (01/01/04) and you want cell B1 to sho
you the following month insert in B1 the formula below.

=EOMONTH(A1,0)+1

You may have to install the "add in" the ToolPak in order for th
formula to work other wise you will get a #NAME?, error. Hope thi
helps
 
Top