I want to create a histogram by classification that will update when I add new values.
So say I have a classification of
A, B, C, D
And numbers that correlate such as
A - 200
A - 140
B - 34
B - 56
C- 100
etc... (There is lots of these)
How can I make a histogram that will be like...
Of all...