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
- 66.7K Get Help
- 436 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 508 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!