I am trying to write a formula that will change the symbol in the status column based on the percentage, as indicated by the "Complete" column.
I cannot get my sheet to respond to any of my parameters.
I have tried these formulas:
=IF(Complete@row < 30, "Red", IF(Complete@row < 60, "Yellow", IF(Complete@row = 100, "Green")))
=IF(Complete@row < 30%, "Red", IF(Complete@row < 60%, "Yellow", IF(Complete@row = 100%, "Green")))
=IF(Complete@row < "30%", "Red", IF(Complete@row < "60%", "Yellow", IF(Complete@row = "100%", "Green")))
I imagine this has something to do with the "%" sign because the formula that I used for the "Difference" column which was a dollar figure worked fine