Hi,
I want to put an IF statement in a Pivot table Calculated field. My aim is to have a formula that is different depending on the what the column is.....
EG....
TYPE is the column field...there are 3 types, "Fixed","Floating" and "OD"
MANAGER is the row field...
The calculated field that I would like to make up the data is as follows....Balance,Income and limit are also fields in the data set.
=IF(Type= "Fixed",Income/Balance,IF(Type= "Floating",Income/Balance,Income/(Limit* 0.6)))
The result of doing this is that all types have the formula....Income/(Limit* 0.6).
How do I get the data to show Income/Balance for Fixed and floating?
Thanks in advance..
I want to put an IF statement in a Pivot table Calculated field. My aim is to have a formula that is different depending on the what the column is.....
EG....
TYPE is the column field...there are 3 types, "Fixed","Floating" and "OD"
MANAGER is the row field...
The calculated field that I would like to make up the data is as follows....Balance,Income and limit are also fields in the data set.
=IF(Type= "Fixed",Income/Balance,IF(Type= "Floating",Income/Balance,Income/(Limit* 0.6)))
The result of doing this is that all types have the formula....Income/(Limit* 0.6).
How do I get the data to show Income/Balance for Fixed and floating?
Thanks in advance..