Sign in to join the conversation:
The posts in this section are historical and no longer monitored for accuracy. If this discussion interests you and you'd like to join in, please visit the active Community to post and engage.
Trying to get RYG symbols for % completed on tasks. I am getting #UNPARSEABLE
=IF([% Complete]4 = "100%", "Green", IF([% Complete]4 = "50%", "Yellow", IF([% Completed]4 = "0%", "Red", " ")))
Can anyone please help?
Hello,
I noticed a few things about your formula:
With the above in mind, try a formula like this:
=IF([% Complete]4 = 1, "Green", IF([% Complete]4 = .5, "Yellow", IF([% Completed]4 = 0, "Red")))
Thank you, I figured that out and was trying to delete my post when I saw yours! I appreciate it. I also saw a previous post of yours that is much more complex factoring in dates, which at some point I want to incorporate. We need to learn Smartsheet first. Signed up today!