
- MS Excel Basics
- Excel - Home
- Excel - Getting Started
- Excel - Explore Window
- Excel - Backstage
- Excel - Entering Values
- Excel - Move Around
- Excel - Save Workbook
- Excel - Create Worksheet
- Excel - Copy Worksheet
- Excel - Hiding Worksheet
- Excel - Delete Worksheet
- Excel - Close Workbook
- Excel - Open Workbook
- Excel - Context Help
- Editing Worksheet
- Excel - Insert Data
- Excel - Select Data
- Excel - Delete Data
- Excel - Move Data
- Excel - Rows & Columns
- Excel - Copy & Paste
- Excel - Find & Replace
- Excel - Spell Check
- Excel - Zoom In-Out
- Excel - Special Symbols
- Excel - Insert Comments
- Excel - Add Text Box
- Excel - Undo Changes
- Formatting Cells
- Excel - Setting Cell Type
- Excel - Setting Fonts
- Excel - Text Decoration
- Excel - Rotate Cells
- Excel - Setting Colors
- Excel - Text Alignments
- Excel - Merge & Wrap
- Excel - Borders and Shades
- Excel - Apply Formatting
- Formatting Worksheets
- Excel - Sheet Options
- Excel - Adjust Margins
- Excel - Page Orientation
- Excel - Header and Footer
- Excel - Insert Page Breaks
- Excel - Set Background
- Excel - Freeze Panes
- Excel - Conditional Format
- Working with Formula
- Excel - Creating Formulas
- Excel - Copying Formulas
- Excel - Formula Reference
- Excel - Using Functions
- Excel - Builtin Functions
- Advanced Operations
- Excel - Data Filtering
- Excel - Data Sorting
- Excel - Using Ranges
- Excel - Data Validation
- Excel - Using Styles
- Excel - Using Themes
- Excel - Using Templates
- Excel - Using Macros
- Excel - Adding Graphics
- Excel - Cross Referencing
- Excel - Printing Worksheets
- Excel - Email Workbooks
- Excel- Translate Worksheet
- Excel - Workbook Security
- Excel - Data Tables
- Excel - Pivot Tables
- Excel - Simple Charts
- Excel - Pivot Charts
- Excel - Keyboard Shortcuts
- MS Excel Resources
- Excel - Quick Guide
- Excel - Useful Resources
- Excel - Discussion
How to Calculate the Percentage of Yes and No from a List in Excel?
Suppose you have a list of "Yes" and "No" values in an Excel sheet and you need to calculate how many "Yes" and "No" are there in percentage terms. In this tutorial, we will show a simple method that you can use for this calculation.
Step 1
Open a Microsoft Excel sheet, and enter the below status shown in the screenshot below for your reference. You can give status as per your wish.

Step 2
Now you need to enter the below given formula in the blank cell where you want the result of the yes percentage, and then press the Enter key, as shown in the following screenshot.
=COUNTIF(B2:B14,"Yes")/COUNTA(B2:B14)

Step 3
Now you need to enter the below given formula in the blank cell where you want the result of the no percentage, and then press enter key as shown in the below screenshot for your reference.
=COUNTIF(B2:B14,"No")/COUNTA(B2:B14)

Step 4
If you do not see the result in a percentage format. Then you need to go to Home and then under the number tab select the percentage symbol to get the result in the percentage format. Before that select the result and then click on the percentage symbol. Kindly find the below screenshot for your reference.

In the above formula, B2:B14 is the list where you want to calculate the percentage of yes and no. Make sure you do not give any spaces in between the values, as the formula will give you the result as zero.
Conclusion
In this tutorial, we used a simple example to show the easiest way to calculate the percentage of Yes and No from a list given in an Excel sheet.
- Related Articles
- How to calculate percentage of total in Excel?
- How to Generate Random Yes or No in Excel?
- How to Allow Only Yes or No Entry in Excel?
- How to calculate the percentage between two dates in Excel?
- How to calculate the percentage of year or month passed in Excel?
- How to calculate rank percentile of a list in Excel?
- How to create a dialog with “yes” and “no” options in JavaScript?
- Python – Calculate the percentage of positive elements of the list
- How to calculate running count of occurrence in list in Excel?
- How to calculate quarter and year from date in Excel?
- How to Calculate Age in Excel from Birthday?
- How to calculate the length of service from hire date in Excel?
- How to calculate average speed from distance and time in Excel?
- How to calculate percentage of any value ?
- How to make JOptionPane to handle Yes, No and Closed buttons in Java?
