How do I determine how many times a number is listed in a single table. For instance a table with many different numbers in it and I want to know how many times the number 32 is listed. To take it further, how many times each number is listed in the table and have the output prioritize from most frequently listed to least.
Thanks in advance.