Andy Meynell
New Member
- Joined
- Apr 24, 2009
- Messages
- 31
Hi all
I have added a calculated field to my pivot table:
.CalculatedFields.Add Name:="MyCalField", Formula:="=Col1/Col2"
I would really like to add more complexity to the formula to handle different types of errors. When typing the code I noticed that you had the option to use a standard formula:
Add(Name As String, Formula As String, [Use Standard Formula] As Pivot Field
I would like to use a standard formula but I'm unsure of the syntax
Any Ideas greatly appreciated
A Meynell
I have added a calculated field to my pivot table:
.CalculatedFields.Add Name:="MyCalField", Formula:="=Col1/Col2"
I would really like to add more complexity to the formula to handle different types of errors. When typing the code I noticed that you had the option to use a standard formula:
Add(Name As String, Formula As String, [Use Standard Formula] As Pivot Field
I would like to use a standard formula but I'm unsure of the syntax
Any Ideas greatly appreciated
A Meynell