How do you create a report that counts the number of each status on a sheet?
How do you create a report that counts the number of each status on a sheet? I want to create something similar to this template but with my actual statuses not these preset ones. How can I either change this report or create a new one? When I tried to create a new one my report builder looks completely different.
Best Answer
-
Hey Paige,
You may be better off using a COUNTIFS() formula on a new sheet (rather than report), where your range is defined as Status:Status on your Somryst GTM sheet. Would look something like this:
Not Started:
=COUNTIFS({Somryst GTM Range 1}, "Not Started")
In Progress:
=COUNTIFS({Somryst GTM Range 1}, "In Progress")
To get the "{Somryst GTM Range 1}, you click on "Reference Another Sheet" when typing in the COUNTIFS() formula, and then click on the "Status" column to define the Range. It will auto name to "Sheet_Name Range 1", but on the upper-right of that popup window you can rename it however you'd like.
-MS
Answers
-
Hey Paige,
You may be better off using a COUNTIFS() formula on a new sheet (rather than report), where your range is defined as Status:Status on your Somryst GTM sheet. Would look something like this:
Not Started:
=COUNTIFS({Somryst GTM Range 1}, "Not Started")
In Progress:
=COUNTIFS({Somryst GTM Range 1}, "In Progress")
To get the "{Somryst GTM Range 1}, you click on "Reference Another Sheet" when typing in the COUNTIFS() formula, and then click on the "Status" column to define the Range. It will auto name to "Sheet_Name Range 1", but on the upper-right of that popup window you can rename it however you'd like.
-MS
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!