Count Names

  • Thread starter Thread starter mudraker
  • Start date Start date
M

mudraker

In column A I have data that contains names. Most entries have a commar
between Surname and First name.

I need a formula that will count how many names (rows) have a commar in
them. The numer of rows will change as names are added or removed


Thanks in advance.
 
To count the number of commas

=COUNTIF(A:A,"*,*")

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 

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