Sample Data:
Col1 Col2
A x
A x
A y
B x
C z
What I want?
I just want to represent the (Col1) on a graph in the X-axis to the unique references of the data(Col2) on the Y axis
I need something similar like, A (2) ; B (1) ; C (1).
Can someone tell me how can I use COUNTD function in this case?