Count Names

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.
 
B

Bob Phillips

To count the number of commas

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

--
HTH

Bob Phillips

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