I have been trying for several days now, though the last couple have been on and off, to make =frequency work and simply cannot make it do what I need. I have MS step by step and have tried countless permutations, none of which give me what I want. And when it comes to things like this I’m like a dog with a bone, can’t leave it alone until I am finished with it.
So, basic issue is I have a list of numbers in column A, some of them repeat, what I’ve done with them is create histograms which only gives me 5 bins none of which are useful, used rank and percentile to create a chart that is more useful, but what I want is a separate list, grouping the numbers and showing the frequency with which they appear in column A.
So if column A has, for example, 0, 0, 0, .5, 1.3, 1.7, 2.0, 2.0 I want a chart that shows
Numbers Frequency
0 3
.5 1
1.3 1
1.7 1
2.0 2
=frequency should be the function that does this but I simply cannot make it work, at most I get 0 3 in two columns. It is an array, I am using it correctly, but I am not getting the result I need. {=frequency(a2:a33,c2:c24)} doesn’t produce the result shown in MS’s own step by step. So, any ideas on how I get actually two columns out of that formula? Appreciate any and all thoughts. And will try them all until I get what I want, lol. :^) gene