counting values in rows

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

Guest

I have a chart- 100 rows and 10 columns Each row has random assigned letters.
Example: jnbehuomws. I want to know how many rows m and h. I need a formula
.. Thanks Mike
 
Do you want to count a row if it contains duplicates:

jnbehuomws = 1 h, 1 m
hnbehuomws = 2 h, 1 m
jnbehuomms = 1 h, 2 m

Based on the above samples what result would you expect?

Biff
 
There are no duplicates.

T. Valko said:
Do you want to count a row if it contains duplicates:

jnbehuomws = 1 h, 1 m
hnbehuomws = 2 h, 1 m
jnbehuomms = 1 h, 2 m

Based on the above samples what result would you expect?

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

Back
Top