I am trying to average ratings by category.
I am trying to average customer satisfaction ratings by category within our marketing department — for example, market research, graphic design, etc. Here are the two formulas I've tried:
=AVERAGEIF({Marketing + Communications Request Log Category}, CONTAINS("Brand", {Marketing + Communications Request Log Category}), {Marketing + Communications Request Log Rec})
=AVERAGEIF({Marketing + Communications Request Log Category}, "*Marketing*", {Marketing + Communications Request Log Rec})
… where Category is the text of the project's category and Rec is the project's numerical score for Recommendation (out of 5).
However, the formula is returning 0 (not unparseable, just 0) for all categories. What am I doing wrong? Thanks in advance!
Best Answer
-
Try something like this:
=AVG(COLLECT({Range To Average}, {Category}, CONTAINS("Brand", @cell)))
Make sure to leave the @cell exactly as it is. You should only need to update the {Cross Sheet References}.
Answers
-
Try something like this:
=AVG(COLLECT({Range To Average}, {Category}, CONTAINS("Brand", @cell)))
Make sure to leave the @cell exactly as it is. You should only need to update the {Cross Sheet References}.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.4K Get Help
- 465 Global Discussions
- 156 Industry Talk
- 510 Announcements
- 5.5K Ideas & Feature Requests
- 86 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!