I have pivot table and it contains "Type" in Row field. There are different type available. Like AW,ED,MO,GT,SP. I would like to sum "AW" alone in one Row and all other types in second row to get the Amount value. I tried using formula in Calculated field. But it is not working.
Field1=IF(Type <>"AW";"Others";"AW")
Is this possible to get inside a pivot table? Help me