Need help in Add calculated field

adr12345

Board Regular
Joined
Jan 19, 2015
Messages
67
Below code is not working.

PT1.CalculatedFields.Add Name:="Conversion", Formula:="Winner / All "

With PT1.PivotFields("Conversion")
.Orientation = xlDataField
.Function = xlSum
.Position = 1
.Caption = "Conversion-1"
.numberformat = "0.00%"
End With

Column Winner and All contain numbers and I am calculating %
New field is not getting created in the data itself.
I am getting error "unable to get pivotfields property of the pivotclass".

I used the same lines in different code and it was working. I am not able to understand what is the mistake here?



-adr12345
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.

Forum statistics

Threads
1,216,090
Messages
6,128,765
Members
449,467
Latest member
sdafasfasdf

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