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
- 65.9K Get Help
- 429 Global Discussions
- 147 Industry Talk
- 487 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 74 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 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!