Forum Discussion
ZRonTech
Aug 18, 2021Copper Contributor
Calculated fields in pivot
Good day, Please assist, I have a formula for capping my calculation to 100%, as per the below =IF(ISERROR(IF(AND(SUM(Actual/Target)>1,MaxInd<>0),1,SUM(Actual/Target))),0,IF(AND(SUM(Actual/Ta...
ZRonTech
Aug 18, 2021Copper Contributor
Hi,
Thanks for the above. This is working for the rows that have a MaxInd value.
Where the MaxInd value is 'No', I'd like the actual result of Actual/Target
How can I achieve this?
Attahced are the results for what I desire to achieve (image one) and what the new formula currently outputs (two).
So in essence, I'd like teh formula to display what is shown in red in the image one.
Please assist,
Thanks
SergeiBaklan
Aug 18, 2021Diamond Contributor
Did you try measure instead of calculated column?