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
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!