Date Formula

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

Guest

I have several dates that I need to track for one line item. They are
basically on a time line. I send a letter out and 10 days later I need to
call. Then 30 days later I need to mail a report. I need to know how create
a formula that will automatically fill in the due dates when I enter the
starting date.
 
If your starting date is in A1, use =A1+10 and =A1+30.

If you want the resulting dates to stay blank until A1 is filled in, then
=IF(A1="","",A1+10), and similarly for A1+30.
 

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