AVERAGEIF Formula Help
I'm trying to come up with a summary sheet formula that summarizes an employee's average evaluation score. I'm working with two columns: Employee Name and Overall Satisfaction.
Let's say their name is Slim Jones. The formula I came up with is:
=AVERAGEIF(Employee Name:Employee Name, "Slim Jones", [Overall Satisfaction]:[Overall Satisfaction])
But I keep getting the message UNPARESABLE. What am I doing wrong? It seems pretty straightforward.
Best Answer
-
When a column name has spaces, numbers, and/or special characters, you need to use square brackets around them in a formula.
Try wrapping each [Employee Name] column reference in square brackets the same way you wrapped the [Overall Satisfaction] column names in square brackets.
Answers
-
When a column name has spaces, numbers, and/or special characters, you need to use square brackets around them in a formula.
Try wrapping each [Employee Name] column reference in square brackets the same way you wrapped the [Overall Satisfaction] column names in square brackets.
-
That worked! I figured it was something simple that I was missing. Thank you so much, that's tremendously helpful!
-
Happy to help. 👍️
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!