countif

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'm trying to count the number of cells within a column, that fall within a
set range (50-120).

I can create a formula that returns the number of cells which are greater
than 50 (as below) but I'm really struggling when trying to create a formula
to count the number of cells that fall within the range of 50 to 120 ?

=COUNTIF(F2:F126,">50")

This has been driving me made for a few hours now, so any help would be very
gratefully received and probably save my hair line !!

Thanks,
Simon
 
=COUNTIF(A:A,"<=120")-COUNTIF(A:A,"<50")

Vaya con Dios,
Chuck, CABGx3
 

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 Cells in Range? 4
Count IF multiple criteria 7
Average problem 1
countif - sumif 1
COUNTIF Function 3
COUNT function - # of occurences a number appears in all cells 26
sumproduct 5

Back
Top