Count Num of unique items in col? by 3 criteria

C

CindyC

Ok. Thanks. Now, how do I count the number of unique items by 3 other
criteria
ie
number of cats
by location (column e)
by salesperson (column k)
by date (column c)
 
J

Jacob Skaria

Dear Dave

Assuming you have your data in Col A, B, C please try the below formula..

=SUMPRODUCT((A1:A100&B1:B100&C1:C100<>"")/COUNTIF(A1:C100,A1:C100&""))

If this post helps click Yes
 
S

Sheeloo

Can you pl. explain how this works?
(I have also asked Gary's Student the same question in the previous post)
 
J

Jacob Skaria

Sheeloo

In the previous post Biff has explained in detail how it works with one
column. Please check and post back for any queries...

Thanks Biff..

If this post helps click Yes
 

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