Pivot table question

J

Jugglertwo

When trying to analyze raw data, I have multiple instances of clients and
want the pivot table to count clients rather than count each instance.

Example:

AAAA-1
AAAA-1
BBBB-1
CCCC-1
CCCC-1

I want the pivot table to return 3 clients, not 5.
 
A

alexrs2k

Hi, you could use this formula, property of T. Valko instead of a pivot table:
=SUMPRODUCT((A1:A50<>"")/COUNTIF(A1:A50,A1:A50&""))
 

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