Another "working with dates ?"

G

giffer

Hi,
I want to create a list of dates one month apart from cell A1 thru
A200. In cell A1, I have the date of April 1, 2006. I need a formula
that copies A1 and adds one month to cell A2 thru A200.
Example
A1 April 1, 2006
A2 May 1, 2006
A3 June 1, 2006
A4 July 1 2006

Any suggestions will be appreciated
giffer
 
A

Arvi Laanemets

Hi

Without any formula:
Enter 1st date into A1
Select the range A1:A200
From Edit meni, select Fill>Series, set Date Unit to Month, and click OK

With formula:
Enter 1st date into A1
Into A2, enter the formula
=DATE(YEAR(A1),MONTH(A1)+1,1)
, and format it as date.
Copy A2 down until to A200.


Arvi Laanemets
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

countifs Function not giving desired result with date criteria 2
formulas 5
Counting Months 4
Formula 2
Conditional Formatting with Dates (Revised) 5
Date Formula 13
Help Creating Excel Formula 4
TIMESHEET 1

Top