How to count total checked in report instead of just total number in report?
I am trying to use the report to summarize some data to ultimately put in a Dashboard. In the screenshot I am actually trying to count the total number of T4C completed which would be indicated by the check mark. Instead it is currently counting the total number in the report, checked or unchecked.
I am using a report for this because we are looking to only track candidates in the 2024 year. I originally tried using a summary formula on the actual sheet to achieve this. It seemed more difficult that way because I could not figure out the formula for it. I was using ***=COUNTIFS([Enrolled in ATI]:[Enrolled in ATI], 1, [T4C Completed]:[T4C Completed], 1)* to count ALL candidates who had completed the training. So an alternative solution would be adjusting this formula to only count rows with a start date within 2024. The sheet has multiple programs working within it which is why "Enrolled in ATI" is a required criterion.
A solution to either would be amazing! Thank you.
Answers
-
Are you filtering the report?
MARLANA KALINOWSKI
Sr. Business Analysts / Smartsheet Solutions
National Pharmacy Services | Genoa Healthcare
-
Yes, I have a couple of filters set to make sure only certain candidates are brought into the report. If they have a certain column checked and are within a date range they are shown in the report.
-
If you create a helper column for the T4C Start Date, call it T4C Start Year, and use this column formula:
=YEAR([T4C Start Date]@row)
The in your sheet summary formula:
=COUNTIFS([T4C Completed]:[T4C Completed], 1, [t4c start year]:[t4c start year], 2024)
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives