Totalling number of text entries on a worksheet

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

I have a sheet, with names and dates on.

Date Name
04/04/09 John
09/04/09 Phil
15/04/09 John
20/04/09 Phil
22/04/09 John
01/05/09 John

All i want is a formula to total up how many John's there are in the
spreadsheet in a formula, is it possible?.
 
Hi,

Put John in cell D1, for example and in E1 enter

=COUNTIF(B:B,D1)

This way you can put a list of names in column D and copy the above formula
down to get counts of all names.
 

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

Similar Threads


Back
Top