IF/AND, OR
Alexandra Reeder
ββ
Hi All,
Smartsheet newbie here π trying to figure out what seems to be a basic formula with no luck...
I would like my "At Risk" column flag to get checked if the "Due" column date is past today OR if the "At Risk" dropdown is selected on the "Status" column. Here's my started formula that doesn't include the OR:
=IF(ISDATE(Due#), IF(AND(TODAY() > Due#), 1))
Thank you so much!
Tags:
Answers
-
Try this
=IF(ISDATE([Due#]@row), IF(OR([Due#]@row < TODAY(), Status@row = "At Risk"), 1))
This will check the box anytime the Due# is less than Today, regardless of any other status. If you are tracking 'complete' or some other indicator we might need to also incorporate that into your formula to turn off the checkbox
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 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!