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
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 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!