Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Increase date by 1 year

In Excel 2003, how can I build a formula to increase each subsequent date in
a column by one year (not 365 days) when the first date in the column is
changeable.

Thanks...jcs


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,393
Default Increase date by 1 year

=DATE(YEAR(A1)+1,MONTH(A1),DAY(A1)
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Craig" wrote in message
. ..
In Excel 2003, how can I build a formula to increase each subsequent date
in a column by one year (not 365 days) when the first date in the column
is changeable.

Thanks...jcs



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default Increase date by 1 year

Assuming your changeable date is in A1, enter this formula in A2:

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

Copy down as far as needed.

HTH,
Elkar


"Craig" wrote:

In Excel 2003, how can I build a formula to increase each subsequent date in
a column by one year (not 365 days) when the first date in the column is
changeable.

Thanks...jcs



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Increase date by 1 year

What if the beginning column format date is 8/1/07 where the year, month and
day are not segregated?

"Bernard Liengme" wrote in message
...
=DATE(YEAR(A1)+1,MONTH(A1),DAY(A1)
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Craig" wrote in message
. ..
In Excel 2003, how can I build a formula to increase each subsequent date
in a column by one year (not 365 days) when the first date in the column
is changeable.

Thanks...jcs





  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,393
Default Increase date by 1 year

If it is real Excel date, then Excel will find yy, mm and dd no matter what
format is used.
Did you try it?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Craig" wrote in message
. ..
What if the beginning column format date is 8/1/07 where the year, month
and day are not segregated?

"Bernard Liengme" wrote in message
...
=DATE(YEAR(A1)+1,MONTH(A1),DAY(A1)
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Craig" wrote in message
. ..
In Excel 2003, how can I build a formula to increase each subsequent
date in a column by one year (not 365 days) when the first date in the
column is changeable.

Thanks...jcs









  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Increase date by 1 year

Actually it worked based on your original suggestion
(=DATE(YEAR(A1)+1,MONTH(A1),DAY(A1)
). Sorry I must have entered the formula incorrectly at first. This was a
great and simple solution. Thanks again...jcs

"Bernard Liengme" wrote in message
...
If it is real Excel date, then Excel will find yy, mm and dd no matter
what format is used.
Did you try it?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Craig" wrote in message
. ..
What if the beginning column format date is 8/1/07 where the year, month
and day are not segregated?

"Bernard Liengme" wrote in message
...
=DATE(YEAR(A1)+1,MONTH(A1),DAY(A1)
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Craig" wrote in message
. ..
In Excel 2003, how can I build a formula to increase each subsequent
date in a column by one year (not 365 days) when the first date in the
column is changeable.

Thanks...jcs









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
Converting a year date into a specific day date jonny Charts and Charting in Excel 1 July 4th 07 09:06 PM
Help w/formula to add 1 year to cell (date done) date due? GregJ Excel Worksheet Functions 3 September 20th 06 01:05 PM
pick up date, month and year from a date vikkam Excel Discussion (Misc queries) 4 July 27th 06 04:27 AM
Year-to-date year to date formula Philm Excel Worksheet Functions 1 October 7th 05 02:50 AM
Date formula: return Quarter and Fiscal Year of a date Rob Excel Discussion (Misc queries) 7 May 11th 05 08:48 PM


All times are GMT +1. The time now is 01:29 PM.

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"