Z
Zak
I have a list of about 500 numbers, randomly distributed
between 1 and 40. I want to create "buckets" and
determine how many data points fit in each, such as
Bucket 1: x<5
Bucket 2: 5<x<10
Bucket 3: 10<x<15
Bucket 4: 15<x<20
i'm trying to use the COUNTIF function, which works fine
if i'm only using 1 comparison operator as in Bucket 1
above:
COUNTIF(b3:b521,"<5")
how can i make this work for two comparison operators,
such as in bucket 2? i tried the following, which didn't
work:
COUNTIF(b3:b521,">5,<10")
this returned 0, which is not correct. any ideas?
thanks,
zak.
between 1 and 40. I want to create "buckets" and
determine how many data points fit in each, such as
Bucket 1: x<5
Bucket 2: 5<x<10
Bucket 3: 10<x<15
Bucket 4: 15<x<20
i'm trying to use the COUNTIF function, which works fine
if i'm only using 1 comparison operator as in Bucket 1
above:
COUNTIF(b3:b521,"<5")
how can i make this work for two comparison operators,
such as in bucket 2? i tried the following, which didn't
work:
COUNTIF(b3:b521,">5,<10")
this returned 0, which is not correct. any ideas?
thanks,
zak.