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
- 65.5K Get Help
- 448 Global Discussions
- 145 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 73 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!