ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   To get exact Date (https://www.excelbanter.com/excel-discussion-misc-queries/245467-get-exact-date.html)

Deepak

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

David Biddulph[_2_]

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




Roger Govier[_3_]

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





All times are GMT +1. The time now is 07:13 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com