Nested IF (AND (OR))) Formula for Flagging
Hi there,
I want to be able to flag a column based on a "Status" and not by using a "% Complete" column. I want to flag a row/task that is <= 3 days from an "End Date" column value and IF that "Status" if "Not Started" OR "N/A" OR "In Progress. The formula I've come up with is :
=IF(AND([End Date]@row < TODAY(3), (OR(Status@row ="Not Started",(Status@row = "In Progress",(Status@row = "N/A"))))),1, 0)
Still doesn't work . Any help would be greatly appreciated.
-Astra
Tags:
Comments
-
You have too many parenthesis in your OR statement.
Try adjusting so it looks more like this...
=IF(AND(this is true, OR(this is true, this is true, this is true)), "Output")
-
Ahhh I was SO close. Thank you!
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 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!