PC Review


Reply
Thread Tools Rate Thread

Custom Field on Pivot Table?

 
 
kk_oop@yahoo.com
Guest
Posts: n/a
 
      8th Aug 2006
Hi. I have a Pivot Table that uses three fields from a source table:

Job Name
Points Done
Points Remaining

Each row of the source table is for a task that needs to be completed
in order to finish the job. So many rows will be for the same Job
Name. Each row is assigned points based on the complexity of the task.

I'm grouping the pivot table by Job Name. For each job name in my
source table, I am showing the sum of Points Done and Points Remaining.


So the Pivot table ends up looking like this:

Build John's House
Total Points: 100
Remaining Points: 40

Build Jane's House
Total Points: 100
Remaining Points: 80

What I want to do is add a custom field to the pivot table that tells
me % complete for each job. This would be done by having a pivot field
based on a formula that used Total Points and Remaining Points. The
goal is to have the pivot table look like this:

Build John's House
Total Points: 100
Remaining Points: 40
% Complete: 60

Build Jane's House
Total Points: 100
Remaining Points: 80
% Complete: 20

How can I tell the pivot table to add this % Complete field?

Thanks for any help!

Ken

 
Reply With Quote
 
 
 
 
Debra Dalgleish
Guest
Posts: n/a
 
      8th Aug 2006
Create a Calculated Field with the formula:

=('Total Points' -'Remaining Points' )/'Total Points'

Format the field as percentage.

(E-Mail Removed) wrote:
> Hi. I have a Pivot Table that uses three fields from a source table:
>
> Job Name
> Points Done
> Points Remaining
>
> Each row of the source table is for a task that needs to be completed
> in order to finish the job. So many rows will be for the same Job
> Name. Each row is assigned points based on the complexity of the task.
>
> I'm grouping the pivot table by Job Name. For each job name in my
> source table, I am showing the sum of Points Done and Points Remaining.
>
>
> So the Pivot table ends up looking like this:
>
> Build John's House
> Total Points: 100
> Remaining Points: 40
>
> Build Jane's House
> Total Points: 100
> Remaining Points: 80
>
> What I want to do is add a custom field to the pivot table that tells
> me % complete for each job. This would be done by having a pivot field
> based on a formula that used Total Points and Remaining Points. The
> goal is to have the pivot table look like this:
>
> Build John's House
> Total Points: 100
> Remaining Points: 40
> % Complete: 60
>
> Build Jane's House
> Total Points: 100
> Remaining Points: 80
> % Complete: 20
>
> How can I tell the pivot table to add this % Complete field?
>
> Thanks for any help!
>
> Ken
>



--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
custom field with custom formula in pivot table! Sedaghat Nejad Microsoft Excel Worksheet Functions 2 21st Jun 2009 11:19 AM
PIVOT TABLE CUSTOM FIELD =?Utf-8?B?RkFSQVogUVVSRVNISQ==?= Microsoft Excel Misc 0 17th Jul 2007 11:18 PM
CUSTOM FIELD OR SUB TOTAL IN PIVOT TABLE =?Utf-8?B?RkFSQVogUVVSRVNISQ==?= Microsoft Excel Misc 0 13th Feb 2007 11:52 AM
Custom field in Pivot Table? kk_oop@yahoo.com Microsoft Excel Misc 1 8th Aug 2006 07:20 PM
Pivot Table - Custom Row Field =?Utf-8?B?Sm9obiBKb3N0?= Microsoft Excel Worksheet Functions 1 14th Feb 2006 01:51 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:15 PM.