How can I get (on a separate metric sheet) the average SLA time within a given month?
I am trying to create a metric sheet to document how long response and acknowledgement times are taking per month for record keeping.
I have a sheet that has an acknowledgement SLA column and a "date of request" (auto column for when the submission was created), and I'm looking to record the average for each month on a separate metric sheet.
I have tried this formula, but it won't work:
=AVERAGEIF({date of request}, MONTH({date of request}) = 2, {Ack SLA})
Tags:
Best Answer
-
If I understand correctly, this may help.
=AVERAGEIF({date of request}, MONTH(@cell) = 2, {Ack SLA})
Answers
-
If I understand correctly, this may help.
=AVERAGEIF({date of request}, MONTH(@cell) = 2, {Ack SLA})
-
YES! Thank you so much!
-
I am glad I could help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!