Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Automatic Date Increase by 12 Months

I am a fairly new user. In field A1 I have the date 12/1/08. Is there a
formula that would automatically add "12" months to A1 and place the results
in A2 (12/1/009)?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Automatic Date Increase by 12 Months

hi,

This

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

or this

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

Mike

"Steve 084" wrote:

I am a fairly new user. In field A1 I have the date 12/1/08. Is there a
formula that would automatically add "12" months to A1 and place the results
in A2 (12/1/009)?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Automatic Date Increase by 12 Months

Worked like a charm. Thank you Mike for your help.

"Mike H" wrote:

hi,

This

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

or this

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

Mike

"Steve 084" wrote:

I am a fairly new user. In field A1 I have the date 12/1/08. Is there a
formula that would automatically add "12" months to A1 and place the results
in A2 (12/1/009)?

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
3 months prior and 3 months post a date renee Excel Worksheet Functions 2 May 2nd 08 05:46 PM
Measuring growth-how much did revenue increase using 12 months of Buck Excel Discussion (Misc queries) 7 August 11th 07 02:00 AM
how do I forecast a 15% increase over 7 months? vrosen Excel Discussion (Misc queries) 1 June 24th 05 03:01 AM
Convert date to length of time in months from set date MJUK Excel Worksheet Functions 1 March 19th 05 06:31 PM
Return a date 6 months from a date in another cell Qaspec Excel Worksheet Functions 1 January 21st 05 04:59 PM


All times are GMT +1. The time now is 08:46 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"