Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Unique Records Help

I need report Unique Users on a daily basis then have a monthly Unique Users
Total.


When I add the daily Unique Users, it should add up to be the same as the
Monthly Unique Users total...

How do you I do that to get the true daily and monthly Unique Users?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Unique Records Help

You can obtain unique records using Advanced Filter - Debra Dalgleish
shows how he

http://www.contextures.com/xladvfilter01.html#FilterUR

Once you have your list of unique users, you can use SUMIF to obtain a
total for each user. For example, suppose your unique list is in
column A of Sheet 2, and on Sheet1 you have a list of users also in
column A with something to be totalled in column D, then this formula
in B2 of Sheet2:

=SUMIF(Sheet1!A:A,A2,Sheet1!D:D)

will give you the total from Sheet1 for the user in A2. Just copy this
down to get the totals for other users.

Hope this helps.

Pete

On Aug 21, 11:11*pm, pivot table
wrote:
I need report Unique Users on a daily basis then have a monthly Unique Users
Total. *

When I add the daily Unique Users, it should add up to be the same as the
Monthly Unique Users total...

How do you I do that to get the true daily and monthly Unique Users?


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 793
Default Unique Records Help

If you add up 'Daily uniqe users', it will NOT add upto Monthly Unique users.
If I visit on more than one day, I will be on two daily totals whereas in the
month I should only be counted once.

"pivot table" wrote:

I need report Unique Users on a daily basis then have a monthly Unique Users
Total.


When I add the daily Unique Users, it should add up to be the same as the
Monthly Unique Users total...

How do you I do that to get the true daily and monthly Unique Users?

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 to get unique records? brett Excel Discussion (Misc queries) 3 January 25th 07 09:02 PM
unique filter results in some non-unique records. Serials Librarian Excel Discussion (Misc queries) 2 May 26th 06 09:58 PM
Unique Records Happy Excel Discussion (Misc queries) 9 July 27th 05 02:20 PM
Unique records Pete Excel Discussion (Misc queries) 1 July 26th 05 06:58 PM
Unique Records Arturo Excel Worksheet Functions 2 December 1st 04 09:33 PM


All times are GMT +1. The time now is 11:51 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"