Creating a percentage average from yes /no cells
CAS
✭✭✭✭
Hi
I'm trying to use COUNTIF to create a percentage average driven from columns where yes/no/NA are entered can someone help?
Tags:
Best Answer
-
To get a percentage, you would get the number of cells marked as (for example) "Yes" and divide that by the total number of cells.
=COUNTIFS([Column Name]:[Column Name], @cell = "Yes") / COUNT([Column Name]:[Column Name])
Answers
-
To get a percentage, you would get the number of cells marked as (for example) "Yes" and divide that by the total number of cells.
=COUNTIFS([Column Name]:[Column Name], @cell = "Yes") / COUNT([Column Name]:[Column Name])
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 140 Just for fun
- 57 Community Job Board
- 461 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!