Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Counting in Pivot table

The Group A of the 2 applicants have 3 applications each
i can only show how many applications in total - 6

How can i count how many applicants in Group A?

My Pivot table is Group, Applicant, Application

Then the table can show
Group A (2) Application (6)

Thanks a lot.

Tony



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,979
Default Counting in Pivot table

A pivot table won't calculate a unique count. However, you could add a
column to the source table, then add that field to the pivottable.

For example, to count unique applicants per group, where Group name is
in column C, and applicant name is in column D:
=IF(SUMPRODUCT(($C$2:$C2=C2)*($D$2:$D2=D2))1,0,1)

Copy this formula down to all rows in the database.

In the pivot table, add Group name to the row area, and add this field
to the data area, and you'll get a count of unique applicants.


Tony wrote:
The Group A of the 2 applicants have 3 applications each
i can only show how many applications in total - 6

How can i count how many applicants in Group A?

My Pivot table is Group, Applicant, Application

Then the table can show
Group A (2) Application (6)

Thanks a lot.

Tony





--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

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
Pivot Table not counting onebodaciousbabe03 Excel Discussion (Misc queries) 1 December 10th 09 07:11 PM
Pivot Table Counting Newbee Excel Worksheet Functions 1 May 23rd 08 10:28 PM
Pivot table and counting. sacredarms Excel Discussion (Misc queries) 2 January 2nd 06 02:30 PM
Counting .5 in a pivot table mtcurtis Excel Worksheet Functions 1 September 8th 05 05:56 PM
Pivot table and counting ChristopherH Excel Worksheet Functions 1 November 20th 04 01:26 PM


All times are GMT +1. The time now is 10:43 AM.

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

About Us

"It's about Microsoft Excel"