To get exact Date

D

deepak

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
 
D

David Biddulph

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))
 
R

Roger Govier

Hi

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

--
Regards
Roger Govier

deepak said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top