Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 73
Default ADD THREE YEARS TO A DATE

i am trying to formate a whole column of dates to add three years to the
individual dates. I would like to copy that formula from someone without
figuring it all out. I need to do this to about 200 current dates, so i need
to get it done, quickly. my brain jurts, as i am not a math thinking person.
( ie fomulas etc
-I am also tired and the brain is not working on the left side. can someone
help me out?-
becky
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 174
Default ADD THREE YEARS TO A DATE

For a date in A1 you could use

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

or using EDATE from Analysis ToolPak

=EDATE(A1,36)

"becky" wrote:

i am trying to formate a whole column of dates to add three years to the
individual dates. I would like to copy that formula from someone without
figuring it all out. I need to do this to about 200 current dates, so i need
to get it done, quickly. my brain jurts, as i am not a math thinking person.
( ie fomulas etc
-I am also tired and the brain is not working on the left side. can someone
help me out?-
becky

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default ADD THREE YEARS TO A DATE

Original date in A1
In another cell =Date(year(a1)+3,month(a1),day(a1))
best wishes

--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"becky" wrote in message
...
i am trying to formate a whole column of dates to add three years to the
individual dates. I would like to copy that formula from someone without
figuring it all out. I need to do this to about 200 current dates, so i
need
to get it done, quickly. my brain jurts, as i am not a math thinking
person.
( ie fomulas etc
-I am also tired and the brain is not working on the left side. can
someone
help me out?-
becky



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 formulas DRondeau Excel Discussion (Misc queries) 7 September 6th 06 09:53 PM
FORMULA FOR CALCULATING YEARS, DAYS, & MONTHS BETWEEN SEVERAL DATE Sam Excel Discussion (Misc queries) 3 June 28th 06 10:34 PM
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
add a hire date to the end of year (12/31/05) and get Total years Sohoma Knome Excel Discussion (Misc queries) 2 December 28th 05 03:20 PM
Calculat years married or age of someone on today's date Chersie Excel Worksheet Functions 4 February 21st 05 07:11 PM


All times are GMT +1. The time now is 06:02 PM.

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

About Us

"It's about Microsoft Excel"