I am having an issue getting the grey ball to work when a task has been marked done. The formula that i have is below. If will only work if the date is older than today. If will change the balls to other colors depending on the dates even if the task is marked done. Any suggestions?
=IF(AND([Due Date]1 < TODAY(), Done1 = 0), "Red", IF([Due Date]1 = TODAY(), "Yellow", IF([Due Date]1 > TODAY(), "Green", IF(AND([Due Date]1 < TODAY(), Done1 = 1), "Gray"))))
Thanks,
Dan