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
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!