Is there a formula to get the average of star ratings?
I have a column that is only star ratings. I am trying to the get the average rating of the entire column in a sheet summary field. I tried to just do the average formula for the column and got the #DIVIDE BY ZERO error. Is there a formula that can calculate the average without having to create a helper column to translate the ratings? Thank you!
Best Answer
-
Please try this formula.
=(COUNTIF(ratings:ratings, "One") * 1 + COUNTIF(ratings:ratings, "Two") * 2 + COUNTIF(ratings:ratings, "Three") * 1 + COUNTIF(ratings:ratings, "Four") * 4 + COUNTIF(ratings:ratings, "Five") * 5) / COUNTIF(ratings:ratings, ISTEXT(@cell))
😊
Answers
-
Please try this formula.
=(COUNTIF(ratings:ratings, "One") * 1 + COUNTIF(ratings:ratings, "Two") * 2 + COUNTIF(ratings:ratings, "Three") * 1 + COUNTIF(ratings:ratings, "Four") * 4 + COUNTIF(ratings:ratings, "Five") * 5) / COUNTIF(ratings:ratings, ISTEXT(@cell))
😊
-
That worked! Thank you so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 457 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!