View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default Simple IF formula hopefully..

=COUNTIF(A1:A100,"<99")-COUNTIF(A1:A100,"<50")


Gord Dibben MS Excel MVP

On Tue, 16 Sep 2008 04:39:01 -0700, GD wrote:

For some reason an error means I can't ask a new question but can reply to
one of my old ones!

My question is regarding a range of data in values, say from 1 to 1000 in
cells A1-A100 (typical value being 47.4 etc)

I am looking to get a formula which will select the values out of these
results which are within specific ranges, I.e 0-49 - and report a count as a
result. For instance if there are 3 results between 50-99 (64, 78, 81) I
would like a formula which can identify these and produce a result of '3' to
signify how many values fall into the range. Any ideas?