View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Alan Alan is offline
external usenet poster
 
Posts: 492
Default Need to find out how many are in a column

With the list in column A, in B1 and B2 or wherever
=COUNTIF(A1:A100,1)
=COUNTIF(A1:A100,2)
Regards,
Alan.

"smolz" wrote in message
...
I have spreadsheet that has a column that tracks a ticket priority
(1-Critical, 2-high...) I want to at the bottom of the sheet track how
many
there are of each type, ie:

25 1-critical
50 2-high