formulas

  • Thread starter Thread starter mfg
  • Start date Start date
M

mfg

I am trying to write a formula for a date. The formula will add 2 years to
todays date. How do I increment the date +720 days?
 
The formula I am trying to write is as follows. If the date in cell f1 is 2
years old or more then in g1 notify me to do something or else do notheing.
 
=today()+720

mfg said:
The formula I am trying to write is as follows. If the date in cell f1 is 2
years old or more then in g1 notify me to do something or else do notheing.
 
sorry missed

this in g1 = (TODAY()-720>f1,( "do something"),("do Nothing"))
 

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