I have a formula that works for some of the functionality. I am having an issue getting the gray ball to work using this formula.
=IF(AND(TODAY() - [End Date]4 > 0, [% Complete]4 < 1), "Red", IF([End Date]4 - TODAY() < 4, IF([% Complete]4 >= 0.9, "Green", IF([% Complete]4 > 0.5, "Yellow", "Red", IF(AND([End Date]4 <= TODAY(), [% Complete]4 = 1, "Gray"))))))
Can some one let me know where I am going wrong?
Thanks,
Dan