Flag formula
JenS
✭✭✭✭
I'm struggling with the flag formula even after reading these discussions and downloading the formula tools.
Goal is to:
- Flag if status is not “complete” and due date in the past
- Flag if status is blank and due date is less than or equal to 3 days from today
Current formula that works is below. I've tried adding to it without luck:
=IF(ISBLANK(End@row), "", IF(AND(End@row <= TODAY(), Status@row <> "Complete"), 1))
Columns are standard - start, end, status.
Tags:
Answers
-
Hi @JenS
I modified your formula for your goals. I hope this helps:
=OR(AND([End Date]@row <= TODAY(), Status@row <> "Complete"), AND(ISBLANK(Status@row), [End Date]@row <= (TODAY() + 3)))
Let me know how it goes.
Good luck!
Projects Delivered. Data Defended.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 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!