Nested IF/AND Formula
I'm trying to get a formula that performs the following for status.
Criteria is:
Less than 75% complete=Red
Between 71%-100%=Yellow
100% Complete=Green
This is what I have built but keep getting the "Incorrect Argument Set" posting.
=IF(AND([% Complete]@row < 0.7, "Red", [% Complete]@row < 1, "Yellow", [% Complete]@row = 1, "Green", "NA"))
Best Answer
-
Solved it myself!
=IF([% Complete]@row < 0.7, "Red", IF(AND([% Complete]@row > 0.7, [% Complete]@row < 1), "Yellow", IF([% Complete]@row = 1, "Green", "NA")))
Answers
-
Solved it myself!
=IF([% Complete]@row < 0.7, "Red", IF(AND([% Complete]@row > 0.7, [% Complete]@row < 1), "Yellow", IF([% Complete]@row = 1, "Green", "NA")))
-
Hi @Doug L.
Great job! Let us know if you need any more help. 🙂
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.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!