Calculate percentage

T

Tony Murray

I have a range of figures in a column and I would like to calculate the
percentage of entries that have a value greater than x.

What is the easiest way to do that?

Thanks
Tony
 
F

FSt1

hi
something along this might work.....
=COUNTIF(A1:A10,">5")/COUNT(A1:A10)

adjust ranges and values.

Regards
FSt1
 
T

Tony Murray

Thanks very much. Does the job nicely.

FSt1 said:
hi
something along this might work.....
=COUNTIF(A1:A10,">5")/COUNT(A1:A10)

adjust ranges and values.

Regards
FSt1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top