Calculated Field in Pivot Table to calculate percentage from same column in table

asad

Well-known Member
Joined
Sep 9, 2008
Messages
1,434
Hi Guys,

I am trying to insert a calculated field in my pivot table that should divide the sum of numbers from column D based on the value in column E by the sum of numbers from column D based on a different value in column E. I am using this formula
Rich (BB code):
=SUM(IF('Route/Headless'="General Route",'Touch Ons',0))/SUM(IF('Route/Headless'="Headless",'Touch Ons',0))

But this gives me an error and the new field is showing #DIV/0!

How can I fix this?

Any help in fixing the formula or pointing to another solution will be much appreciated.

Thanks
Asad
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.

Forum statistics

Threads
1,214,976
Messages
6,122,543
Members
449,089
Latest member
davidcom

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top