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.9K Get Help
- 474 Global Discussions
- 207 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 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!