Calculate Column in a Pivot Table

BaconMcSandwich

New Member
Joined
Jun 14, 2021
Messages
16
Office Version
  1. 365
Platform
  1. Windows
My Pivot table calculates the following information from the raw data (below).

I want to insert a caclulated value in column F that works out the percentage on enquiries that were turned into sale. But I can't work out how.

I can insert calculated fields that work based on the sum of fields, e.g. I can multiply the profit by 10, or the sum of enquiries by 10. But both of which are useless. I can't seem to calculate "Enquiries/Sold*100" which is what I need to do.

1646650236208.png
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
You'll need to use the data model and create measures to use anything other than SUM on fields in a calculation. Once you have measures using COUNT and MAX for the two source fields, your third measure can just divide one by the other.
 
Upvote 0
You'll need to use the data model and create measures to use anything other than SUM on fields in a calculation. Once you have measures using COUNT and MAX for the two source fields, your third measure can just divide one by the other.
Cheers, can I ask if you can point me in the genral direction where to do this?

(Do I need Excel PowerPivot? (he asked after googling for a bit)
 
Upvote 0
Yes, you want PowerPivot - which you have if you are using 365.
 
Upvote 0
Solution

Forum statistics

Threads
1,214,618
Messages
6,120,544
Members
448,970
Latest member
kennimack

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