#1   Report Post  
Robert Dieckmann
 
Posts: n/a
Default Date-increments

Is there a way to increment dates by month based off a key cell? For
example if cell A1 contains 01/01/2004 then A2 I want to be 02/01/2004; A3
to be 03/01/2004 etc. If I change cell A1 to 04/10/2004 then I want A2 to
automatically change to 05/10/2004; A3 to change to 06/10/2004 etc. I am
using Excel 2000.

Thanks.
Robert


  #2   Report Post  
Frank Kabel
 
Posts: n/a
Default

Hi
in A2 enter
=DATE(YEAR(A1),MONTH(A1)+1,DAY(A1))

--
Regards
Frank Kabel
Frankfurt, Germany

"Robert Dieckmann" schrieb im Newsbeitrag
...
Is there a way to increment dates by month based off a key cell? For
example if cell A1 contains 01/01/2004 then A2 I want to be

02/01/2004; A3
to be 03/01/2004 etc. If I change cell A1 to 04/10/2004 then I want

A2 to
automatically change to 05/10/2004; A3 to change to 06/10/2004 etc.

I am
using Excel 2000.

Thanks.
Robert



  #3   Report Post  
Chip Pearson
 
Posts: n/a
Default

With your start date in A1, use the following formula

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



"Robert Dieckmann" wrote in message
...
Is there a way to increment dates by month based off a key
cell? For example if cell A1 contains 01/01/2004 then A2 I
want to be 02/01/2004; A3 to be 03/01/2004 etc. If I change
cell A1 to 04/10/2004 then I want A2 to automatically change to
05/10/2004; A3 to change to 06/10/2004 etc. I am using Excel
2000.

Thanks.
Robert



  #4   Report Post  
Harald Staff
 
Posts: n/a
Default

Hi Robert

A2:
=DATE(YEAR(A1),MONTH(A1)+1,DAY(A1))
fill down. Note that Excel makes a distinct choice on what January 31st + 1
month is, which may or may not fit your needs.

HTH. Best wishes Harald

"Robert Dieckmann" skrev i melding
...
Is there a way to increment dates by month based off a key cell? For
example if cell A1 contains 01/01/2004 then A2 I want to be 02/01/2004; A3
to be 03/01/2004 etc. If I change cell A1 to 04/10/2004 then I want A2 to
automatically change to 05/10/2004; A3 to change to 06/10/2004 etc. I am
using Excel 2000.

Thanks.
Robert




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Date updates from worksheet to chart & changes date to a date series! Help!! Jayjg Charts and Charting in Excel 2 January 22nd 05 03:00 PM
Line chart - date line association gone mad! Johannes Czernin Charts and Charting in Excel 5 January 17th 05 08:48 PM
Auto date changing in Excel is maddening brhicks Charts and Charting in Excel 3 December 16th 04 02:54 PM
Formatting date fields after export Raymond Excel Discussion (Misc queries) 2 December 1st 04 12:04 AM
Creating a Date Selector in Excel VBA? Mark Excel Discussion (Misc queries) 0 November 25th 04 10:59 PM


All times are GMT +1. The time now is 06:57 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"