Need to find average value for a column in sheet summary; contains number and text.
We have (5) survey questions with a number and description:
1 - strongly disagree; 2 - disagree, etc.
I need to find the average in the sheet summary; what is the correct formula to extract the text portion and only retain the average of the numerical value?
Thank you!
Best Answer
-
You will need a helper column to extract the number from the string and convert it into a numerical value.
=VALUE(LEFT([Column Name]@row))
Then you would run a basic AVG function on this helper column.
Answers
-
You will need a helper column to extract the number from the string and convert it into a numerical value.
=VALUE(LEFT([Column Name]@row))
Then you would run a basic AVG function on this helper column.
-
That works!! Thank you SO much for your assistance!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 438 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!