HI.
I have a pivot table and two of the fields are named "Product" and "Revenue". In "Product" you have "AAA", "BBB", and "CCC". I would like to know if I can create calculated field with revenue of "AAA" only. Do I have to create another column for this? I have the below formular...
=IF('Product'= "AAA",Revenue, "")
Please let me know. Thank you.
I have a pivot table and two of the fields are named "Product" and "Revenue". In "Product" you have "AAA", "BBB", and "CCC". I would like to know if I can create calculated field with revenue of "AAA" only. Do I have to create another column for this? I have the below formular...
=IF('Product'= "AAA",Revenue, "")
Please let me know. Thank you.