#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 271
Default Pivot Table

I have the following data:

Supplier Item# Month PO Price Std Price
ABC 123 jan 2.5 3.0
ABC 123 feb 2.5 3.0
ABC 123 feb 2.5 3.5
ABC 123 mar 3.5 3.0
XYZ 567 jan 3.0 2.0
XYZ 567 feb 3.0 2.0
XYZ 567 mar 2.5 2.0
XYZ 567 mar 2.5 2.5

I am trying to create a pivot table that will show the following:

Supplier Item # Jan price Feb price Mar price etc.
ABC 123 $2.5 $2.5 $3.5
XYZ 567 $3.0 $.3.0 $2.5

My problem:
because the standard price for ABC/123 changed during the month of Feb, I
have 2 lines for the same item# with diff. prices (same for XYZ)..so when i
create the pivot table, and use "sum of PO price" as data..the pivot table
actually give me the sum of the 2 line for Feb which = $5.0 instead of $2.5

is there any way to fix this so it will just give me $2.5 instead of $5.0?
any suggestions?

thanks,
susan
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,979
Default Pivot Table

In the pivot table, right-click on one of the price cells
Click on Field Settings
Under Summarize By, click on Max, then click OK


susan wrote:
I have the following data:

Supplier Item# Month PO Price Std Price
ABC 123 jan 2.5 3.0
ABC 123 feb 2.5 3.0
ABC 123 feb 2.5 3.5
ABC 123 mar 3.5 3.0
XYZ 567 jan 3.0 2.0
XYZ 567 feb 3.0 2.0
XYZ 567 mar 2.5 2.0
XYZ 567 mar 2.5 2.5

I am trying to create a pivot table that will show the following:

Supplier Item # Jan price Feb price Mar price etc.
ABC 123 $2.5 $2.5 $3.5
XYZ 567 $3.0 $.3.0 $2.5

My problem:
because the standard price for ABC/123 changed during the month of Feb, I
have 2 lines for the same item# with diff. prices (same for XYZ)..so when i
create the pivot table, and use "sum of PO price" as data..the pivot table
actually give me the sum of the 2 line for Feb which = $5.0 instead of $2.5

is there any way to fix this so it will just give me $2.5 instead of $5.0?
any suggestions?

thanks,
susan



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

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 271
Default Pivot Table

thanks debra! now does the "max" give me the maximum price within the
"group"? which then if the say XYZ/567 March if one PO price is 2.5, the
other one is 2.0, then i will only see $2.5. is there any way to show both
$2.5 and $2.0 so we can tell there is a price variance within the same
supplier/item? thanks again!

"Debra Dalgleish" wrote:

In the pivot table, right-click on one of the price cells
Click on Field Settings
Under Summarize By, click on Max, then click OK


susan wrote:
I have the following data:

Supplier Item# Month PO Price Std Price
ABC 123 jan 2.5 3.0
ABC 123 feb 2.5 3.0
ABC 123 feb 2.5 3.5
ABC 123 mar 3.5 3.0
XYZ 567 jan 3.0 2.0
XYZ 567 feb 3.0 2.0
XYZ 567 mar 2.5 2.0
XYZ 567 mar 2.5 2.5

I am trying to create a pivot table that will show the following:

Supplier Item # Jan price Feb price Mar price etc.
ABC 123 $2.5 $2.5 $3.5
XYZ 567 $3.0 $.3.0 $2.5

My problem:
because the standard price for ABC/123 changed during the month of Feb, I
have 2 lines for the same item# with diff. prices (same for XYZ)..so when i
create the pivot table, and use "sum of PO price" as data..the pivot table
actually give me the sum of the 2 line for Feb which = $5.0 instead of $2.5

is there any way to fix this so it will just give me $2.5 instead of $5.0?
any suggestions?

thanks,
susan



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


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,979
Default Pivot Table

You could add another copy of the PO price field to the data area, and
set it to show the Minimum price.

susan wrote:
thanks debra! now does the "max" give me the maximum price within the
"group"? which then if the say XYZ/567 March if one PO price is 2.5, the
other one is 2.0, then i will only see $2.5. is there any way to show both
$2.5 and $2.0 so we can tell there is a price variance within the same
supplier/item? thanks again!

"Debra Dalgleish" wrote:


In the pivot table, right-click on one of the price cells
Click on Field Settings
Under Summarize By, click on Max, then click OK


susan wrote:

I have the following data:

Supplier Item# Month PO Price Std Price
ABC 123 jan 2.5 3.0
ABC 123 feb 2.5 3.0
ABC 123 feb 2.5 3.5
ABC 123 mar 3.5 3.0
XYZ 567 jan 3.0 2.0
XYZ 567 feb 3.0 2.0
XYZ 567 mar 2.5 2.0
XYZ 567 mar 2.5 2.5

I am trying to create a pivot table that will show the following:

Supplier Item # Jan price Feb price Mar price etc.
ABC 123 $2.5 $2.5 $3.5
XYZ 567 $3.0 $.3.0 $2.5

My problem:
because the standard price for ABC/123 changed during the month of Feb, I
have 2 lines for the same item# with diff. prices (same for XYZ)..so when i
create the pivot table, and use "sum of PO price" as data..the pivot table
actually give me the sum of the 2 line for Feb which = $5.0 instead of $2.5

is there any way to fix this so it will just give me $2.5 instead of $5.0?
any suggestions?

thanks,
susan



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





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

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 create pivot table from existing pivot table in excel 2007 Udayraj Dhulekar Excel Discussion (Misc queries) 2 July 8th 13 08:22 PM
Copying values from pivot table to cells outside pivot table richzip Excel Discussion (Misc queries) 4 January 16th 08 11:03 PM
Filter lines with Pivot table and non pivot table columns Grover Charts and Charting in Excel 4 September 28th 07 03:16 AM
Filter lines with Pivot table and non Pivot table columns Grover Excel Discussion (Misc queries) 1 September 26th 07 12:48 AM
Filter lines containing pivot table and non pivot table data Grover Excel Worksheet Functions 0 September 24th 07 07:20 PM


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