View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TheRook TheRook is offline
external usenet poster
 
Posts: 57
Default Creating Formulas in Pivot Tables

I currently have a spreadsheet that contains all the works orders currently
in production, the part number, which press they run on, the outstanding
quantity, the rate per hour and when the operations is due.

I have created a pivot table to show all the jobs per press, the outstanding
quantity, the rate per hour per part for each week.

What I am wanting to do is show the total hours per part, per press for the
operation due week.

I created a fomula to divide the outstanding quantity by the rate per hour,
this works ok if the is only 1 works order, but if there are more it then
divides the result by the number of works orders.

Is there anyway to stop this?

Regards