Hello all
I have table of data and i'm after details from one column to give me a total count. The data in column from row 9 to 125 is a mixture of percentages. What I'm trying to get is a count of the range that is <10%, 10.01%-25%, 25%-50%, 50%-75% & 75%-100% so that i can display this in a new worksheet to give a pie chart of the data.
So far I have been able to do the <10% results using COUNTIF but when I apply it to the others I'm getting percentage results rather than counts.
Here is an example of the formula I used:
=COUNTIF(D9:D125,">10.01%)-COUNTIF(D9:D125,"<25%")
Can anyone guide me as to where I'm going wrong?
Thanks
I have table of data and i'm after details from one column to give me a total count. The data in column from row 9 to 125 is a mixture of percentages. What I'm trying to get is a count of the range that is <10%, 10.01%-25%, 25%-50%, 50%-75% & 75%-100% so that i can display this in a new worksheet to give a pie chart of the data.
So far I have been able to do the <10% results using COUNTIF but when I apply it to the others I'm getting percentage results rather than counts.
Here is an example of the formula I used:
=COUNTIF(D9:D125,">10.01%)-COUNTIF(D9:D125,"<25%")
Can anyone guide me as to where I'm going wrong?
Thanks