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!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 69 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!