Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Percentage of a "sum of" amount in a different field of a pivot re

I have only been able to write the formula for: Prospect/Time worked (or
Client/Time worked or Admin/Time worked) for a row of a pivot report...which
always returns 100% for each of the above categories. I am trying to get
Prospect Time as a percent of an employee's total time. Is there a different
calculation I should be using?

My pivot table reports an employee's time worked and categorized by client,
prospecting, admin. Then all the employee's time is summed at the employee
level. Each employee is summed to an office and the offices sum to a
department. Columns & Rows as follows

Dept Office Empl Client Total Time Client Prospect Admin
CS CM John AAA 40 40
CS CM John BBB 30 30
CS CM John CCC 20 20
CS CM Jane AAA 80 80
CS SF Tom CCC 50 50
CS SF Tina DDD 60 60

I would like to create a calculated field for each of client time, prospect,
admin as a percentage of the Employee's total time. Then, for the office,
the
sum of each of client time, prospect, admin as a percentage of all the
Office's Employees' Total Time. Then, for the Dept, the sum of each of
client time, prospect, admin as a percentage of all the Dept's Employees'
Total time.



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,696
Default Percentage of a "sum of" amount in a different field of a pivot re

If you can have a list of just rep names in say, column A of a sheet, then:

=sumproduct(--(pivot!$B$2:$B$10000=$A2),(pivot!$F$2:$F$10000))/sumproduct(--(pivot!$B$2:$B$10000=$A2),(pivot!$D$2:$D$10000))

sums prospect number totals per employee name then divides by total time per
employee name...

"HL Questions" wrote:

I have only been able to write the formula for: Prospect/Time worked (or
Client/Time worked or Admin/Time worked) for a row of a pivot report...which
always returns 100% for each of the above categories. I am trying to get
Prospect Time as a percent of an employee's total time. Is there a different
calculation I should be using?

My pivot table reports an employee's time worked and categorized by client,
prospecting, admin. Then all the employee's time is summed at the employee
level. Each employee is summed to an office and the offices sum to a
department. Columns & Rows as follows

Dept Office Empl Client Total Time Client Prospect Admin
CS CM John AAA 40 40
CS CM John BBB 30 30
CS CM John CCC 20 20
CS CM Jane AAA 80 80
CS SF Tom CCC 50 50
CS SF Tina DDD 60 60

I would like to create a calculated field for each of client time, prospect,
admin as a percentage of the Employee's total time. Then, for the office,
the
sum of each of client time, prospect, admin as a percentage of all the
Office's Employees' Total Time. Then, for the Dept, the sum of each of
client time, prospect, admin as a percentage of all the Dept's Employees'
Total time.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Percentage of a "sum of" amount in a different field of a pivo

I don't think I was clear enough, I am trying identify the formula for
multiple % fields as part of "insert a calculated field" so that it will
result in the following example:

Dept Office Empl Client Total Time Client C% Prospect P%
Admin A%
CS CM John AAA 40 40 44%
CS CM John BBB 30 30 33%
CS CM John CCC 20 20 22%

John (a "SUM of" row) 90 40 44% 30
33% 20 22%

"Sean Timmons" wrote:

If you can have a list of just rep names in say, column A of a sheet, then:

=sumproduct(--(pivot!$B$2:$B$10000=$A2),(pivot!$F$2:$F$10000))/sumproduct(--(pivot!$B$2:$B$10000=$A2),(pivot!$D$2:$D$10000))

sums prospect number totals per employee name then divides by total time per
employee name...

"HL Questions" wrote:

I have only been able to write the formula for: Prospect/Time worked (or
Client/Time worked or Admin/Time worked) for a row of a pivot report...which
always returns 100% for each of the above categories. I am trying to get
Prospect Time as a percent of an employee's total time. Is there a different
calculation I should be using?

My pivot table reports an employee's time worked and categorized by client,
prospecting, admin. Then all the employee's time is summed at the employee
level. Each employee is summed to an office and the offices sum to a
department. Columns & Rows as follows

Dept Office Empl Client Total Time Client Prospect Admin
CS CM John AAA 40 40
CS CM John BBB 30 30
CS CM John CCC 20 20
CS CM Jane AAA 80 80
CS SF Tom CCC 50 50
CS SF Tina DDD 60 60

I would like to create a calculated field for each of client time, prospect,
admin as a percentage of the Employee's total time. Then, for the office,
the
sum of each of client time, prospect, admin as a percentage of all the
Office's Employees' Total Time. Then, for the Dept, the sum of each of
client time, prospect, admin as a percentage of all the Dept's Employees'
Total time.



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 "sum of "-field is not working gohlensc Excel Discussion (Misc queries) 2 December 13th 07 02:47 AM
Pivot Table - Remove "sum of" in data field abgmclt Excel Discussion (Misc queries) 2 May 26th 06 08:22 PM
Don't want the "All" option in the Drop Page Field of a pivot tabl Vincerix Excel Discussion (Misc queries) 1 May 12th 06 09:22 PM
Pivot Tables - How can I "reset" the selections in "Row Field"? shadestreet Excel Discussion (Misc queries) 3 April 24th 06 06:29 PM
"Show Field List" in Pivot Table Toolbar doesn't work Flyer27 Excel Discussion (Misc queries) 0 April 12th 06 12:05 AM


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

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"