Using an IF statement to check a flag.
Hi Community,
I am trying to check a "red flag"in the At Risk column if a task is showing "Not Started" in the Status column and the start date has past. I have the current formula but it is giving me an error. Any ideas?
Best Answer
-
If you want the flag to show up in the status if it is Not started, then you will want to have "Not Started" in your formula,
=IF(AND([start date]@row < TODAY(), Status@row = "Not Started"), 1, 0)
Either way, using "" makes the formula look for text. So in your current formula you would change Complete to "Complete"
Answers
-
If you want the flag to show up in the status if it is Not started, then you will want to have "Not Started" in your formula,
=IF(AND([start date]@row < TODAY(), Status@row = "Not Started"), 1, 0)
Either way, using "" makes the formula look for text. So in your current formula you would change Complete to "Complete"
-
Hi Dan,
Thanks for the quick reply. It works and thanks for the simple explanation you gave as well.
Really appreciate it and have a great day!
-
Happy to help!
You do the same.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!