Average response time in a specific month by project type
I'm a beginner user trying to get an advanced result and I could use some assistance. I have columns for Project Type, Start Date, and Response Time (among others incidental to this issue). I need a formula to return the average response time for all type 1 projects started in April. I seem to have worked my way into a quagmire with my formula to the point where I'm not even sure what I'm trying to ask the sheet to do. Any ideas would be much appreciated. Thanks.
Best Answer
-
You would need something along the lines of this (for April 2022)...
=AVG(COLLECT({Source Sheet Response Time Column}, {Source Sheet Project Type Column}, @cell = "Type 1", {Source Sheet Start Date Column}, AND(IFERROR(MONTH(@cell), 0) = 4, IFERROR(YEAR(@cell), 0) = 2022)))
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Answers
-
It occurs to me that I should probably mention that the data is on a different sheet from the formula. Thanks.
-
You would need something along the lines of this (for April 2022)...
=AVG(COLLECT({Source Sheet Response Time Column}, {Source Sheet Project Type Column}, @cell = "Type 1", {Source Sheet Start Date Column}, AND(IFERROR(MONTH(@cell), 0) = 4, IFERROR(YEAR(@cell), 0) = 2022)))
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
That works perfectly. Thank you so much for the help.
-
Happy to help. 👍️
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives