Count Number of Times Q

S

Sean

How would I count the number of Times each cell in a Range is Greater
than another cell?

Example. For each cell in the Range A1:A35 how many times each one is
Greater than the value in Cell A36

Thanks
 
G

Guest

Try something like this:

With your posted example

B1: =COUNTIF(A1:A35,">"&A36)


Does that help?
***********
Regards,
Ron

XL2002, WinXP
 
B

Bob Phillips

=COUNTIF(A1:A35,">"&A36)

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)
 

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