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
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!