how to apply and if/and formula the works of a date but is not blank?
Hi, below i have a formula im using to check a box once a date is old enough. unfortunately it also checks the box when there is no date. How can i create a formula that checks the box when date is older than 270 days but not when the date is blank?
Best Answer
-
It would looks something like this:
=IF(AND([Date Column]@row <> "", [Date Column]@row <= TODAY(-270)), 1)
Answers
-
It would looks something like this:
=IF(AND([Date Column]@row <> "", [Date Column]@row <= TODAY(-270)), 1)
-
that did the trick- thank you!
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!