Formula
Hi all,
I am trying to combine the following two formulas, only one works at a time.
=IF([Variance (Target End date)]@row = 0, "Green", IF([Variance (Target End date)]@row <= -4, "Red", IF(OR([Variance (Target End date)]@row = -1, [Variance (Target End date)]@row = -2, [Variance (Target End date)]@row = -3), "Yellow", "Green")))
=IF([Status]@row = "Complete", "Blue"
Best,
Alejandra
Best Answer
-
You would put the one reading Status as the first in the string of the nested IFs.
Answers
-
You would put the one reading Status as the first in the string of the nested IFs.
-
I tried that but I get #INCORRECTARGUMENT SET. I used the following:
=IF([Status]@row = "Complete", "Blue", [Variance (Target End date)]@row = 0, "Green", IF([Variance (Target End date)]@row <= -4, "Red", IF(OR([Variance (Target End date)]@row = -1, [Variance (Target End date)]@row = -2, [Variance (Target End date)]@row = -3), "Yellow", "Green")))
-
You forgot your IF( after you finish off the first "Blue".
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 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!