Countif

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

A question about using the countif function.
The example below from office help shows
criteria as a text string (">55").


=COUNTIF(B2:B5,">55")

I wish to use a cell value (ie >C2) instead
of a text value;

=COUNTIF(B2:B5,>C2) but can't seem to enter the
correct syntax to do this; and have numerous
occurances of this, and manually entering a text string
is getting old.

Any help is appreciated.

Paul
 
Thanks for the quick reply - works great!!

Paul
-----Original Message-----
=COUNTIF(Range,">"&Cell)

i.e.

=COUNTIF(B2:B5,">"&C2)

--

Regards,

Peo Sjoblom





.
 

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

Back
Top