Average if multiple criteria
I am looking to see if there is a way to have multiple average ifs to show a visual for the current working project
So IF status = working, and assigned to Group 4, I am looking to show average # of days:
1.) Submitted to triage
2.) Triage to start
3.) Start to Root cause
4.) Root cause to council approval
5.) Council Approval to Pilot
Best Answer
-
It sounds like you actually need an AVG/COLLECT combo instead to be able to include multiple range/criteria sets.
=AVG(COLLECT([Number of Days]:[Number of Days], Status:Status, @cell = "Working", Group:Group, @cell = "Group 4"))
Answers
-
It sounds like you actually need an AVG/COLLECT combo instead to be able to include multiple range/criteria sets.
=AVG(COLLECT([Number of Days]:[Number of Days], Status:Status, @cell = "Working", Group:Group, @cell = "Group 4"))
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!