#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default pivot reports

I have a worksheet that has 3 columns and 24000 rows of data. There are
numerous duplicate records. I need to report how many individuals are using
the site and not how many hits (each record is a hit). I want to use a pivot
table report. I have been trying for two days to come up with a formula that
will give me a result using only unique records. I can do an advanced filter
and then subtotal, but I really want to utilize the pivot table reports and
charts. BIG feather in my cap if I can pull this off. PLEASE : ) HELP.
Any suggestions would be greatly appreciated.
Denise
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default pivot reports

Step 1: sort the data on the username or usernumber or whatever the field is
that you want to dedupe.
Step 2: insert a column 4 in which you examine if the username cell in that
row is identical to the username cell in the previous one. Something like
=if(d5=d4,0,1). And then carry that formula all the way down.
Step 3. Sum column 4 and you'll get your count.


"Niecie" wrote:

I have a worksheet that has 3 columns and 24000 rows of data. There are
numerous duplicate records. I need to report how many individuals are using
the site and not how many hits (each record is a hit). I want to use a pivot
table report. I have been trying for two days to come up with a formula that
will give me a result using only unique records. I can do an advanced filter
and then subtotal, but I really want to utilize the pivot table reports and
charts. BIG feather in my cap if I can pull this off. PLEASE : ) HELP.
Any suggestions would be greatly appreciated.
Denise

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 605
Default pivot reports

This is a link that I like.

http://www.contextures.com/xlPivot07.html#Unique

Epinn

"Niecie" wrote in message ...
I have a worksheet that has 3 columns and 24000 rows of data. There are
numerous duplicate records. I need to report how many individuals are using
the site and not how many hits (each record is a hit). I want to use a pivot
table report. I have been trying for two days to come up with a formula that
will give me a result using only unique records. I can do an advanced filter
and then subtotal, but I really want to utilize the pivot table reports and
charts. BIG feather in my cap if I can pull this off. PLEASE : ) HELP.
Any suggestions would be greatly appreciated.
Denise

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I create calculated items on pivot table reports? Langrial Excel Worksheet Functions 1 January 6th 07 12:30 AM
how to print reports from pivot table [email protected] Excel Discussion (Misc queries) 5 December 3rd 06 04:19 PM
Display the source for a pivot table page field Gary Brown Excel Worksheet Functions 4 November 8th 06 03:02 PM
Pivot Reports and < or values [email protected] Excel Discussion (Misc queries) 1 October 16th 05 12:35 AM
pivot tables reports - altering display of (blank) cells cak Excel Worksheet Functions 1 August 22nd 05 12:39 AM


All times are GMT +1. The time now is 10:12 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"