Counting similar cells and summing each

  • Thread starter Thread starter bonbons
  • Start date Start date
Assuming your data is in columns A and B in C2 enter the formula:
=IF(B2<>B3,COUNTIF($B$2:$B$30,B2),"")
Adjust the range $B$2:$B$30 to include all the data in column B. Then
copy the formula down as far as needed.

Hope this helps
Rowan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top