Calculating Metrics for Duration of Time
We have the following formula on a metric sheet to show number of support requests between weekly meetings however those meetings are now every other week and I cannot figure out how to change the formula to reflect that; has anyone done this before? The current formula is...
=COUNTIFS({Request Tracker Range 3}, OR(@cell = [Support Requests]100, @cell = Category100), {Request Tracker Range 2 - Status}, "Resolved", {Support Request Tracker Range 7}, <TODAY(), {Support Request Tracker Range 7}, >=(TODAY() - IF(WEEKDAY(TODAY()) > 3, WEEKDAY(TODAY()) - 3, WEEKDAY(TODAY()) + 4)))
Best Answer
-
@Samuel Mueller This worked; thank you!
Answers
-
@Colleen Beyer I'm not sure what the intention of the last if statement is but you could try this...
=COUNTIFS({Request Tracker Range 3}, OR(@cell = [Support Requests]100, @cell = Category100), {Request Tracker Range 2 - Status}, "Resolved", {Support Request Tracker Range 7}, <TODAY(), {Support Request Tracker Range 7}, >=(TODAY() - 14)).
Should give you the last 14 days..
-
@Samuel Mueller This worked; thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!