I am trying to calculate the standard deviation of rows of data that are in percentiles. I have not made any special subgroups. Rather, I have used COUNTIF and AVERAGEIF by establishing the range and using a cell value as the match criteria.
This phrase worked once: IF(E6:E20022=G7, STDEV.S(D6:D20022), but I get false thereafter, even if the cell reference is updated (i.e. G8, then g9, etc.)
How do I make this work. My data sets can be hundreds of thousands of rows. I want to subdivide them into equal groups (percentiles) and calculate the count of the group, the group mean, and the group standard deviation. Got the first 2; standard deviation is a pain.
This phrase worked once: IF(E6:E20022=G7, STDEV.S(D6:D20022), but I get false thereafter, even if the cell reference is updated (i.e. G8, then g9, etc.)
How do I make this work. My data sets can be hundreds of thousands of rows. I want to subdivide them into equal groups (percentiles) and calculate the count of the group, the group mean, and the group standard deviation. Got the first 2; standard deviation is a pain.