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
- Smartsheet Customer Resources
- 63.6K Get Help
- 403 Global Discussions
- 215 Industry Talk
- 455 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!