E
EmzOLV
Hey guys! Hope you can help me - I've been struggling trying to work ou
what is happening with some of my calculations.
Here is my scenario:
I am trying to identify, between a range of cells (in this case, P518
on the separate worksheet RED WET 1), how many of these contain a valu
less than 5, a value between 5 and 10, a value between 10 and 20, an
upwards up until 100, whereby I then want to work out how many cell
contain a value of 100 or more.
Now for the cells containing a value of less than 5, I've used th
following countif formula which works: =COUNTIF('RED WE
1'!P4185,"<=5.00")
For the cells containing a value of 100 or more, I've used the followin
countif formula which works: =COUNTIF('RED WET 1'!P4185,">100.01")
Now, the inbetween values are where I am struggling.
For the cells containing a value which lies between 5.01 and 10, I hav
this formula: =COUNTIF('RED WET 1'!P4185,">5.01")-COUNTIF('RED WE
1'!P4185,"<10.00")
And I used the same formula, but as the value I wanted to find changed
I changed (so instead of ">5.01" it would have ">10.01" or ">20.01").
BUT what has started to happen is that it is returning to me, negativ
values. I have a feeling that the formulae I am using is calculating th
first part, then deducting the second part, meaning that if there is
high number calculated by the second part, it is resulting in a minu
and negative number. But I didn't think this would happen seeing as i
was COUNTIF and these appeared to be identified ranges.
So basically - I tried the different sums - so / and + and - and * bu
these still just seemed to have different effects and never returned th
true number of how many cells contained say, a value greater than 5.0
and less than 10.00.
Can someone please help me? I've tried everything from COUNTIF t
SUMPRODUCT, and a few other internet suggestions, and I'm beginning t
feel like giving up. Surely this can't be as hard as I'm trying to fin
out? This seemed relatively simple and something that COUNTIF should b
able to do, but perhaps I'm just not doing it right?
[Background info - the cells contain a distance from a postcode to tha
location, such as 10.11 miles away, 11.01 miles away, and so I am tryin
to work out how many cells contain values between certain amounts s
that I can then do nifty little charts of how many people live a certai
number of miles away from this certain point
what is happening with some of my calculations.
Here is my scenario:
I am trying to identify, between a range of cells (in this case, P518
on the separate worksheet RED WET 1), how many of these contain a valu
less than 5, a value between 5 and 10, a value between 10 and 20, an
upwards up until 100, whereby I then want to work out how many cell
contain a value of 100 or more.
Now for the cells containing a value of less than 5, I've used th
following countif formula which works: =COUNTIF('RED WE
1'!P4185,"<=5.00")
For the cells containing a value of 100 or more, I've used the followin
countif formula which works: =COUNTIF('RED WET 1'!P4185,">100.01")
Now, the inbetween values are where I am struggling.
For the cells containing a value which lies between 5.01 and 10, I hav
this formula: =COUNTIF('RED WET 1'!P4185,">5.01")-COUNTIF('RED WE
1'!P4185,"<10.00")
And I used the same formula, but as the value I wanted to find changed
I changed (so instead of ">5.01" it would have ">10.01" or ">20.01").
BUT what has started to happen is that it is returning to me, negativ
values. I have a feeling that the formulae I am using is calculating th
first part, then deducting the second part, meaning that if there is
high number calculated by the second part, it is resulting in a minu
and negative number. But I didn't think this would happen seeing as i
was COUNTIF and these appeared to be identified ranges.
So basically - I tried the different sums - so / and + and - and * bu
these still just seemed to have different effects and never returned th
true number of how many cells contained say, a value greater than 5.0
and less than 10.00.
Can someone please help me? I've tried everything from COUNTIF t
SUMPRODUCT, and a few other internet suggestions, and I'm beginning t
feel like giving up. Surely this can't be as hard as I'm trying to fin
out? This seemed relatively simple and something that COUNTIF should b
able to do, but perhaps I'm just not doing it right?
[Background info - the cells contain a distance from a postcode to tha
location, such as 10.11 miles away, 11.01 miles away, and so I am tryin
to work out how many cells contain values between certain amounts s
that I can then do nifty little charts of how many people live a certai
number of miles away from this certain point