View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Dan Shepherd Dan Shepherd is offline
external usenet poster
 
Posts: 2
Default Pivot table group help

I am at a loss on this... I created a pivot table that has the following data
items:

ItemNumber, ItemName, QtySold, QtyOnHand, ListPrice, Location,
PurchaseOrderNum, QtyOnOrder

This table looks at a sql view and pulls in the data fine. I am trying to
have the columns look like this:

ItemNumber ItemName QtySold QtyOnHand ListPrice Location (all would be
standard) and then the PurchaseOrderNum would be the pivot part. The data
would look like this..

Item Name QtySold QtyOH ListPrc Locn PONum1 PoNum2 PONum3
XXX Part1 50 50 2.00 MAIN 10 0
0
YYY Part2 10 25 1.00 MAIN 0 5
5

My data is showing up like this:
Item Name QtySold QtyOH ListPrc Locn PONum1 PoNum2 PONum3
XXX
Part1
50
50
2.00
MAIN
10
0 0

Any ideas? Right now the following items are rows: ItemNumber, ItemName,
QtySold, QtyOnHand, ListPrice and Location. Columns are PONumber. Summary
values are sum of QtyOnOrd (at the PONumber).