I am trying to get the R/Y/G/B status to change based on some other cell values and am using this
=IF(([End Date]17 - TODAY()) < 1, "Red", IF(([End Date]17 - TODAY()) < 5, "Yellow", IF((ISBOOLEAN(Complete17)), "Blue", "Green")))
The first part works fine. I wan the icon to go blue if the "Completed" checkbox is checked but can't seem to get it to work after many variations of the above. probably a simple sytax error that I am not seeing.
thanks