Average If formula
Looking for help with an average function if anyone can help, we have a column with a company name (SI Team) and a column for response time (this gives number of days). Looking help with a formula to count up and average all the response times IF the company name is ABC. Help is greatly appreciated. I think it might need to be a SUMIF and COUNTIF function.
=SUMIF([SI Team]:[SI Team], "ABC", [Response Time]:[Response Time])) / COUNTIF([SI Team]:[SI Team], "ABC")
Thanks in advance
Answers
-
Hi,
would this work?
=AVERAGEIF([SI Team]:[SI Team]; ="ABC"; [Response Time]:[Response Time])
Hope this helps
Stefan
Smartsheet Consulting, Solution Building, Training and Support.
Projects for Processes and for People.
-
Thank you for your help but still not working
-
Ah, sorry, copy & paste failure.
Replace the ; by ,
greetings
stefan
Smartsheet Consulting, Solution Building, Training and Support.
Projects for Processes and for People.
-
What you already have should work if we just remove one of the closing parenthesis from after the SUMIF function.
=SUMIF([SI Team]:[SI Team], "ABC", [Response Time]:[Response Time]) / COUNTIF([SI Team]:[SI Team], "ABC")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!