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
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.5K Get Help
- 466 Global Discussions
- 156 Industry Talk
- 510 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 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!