ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   need formula for 80% and above (https://www.excelbanter.com/excel-discussion-misc-queries/91535-need-formula-80%25-above.html)

novice 1

need formula for 80% and above
 
I need a formula to figure the percent of entries above 80%?

Example:
100%
100%
10%
100%
10%
--------
60% are above 80%

Thanks!

Chip Pearson

need formula for 80% and above
 
Try something like

=COUNTIF(A1:A10,"=0.8")/COUNT(A1:A10)

Change the A1:A10 to the range you need. Change the = to if
you don't want to include entries that are exactly 80%.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"novice 1" <novice wrote in message
...
I need a formula to figure the percent of entries above 80%?

Example:
100%
100%
10%
100%
10%
--------
60% are above 80%

Thanks!





All times are GMT +1. The time now is 01:33 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com