How do I calculate a due date in excel

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

Guest

i have an effective date and an expiration date. Can excel alert me when the
expiration date is due by inserting a formula.
 
Hi Connie

You can use this for example to display yes when the date in E1 is within 30 days of today's date
Change the 90 to the days you want (0 for example)

=IF((E1-TODAY())>90,"No","Yes")
 

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