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
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!