Count Repeat Clients Visits only

J

Jman

I need a formula or a macro, that counts the total of visits of clients that
have come in more than once. All one visit clients i want them ignored.

Ex in Column A "Client Names" i have a thousand names.

John Dow
John Dow
Brian McKarther
Julian Mazilu
Chris Smith
Chris Smith

The total of repeat clients visits should be ... 4 visits.
Since "john dow" came twice and "Chris Smith" came twice also = 4 . Brian
and Julian should not be counted.
How can i get a formula to count that for me.
 
M

muddan madhu

I think this will help u,

=SUM(IF(FREQUENCY(MATCH(A1:A6,A1:A6,0),MATCH(A1:A6,A1:A6,0))>1,1))
 
J

Jman

muddan madhu said:
I think this will help u,

=SUM(IF(FREQUENCY(MATCH(A1:A6,A1:A6,0),MATCH(A1:A6,A1:A6,0))>1,1))


Your formula is good, but it counts a repeat client as one instead of total amount the repeat shows up . .The obove formula by "Max" does the trick.
 
M

Max

Welcome. But could you take a moment to press the "Yes" button below from
where you're reading this? It'll ensure a longer shelf life to this thread
for the general benefit of other readers.
 

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

Top