Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Flagging Red using two conditions
Desperately trying to find a formula that does this: if due date is past and checkbox is blank then flag red in Symbol column
For Row 15, tried this but it is not parseable.
I used this formula in the Flag column
=IF(AND([Checkbox]15 < 1,TODAY()>[Finish]15)1)
says UNParseble
Comments
-
Example is Row 15.
Finish is my End or Due Date column, Checkbox is - done or not column, and in the Flag column I want the flag to be Red if:
Date is past due, and Checkbox is not ticked...
Have tried this (I'm completely new at this):
=IF([Finish]15 < TODAY() AND ([Checkbox]15 0), 1, 0)
But it is UNPARSEABLE,
-
At the moment I have this in the flag column working: (flag goes red)
=IF([Finish]15 < TODAY(), 1, 0)
The flag turns red if Due Date or Finish is past today's date, the flag goes red. What I want is for the flag not to turn red if the job is complete (Checkbox ticked).
-
=IF(AND(Checkbox15 = 0, TODAY() > Finish15),1 ,0)
This should work. Put it in the flag column row 15. You were missing the commas after the AND statement closure.
-
Thanks so much Mike. That was awesome. Worked like a charm!
-
Wonderful, glad I could help!
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