Count the number of "In Progress" within the last 30 days
I need to count the number of "In Progress" request that were created within the last 30 days in a referenced sheet, in a separate metrix sheet. Below is what I tried to use.
[Primary Column]@row equals "In Progress"
=COUNTIFS(({SD - Request Tracker Range 1}, [Primary Column]@row), ({SD - Request Tracker Range 2}, <= 30))
Best Answer
-
It looks like you have some extra parenthesis tucked in there. Lets start by cleaning a few things up to see if that helps any...
=COUNTIFS({SD - Request Tracker Range 1}, [Primary Column]@row, {SD - Request Tracker Range 2}, @cell <= 30)
Answers
-
Please provide a screenshot of both sheets (without sensitive data) so we can see what column names you're working with.
-
It looks like you have some extra parenthesis tucked in there. Lets start by cleaning a few things up to see if that helps any...
=COUNTIFS({SD - Request Tracker Range 1}, [Primary Column]@row, {SD - Request Tracker Range 2}, @cell <= 30)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 430 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!