View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Formula Greater than Less Than

=COUNTIF(A1:A100,"30")-COUNTIF(A1:A100,"=90")
=COUNTIF(A1:A100,"90")-COUNTIF(A1:A100,"=120")
--
David Biddulph

"Cindy" wrote in message
...
I need a formula that states countif numbers in Column A are greater than
30,
but less than 90. Very easy, but I don't know how to do it. My next cell
would then say, countif Column A are greater than 90, but less than 120.