Hi all
I couldn't find a solution to this in the other topics so any feedback would be appreciated!
Data set
Output I would like
| Name | Count |
| A | 3 |
| B | 2 |
| A | 3 |
| C | 2 |
| B | 2 |
| A | 3 |
| D | 1 |
| C | 2 |
To add, I would like to count exact values (A=A and not Aa~A) so I am not sure if (assuming I should use the summarize tool) I should use count or count distinct?
Thank you in advance!