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.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!