Count if higher than a cell with formula

S

Shona

I want to be able to count the number of figures that are higher than
another cell which has the mode formula in it?

Does anyone know how I do this?

Cheers

Shona
 
R

Roger Govier

Hi Shona


With your data in cells B1:B20 and the mode formula in C1
Try
=COUNTIF(B1:B20,">"&C1)
Change ranges to suit.
 
G

Guest

Shona,
The following formula will count the figures in A1 through A10 that are higher than the value in B1:


=COUNTIF(A1:A10,">"&B1)

Good Luck,
Mark Graesser
(e-mail address removed)

----- Shona wrote: -----

I want to be able to count the number of figures that are higher than
another cell which has the mode formula in it?

Does anyone know how I do this?

Cheers

Shona
 
S

Shona

Thank you that's great
Roger Govier said:
Hi Shona


With your data in cells B1:B20 and the mode formula in C1
Try
=COUNTIF(B1:B20,">"&C1)
Change ranges to suit.
 

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