I have the following formula that is not working.
=IF(AND([TOTAL %]6 > 0, [TOTAL %]6 <= 0.1), "YELLOW" , IF(AND([TOTAL %]6 <= 0, [TOTAL%]6 > -0.1), "GREEN", IF([TOTAL %]6 <- 0.1, "PURPLE", IF([TOTAL %]6 > 0.1,"RED"
The return I get is (UNPARSEABLE)
Please advise if you can find the error in my formula.
Regards,
Derrick Smith