formula problem!

hhamlinwright08

New Member
Joined
Oct 5, 2017
Messages
20
Office Version
  1. 365
Platform
  1. Windows
Hi all,

Hoping to get some help with this problem..

What I need is a formula for column N which automatically calculates how many of the %numbers in column N (2:22) are lesser or equal to 15% and expresses this as a percentage.

In this case answer is 76.2%.

I hope this makes sense,

Thanks!


4
<a href="http://tinypic.com?ref=3005pq9" target="_blank"><img src="http://i65.tinypic.com/3005pq9.jpg" border="0" alt="Image and video hosting by TinyPic"></a>

3005pq9.jpg


<a href="http://tinypic.com?ref=3005pq9" target="_blank"><img src="http://i65.tinypic.com/3005pq9.jpg" border="0" alt="Image and video hosting by TinyPic"></a>
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
=countif(l2:l22, "<15%") / count(l2:l22)
 
Last edited:
Upvote 0
=countif(l2:l22, "<15%") / count(l2:l22)

Sorry: you said less than or equal to 15%:

=countif(L2:L22, "<=15%") / count(L2:L22)

Beware that what appears to be 15.00% might actually be greater than 15% (e.g. 15.004%) unless the values in column L are constants or they are calculations rounded to 4 decimal places (2 percentage decimal places).
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,123
Messages
6,123,182
Members
449,090
Latest member
bes000

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top