I am trying to return a symbol with my IF formula, using the symbol "title" as the value. My formula keeps returning "unparseable" any advice??? its a zero to five star symbol based on a different cells value that changes with a form for rating.
=IF([Average Rating]2<0.5, "Empty", IF([Average Rating]2<1.5, "One", IF([Average Rating]2<2.5, "Two", IF([Average Rating]2<3.5, "Three", IF([Average Rating]2<4.5 "Four", IF([Average Rating]2=<5, "Five"))))))