There's gotta be a way to do this... Say I have a column of data, values are either 1,2, or 3. I want to count the number of instances of each number. How could I manipulate count() to do this, or is there some other way to go about this?
Thanks
Thanks