Re: Counting unique accounts
From: Dave Peterson (ec35720_at_msn.com)
Date: 05/28/04
- Next message: DDM: "Re: Fit to Page"
- Previous message: ifew552: "inserting pics as part of data"
- In reply to: Kyle Putzier: "Counting unique accounts"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 27 May 2004 19:32:00 -0500
You could add another column to your pivottable range.
I put my years in A2:a1000 and my customers in B2:b1000.
Then I put this in C2 and dragged down:
=IF(SUMPRODUCT(--($A$2:A2=A2),--($B$2:B2=B2))=1,1,0)
It puts a 1 in the first unique occurence row--else it puts a 0.
Kyle Putzier wrote:
>
> I've got a list of all of the sales for the last 8 years. I'm getting better at using Pivot Tabls to analyze the data, but I haven't figured out a way to count the number of unique account sold to per year. How can I do this?
>
> Kyle
-- Dave Peterson ec35720@msn.com
- Next message: DDM: "Re: Fit to Page"
- Previous message: ifew552: "inserting pics as part of data"
- In reply to: Kyle Putzier: "Counting unique accounts"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|