I have a list of customers. Also, I created a column inside of this list with letters (A-Z) to see how many companies are in which letter. Unfortunately, I used the distinct count but I cannot get the info I need. Any comments?
I want the results to look like this:
A - 100
B - 25
C - 55
but I got 26 distinct count and aggregate count was 560.