Adding another condition to an IF AND Statement
Comments
-
I have a similar issue. I have the following formula to set an "At Risk Flag":
=IF(AND(Status@row <> "Completed", [% Tasks Progress (Manual Entry)]@row < [Time Track % Complete for at risk]@row), 1, 0)
Here is what I want to add:
If the "Duration" cell in the row is Blank, I do not want it to set a flag. I have tried to get it to work but no success yet.
-
Hey @JPUMBARGER
Following-up as I found your comment on an older thread and want to ensure you received a response. You can add another condition to your same AND statement that says that in order to return 1, the Duration cell is not blank:
=IF(AND(Status@row <> "Completed", [% Tasks Progress (Manual Entry)]@row < [Time Track % Complete for at risk]@row, Duration@row <> ""), 1, 0)
This means that if it IS blank, it won't meet all the criteria so the IF statement will return 0.
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!