View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Fred Smith[_4_] Fred Smith[_4_] is offline
external usenet poster
 
Posts: 2,389
Default Divide 2 pivot table numbers

Sure. Just create a calculated field of =shipped/ordered and format as
percent

Regards,
Fred

"DANM" wrote in message
...
I'm summing several columns of data in a pivot table with multiple rows.
Is
it possible to set up the pivot table to also display the division of 2
cells
of data in the same row. I want to view the summed values and also see
the %
value in a separate column. Is it possible to get the % Shipped
calucalted
as part of the pivot table set up in the example below?

Sales Team Sales Ordered Sales Shipped % Shipped
Salesperson 1 $30,000 $25,000 83.3%
Salesperson 2 $15,000 $10,000 66.7%
Salesperson 3 $50,000 $35,000 70.0%

Thanks
Dan