Counting repeatation

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

Guest

Hello,

I have a worksheet as below having two colomns, the first colomn is the list
name and second one is numbers, is there any way to count the number
repeating instances in which both Name and Number are similar against the
concerned row. Please Help me

Regards, Sevi



Name Number
AAA 12.00
AAA 11.75
AAA 12.50
BBB 12.50
BBB 13.00
BBB 13.00
BBB 13.50
CCC 13.50
CCC 12.00
CCC 12.00
DDD 14.45
DDD 14.45
DDD 14.00
 
What kind of result do you expect?

This formula returns 3:

=SUMPRODUCT(--(A3:A14&B3:B14=A2:A13&B2:B13))

Biff
 

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

List to Table - formula 2
Combining MATCH & LOOKUP formulas 7
Match, Find? 1
INDEX MATCH formula 8
In Cell Formula to mimic text to columns. 3
formula help 1
compare cell contents 2
row comparison 5

Back
Top