Average Score not showing
Hello,
Tried with this formula: =AVG(COLLECT({Score Column}, {Name Column}, [Name]@row), {Month Column}, "March"). In the source sheet, I have this person who scored as per table below but the result = #DIVIDE BY ZERO
May I know what I have done incorrectly?
Thank you.
Answers
-
Try moving the closing parenthesis after Name@row to the very end of the formula.
-
=AVG(COLLECT({Score Column}, {Name Column}, [Name]@row, {Month Column}, "March")), updated the formula but still the same result
-
Ok. That means we aren't getting a match on any rows. What happens if you put this in:
=COUNTIFS({Name Column}, [Name]@row, {Month Column}, "March")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!