Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default calc. an anniversary date(50 years) after marriage date in excel

I need to be able to accurately calculate an anniversary date. For example I
need to add 50 years to the marriage date e.g October 22 1960 and get October
22nd 2010.

Just adding 18,250 days does not do it. I guess, I need to take account of
leap years?

Thanks

Duncan
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default calc. an anniversary date(50 years) after marriage date in excel

Or let excel handle it.

If A1 contains the date: Oct 22, 1960
You could use:
=date(year(a1)+50,month(a1),day(a1))
(format the cell as a date)

And you'd be done.

There would be a problem with a date like Feb 29. 50 years in the future won't
be a leap year.

If you're concerned about that, what date should be used: Feb 28 or Mar 1?



datakop wrote:

I need to be able to accurately calculate an anniversary date. For example I
need to add 50 years to the marriage date e.g October 22 1960 and get October
22nd 2010.

Just adding 18,250 days does not do it. I guess, I need to take account of
leap years?

Thanks

Duncan


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,836
Default calc. an anniversary date(50 years) after marriage date in excel

So, just do this: =365.25*50
There are 365.25 days in a year and 50 years and multiply.

http://en.wikipedia.org/wiki/Year

--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"datakop" wrote:

I need to be able to accurately calculate an anniversary date. For example I
need to add 50 years to the marriage date e.g October 22 1960 and get October
22nd 2010.

Just adding 18,250 days does not do it. I guess, I need to take account of
leap years?

Thanks

Duncan

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default calc. an anniversary date(50 years) after marriage date in excel

Hi,

You could also try this

=edate(A2,50*12)

A2 has the marriage date. If you get the NAME error, then please install
the Analysis Toolpak from Tools Addins

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"datakop" wrote in message
...
I need to be able to accurately calculate an anniversary date. For example
I
need to add 50 years to the marriage date e.g October 22 1960 and get
October
22nd 2010.

Just adding 18,250 days does not do it. I guess, I need to take account of
leap years?

Thanks

Duncan


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
next anniversary date pebbles Excel Discussion (Misc queries) 7 May 1st 08 01:03 PM
How do I find age in years from anniversary date (Age funtion)? Enquire Excel Worksheet Functions 1 January 1st 08 03:37 PM
Anniversary of a date Becks Excel Discussion (Misc queries) 4 August 23rd 07 02:38 PM
calculate anniversary of date after specified date slymeat Excel Worksheet Functions 3 July 5th 05 01:53 AM
How do I get an anniversary date? Steve j. Excel Worksheet Functions 1 November 18th 04 04:10 PM


All times are GMT +1. The time now is 03:05 AM.

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"