If your list is in A1:A100 (header in A1), you could:
A: Use DCOUNT as Skip suggests
B: Use a pivot table with
Number as row field and
COUNT of number as data field
C: Use =countif(A2:A100,A2) and copy down
Rgds
Geoff
"Some cause happiness wherever they go; others whenever they go."
-Oscar Wilde