At risk flag automated
Hi all, I would like to automate my 'At Risk column' via a formula. The flag should be red
- if Due date is in the past AND
- if Status is NOT 'completed' 'or empty)
I am using this formula: '=IF(Date@row < TODAY(); Date@row <> ""; 1)', but it is not working correctly.
What is wrong with this?
Best Answer
-
You need to use an AND function.
=IF(AND(Date@row <> "", Date@row <TODAY(), Status@row <> "", Status@row <> "Completed"), 1)
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Answers
-
You need to use an AND function.
=IF(AND(Date@row <> "", Date@row <TODAY(), Status@row <> "", Status@row <> "Completed"), 1)
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
This is exactly what I need! Thanks so much, Paul!
-
Happy to help. 👍️
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 379 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!