countif

  • Thread starter Thread starter david
  • Start date Start date
D

david

I want to count the # of cells greater than a calculated
value (reference cell). I get a 0 returned.

Example: =countif(A3:A5,">C5") returns 0.
 
Try:

=COUNTIF(A3:A5,">"&C5)

Concatenating the ">" operator with the cell reference yields the criterion
string.
 

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

Similar Threads

Excel Need Countifs Formula Help 0
Countif(and 1
Excel formula, sum the value cell and if empty cell left blank 0
Multiple arguments 1
Excel function - countif 2
Help with function 2
Sumproduct not working 5
Difficult Formula 9

Back
Top