IF Formula (Due Date > Today's Date AND Request On Hold (Box Checked) = No Flag In Past Due Column)
Hello,
I am trying to troubleshoot a formula to achieve the following outcomes.
Outcomes:
If the Due Date column is past today's date, trigger a flag in the "Past Due" column.
HOWEVER:
If the "Due Date" column is past today's date AND the "Request On Hold" column has a check box, NO flag in the "Past Due" column.
Database Screenshot:
Current Formula:
=IF(AND([Due Date]@row < TODAY(), 1, 0), [Request On Hold]@row, false)
Tags:
Best Answer
-
Give this one a go...
=IF(AND([Due Date]@row < TODAY(), [Request On Hold]@row = 0), 1)
Answers
-
Give this one a go...
=IF(AND([Due Date]@row < TODAY(), [Request On Hold]@row = 0), 1)
-
Yes, this worked perfectly. Thank you Paul!
-
Happy to help! 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 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!