I have a customer that is trying to do the following calculation. They want to calculate the variance but say if the % is greater than or less than 1 then display M/F, by using this formula. They said it works in excel but when they try to save it in Management Reporter it will not let them save the change. We have tried it with and without the beginning = sign. Any suggestions?
=IF(D=0,"N/M",IF((E/(ABS(D)))>1,"N/M",IF((E/(ABS(D9))<-1,"N/M",E/(ABS(D)))))
*This post is locked for comments
I have the same question (0)