Formula % checked boxes in row
I have 5 check box columns in a sheet and would like to show the percentage checked for the individual rows in the 6th column.
Column 6 should show 100% if all 5 columns in that row are checked, 80% if 4 columns in that row are checked, 60 % if 3 columns in that row are checked, etc.
What is the best formula to use?
Comments
-
Hi Anja,
Try this.
=COUNTIF([Col1]@row:[Col5]@row; 1) / COUNT([Col1]@row:[Col5]@row)
The same version but with the below changes for your and others convenience.
=COUNTIF([Col1]@row:[Col5]@row, 1) / COUNT([Col1]@row:[Col5]@row)
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Did it work?
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Thank you very much Andrée. This is exactly what I was looking for!
A fantastic week to you too.
-
Excellent!
Happy to help!
Best,
Andrée
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives