Finding Average - Multiple Values in Single Cell
Hello!
I am trying to find a formula where I can find the average test score of multiple scores entered into a single cell- see screenshot below. I need the average to autopopulate based off of the numbers entered into a single entry in Average Score.
Thank you for the help,
Answers
-
Hi @lex.robert - Will it always be a total of five, 2-digit scores that you need to average? If so, this should work:
=AVG(VALUE(LEFT([Average Score]@row, 2)), VALUE(MID([Average Score]@row, 5, 2)), VALUE(MID([Average Score]@row, 9, 2)), VALUE(MID([Average Score]@row, 13, 2)), VALUE(MID([Average Score]@row, 17, 2)))
Let me know if that helps!
Amber Eakin, MSLS, M.Ed.
Adult Education Specialist | Process Improvement Enthusiast
-
If they are not always going to be 5 selections of two digits each, can you provide a list of the different variables such as number of selections made or possible digits in each selection?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.1K Get Help
- 430 Global Discussions
- 149 Industry Talk
- 489 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!