Hi, I am building a training feedback analysis for my team, but having difficult with the formula to count the "star".
Looking the columns: I have no difficulties to turn the value 4 (in content satisfaction column) into 4 stars (star column).
However in the Sheet Summary, the first field is an average from the Content Satisfaction column.
In the Content Satisfaction Star, I wanted to convert the first field into star.
I use this formula, but it's #UNPARSEABLE:
=IF([How satisfied were you with the training content?]# = "1", "One", IF([How satisfied were you with the training content?]# = "2", "Two", IF([How satisfied were you with the training content?]# = "3", "Three", IF([How satisfied were you with the training content?]# = "4", "Four", IF([How satisfied were you with the training content?]# = "5", "Five")))))
Can you advise what went wrong?
Even when I try to "=AVG(Star:Star), there is still error.
How can I have the average to be viewed in the star symbol?
Your assistance and guide would be much apprec