Nested If Formulas with conditions in 2 columns
Jennie O
✭✭
I'm trying to figure out how to create a formula that has a red flag appear if the following are true. I can't seem to figure out how to put the whole formula together. Any help is appreciated. Thanks!
IF(AND[Due Date]@row < TODAY(), Status@row <> "Complete" 1, 0)
IF(AND([Due Date]@row < TODAY(), Status@row <> “Closed”), 1, 0)
IF(AND([Due Date]@row < TODAY(), Status@row <> “Closed”), 1, 0)
Tags:
Comments
-
IF(AND[Due Date]@row < TODAY(), Status@row <> "Complete"), 1, 0)
Try this. You need to close the AND statement and add a comma.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 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!