#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 47
Default To get exact Date

Hi!
Sorry if this question is posted twice. I tried to post before, it didn't
appear in the list of question for long time , so i am posting it again.

I want to know the way to find on which day , month and year will it be just
5 years from today. Suppose A1 = 8-Aug-2009, what is the way to know on which
day, month and year will it be 5 years from today?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default To get exact Date

If you want 5 years from today, then
=DATE(YEAR(TODAY())+5,MONTH(TODAY()),DAY(TODAY()))
but that will give a different answer tomorrow.

If you want 5 years from a date in A1, then
=DATE(YEAR(A1)+5,MONTH(A1),DAY(A1))
--
David Biddulph

"deepak" wrote in message
...
Hi!
Sorry if this question is posted twice. I tried to post before, it didn't
appear in the list of question for long time , so i am posting it again.

I want to know the way to find on which day , month and year will it be
just
5 years from today. Suppose A1 = 8-Aug-2009, what is the way to know on
which
day, month and year will it be 5 years from today?

Thanks



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
Default To get exact Date

Hi

=DATE(YEAR(A1)+5,Month(A1),DAY(A1))

--
Regards
Roger Govier

"deepak" wrote in message
...
Hi!
Sorry if this question is posted twice. I tried to post before, it didn't
appear in the list of question for long time , so i am posting it again.

I want to know the way to find on which day , month and year will it be
just
5 years from today. Suppose A1 = 8-Aug-2009, what is the way to know on
which
day, month and year will it be 5 years from today?

Thanks

__________ Information from ESET Smart Security, version of virus
signature database 4510 (20091015) __________

The message was checked by ESET Smart Security.

http://www.eset.com




__________ Information from ESET Smart Security, version of virus signature database 4510 (20091015) __________

The message was checked by ESET Smart Security.

http://www.eset.com



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
Routine to find exact Row matches in Col1 Col2 Col3 but exact offsetting numbers in Col4 [email protected] Excel Discussion (Misc queries) 0 June 11th 08 11:30 PM
Line Chart-EXACT End Date Joan NYC Charts and Charting in Excel 3 February 3rd 07 01:44 PM
Return Numeric Values Matching EXACT Date for Criteria Sam via OfficeKB.com Excel Worksheet Functions 4 October 20th 06 11:20 PM
How to get the Excel to calculate the exact date from a given date Phil Excel Worksheet Functions 10 April 28th 06 07:07 PM
Sorting by date when the date isn't exact Kim Excel Discussion (Misc queries) 1 May 5th 05 10:44 PM


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