I have a pivot table to which I'm trying to add a calculated field but having no luck.
I am trying to check the difference between 2 numeric fields and depending on whether or not if it is positive or negative I want to display 'over' or 'under'.
I can get it to accept the formula =column1-column2 but when I try to add an IF statement such as this:
=IF(column1-column2>0,"OVER","UNDER")
then excel wont accept it. Is there any way I can achieve this?
tia
I am trying to check the difference between 2 numeric fields and depending on whether or not if it is positive or negative I want to display 'over' or 'under'.
I can get it to accept the formula =column1-column2 but when I try to add an IF statement such as this:
=IF(column1-column2>0,"OVER","UNDER")
then excel wont accept it. Is there any way I can achieve this?
tia