How to add a percentage/fraction progress counter for checkboxes
Hi,
I have a sheet with multiple tasks on indents assigned to people (names on outdents), each task has a checkbox for when it's completed. Is there a way to make a counter for each person for how many tasks they have that shows how many are ticked?
e.g. 20/100
I've figured out the countif to count how many are ticked on a specific range in the checkbox collumn but would like a fraction of completed tasks.
So in the 'No. of completed SKUs' collumn I'd like it to be 20/100 for example.
Thanks
Answers
-
You would use something along the lines of...
=COUNTIFS([Assigned To]:[Assigned To], @cell = [Assigned To]@row, Completed:Completed, @cell = 1) + "/" + COUNTIFS([Assigned To]:[Assigned To], @cell = [Assigned To]@row, Completed:Completed, OR(@cell = 1, @cell <> 1))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.8K Get Help
- 406 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!