Hello!
I am trying to use the four status Harvey Ball for a training course. I want it to show empty until completing a 3rd exam, 1/4 after completing the third exam, half after completing a 6th exam, 3/4 after completing a 9th exam, and full when completing a field evaluation.
I have this so far... =IF([Section 3 Exam]@row < 0.8, "Empty", IF([Section 3 Exam]@row > 0.8, "Quarter", IF([Section 6 Exam]@row > 0.8, "Half"), IF([Section 9 Exam]@row > 0.8, "Three Quarter"), IF([Field Evaluations]@row > 0.8, "Whole"))))
Keep getting Unparseable. Can anyone help?