Date Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Greetings and TIA for your hel
Please suggest a formula to return a date that is 10 years ago from today
Thanks again
 
=DATE(YEAR(TODAY())-10,MONTH(TODAY()),DAY(TODAY()))

or with the Analysis Toolpak add-in activated...

=EDATE(TODAY(),-10*12)
 

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

Back
Top