I am driving myself crazy as I know I'm missing something really simple for this RYG formula. I have an actions completed column that could be anywhere from 0 to 100% complete based on 5 tasks that need to be completed. I have setup the RYG column with this formula below and it's not working. Please help me..what am I missing here? Thanks!
=IF([Actions Completed %]23 = (100), "Green", IF([Actions Completed %]23 <= (100), "Yellow", IF([Actions Completed %]23 = (0), "Red")))