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)))
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)))
-
That works perfectly. Thank you so much for the help.
-
Happy to help. 👍️
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives