Totaling how many times a specific word is listed in a spreadsheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a very large spreadsheet that list various projects completed and the county in which it was completed for. I need a the total number of projects completed for each county which is always changing. How can I get a total without manually counting?
 
I have a very large spreadsheet that list various projects completed and the county in which it was completed for. I need a the total number of projects completed for each county which is always changing. How can I get a total without manually counting?

Either use a pivot table, or use a formula of the type:

=SUMPRODUCT((COUNTY=county)*(PROJECT=complete))


--ron
 

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