Curious George
New Member
Hello, I'm wanting to insert an existing formula into a pivot to help me with changing data... but how?
I'm classifying customers and it is based on the "Count" of products they have bought over the passed years.
How do I apply the cell references to the calculated pivot table fields? eg: H16 = 'FY10-11 - Count'
=
IF(AND(H16>0,F16>0,D16>0,B16>0),"A Star",
IF(AND(H16>0,F16="",D16="",B16=""),"New",
IF(AND(H16>0,(OR(F16>0,D16>0,B16>0))),"Returning",
IF(AND(H16="",(OR(F16>0,D16>0,B16>0))),"Lost",
""))))
I'm classifying customers and it is based on the "Count" of products they have bought over the passed years.
How do I apply the cell references to the calculated pivot table fields? eg: H16 = 'FY10-11 - Count'
=
IF(AND(H16>0,F16>0,D16>0,B16>0),"A Star",
IF(AND(H16>0,F16="",D16="",B16=""),"New",
IF(AND(H16>0,(OR(F16>0,D16>0,B16>0))),"Returning",
IF(AND(H16="",(OR(F16>0,D16>0,B16>0))),"Lost",
""))))