Count number of values

M

Mary

I am trying to count the number of values in a column. Values are like 995.2
and 395.1 and how many instances of those values occur.

Thanks!!
 
R

Roger Govier

Hi Mary

With your data in column A enter in B1 995.2 then in C1
=COUNTIF(A:A,B1)

Enter your other values in B2, B3 etc. and copy the formula down

Regards

Roger Govier
 
Top