ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Formula to add 12 months to an existing date field (https://www.excelbanter.com/excel-discussion-misc-queries/216519-formula-add-12-months-existing-date-field.html)

Steve 084[_2_]

Formula to add 12 months to an existing date field
 
I am a novice Excel user. In field A1 I have the date 12/1/08. I would like
to know a formula that automatically would add 12 months to this date i.e.
12/1/09 in field A2.

Mike H

Formula to add 12 months to an existing date field
 
Check your first post

"Steve 084" wrote:

I am a novice Excel user. In field A1 I have the date 12/1/08. I would like
to know a formula that automatically would add 12 months to this date i.e.
12/1/09 in field A2.


JE McGimpsey

Formula to add 12 months to an existing date field
 
One way:

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

Note that if A1 = 2/29/08, the formula will return 3/1/09.

In article ,
Steve 084 wrote:

I am a novice Excel user. In field A1 I have the date 12/1/08. I would like
to know a formula that automatically would add 12 months to this date i.e.
12/1/09 in field A2.


Dave Peterson

Formula to add 12 months to an existing date field
 
=date(year(a1)+1,month(a1),day(a1))

If the date is February 29, then you'll get March 1, though.

Steve 084 wrote:

I am a novice Excel user. In field A1 I have the date 12/1/08. I would like
to know a formula that automatically would add 12 months to this date i.e.
12/1/09 in field A2.


--

Dave Peterson


All times are GMT +1. The time now is 05:45 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com