Use AverageIf to do turnaround time?
Hi, and thanks in advance for reading/helping. We're wanting to display up-to-the-minute turnaround times year-to-date for responses to entries. Some of the rows go back into 2022 and should not be shown as part of our metric. I am trying to use a sheet summary field to show the current average of response.
I have the following columns (that are pertinent here):
HELPER: Assigned and Prior Metric - this one is the number of days it took to respond
HELPER: Date for Initial Prioritization and Assign - this is the date the work was completed
I was thinking that I could use AVERAGEIF but I can't seem to get it to work. This is the current entry that returns UNPARSEABLE:
=AVERAGEIF([HELPER: Date for Initial Prioritization and Assign]:[HELPER: Date for Initial Prioritization and Assign], >12 / 31 / 2022, [HELPER: Assigned and Prior Metric]:[HELPER: Assigned and Prior Metric])
Can anybody help?
Answers
-
Hi @A.J.
You had the answer just needed to format the date into a readable metric for the formula.
=AVERAGEIF([HELPER: Date for Initial Prioritization and Assign]:[HELPER: Date for Initial Prioritization and Assign], >DATE(12,31,2022), [HELPER: Assigned and Prior Metric]:[HELPER: Assigned and Prior Metric])
Hope that helps
Thanks
Paul
-
Hi @Paul McGuinness, thanks for the response!
I entered your suggestion. It is now returning INVALID VALUE. Any idea?
-
H @A.J.
Can you share a screenshot of the column headers and a row of info if possible.
Does the date column only contain dates and the days column only contain numbers.
Thanks
Paul
-
Hi @Paul McGuinness!
I figured it out. The date syntax above was backwards. Year goes first! That did the trick!
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 462 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!