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
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 460 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!