formulas

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?
 
M

mfg

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.
 
S

stew

=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.
 
Top