Average If Formula
Hi Smartsheet Community!
I have what I think is a pretty simple cross-sheet formula question. I have created a survey that asks users to respond to each question with a 1-5 answer (1 lowest - 5 highest). I am trying to use an AVERAGEIF formula to average each answer IF the answer was submitted in a certain month and IF it was from my BAU group. Here is what I have but I am receiving an INCORRECT ARGUMENT SET error. Any help is appreciated! :)
=AVERAGEIF({Month}, "11", {Group}, "BAU", {Tools & Support})
In the example above, I am asking Smartsheet to average the responses for all responses submitted in month 11, from the BAU group for the Tools& Support question on the survey.
Thanks,
Andrea
Best Answer
-
TO incorporate more than 1 range/criteria set, you will need to use an AVG/COLLECT combo instead.
=AVG(COLLECT({Tools & Support}, {Month}, "11", {Group}, "BAU"))
Answers
-
TO incorporate more than 1 range/criteria set, you will need to use an AVG/COLLECT combo instead.
=AVG(COLLECT({Tools & Support}, {Month}, "11", {Group}, "BAU"))
-
Thank you, Paul! I knew there must be another function required in there. I always appreciate your speedy and accurate answers.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!