Hello,
I have the following formula:
IF(ROUND(J98,2)=ROUND(SUMIF('Sheet2'!$A$8:$A$1000,C97,'Sheet2'!$D$8:$D$1000),2), "OK", "Off By "&J98-SUMIF('Sheet2'!$A$8:$A$1000,C97,'Sheet2'!$D$8:$D$1000))
When the result is false, the text that gets entered in the cell goes out to many decimal points, i.e. "off by 0.0246271358543424". Do you know how to format this so that the text would read "off by 0.02"?
Thanks!!
Becky
I have the following formula:
IF(ROUND(J98,2)=ROUND(SUMIF('Sheet2'!$A$8:$A$1000,C97,'Sheet2'!$D$8:$D$1000),2), "OK", "Off By "&J98-SUMIF('Sheet2'!$A$8:$A$1000,C97,'Sheet2'!$D$8:$D$1000))
When the result is false, the text that gets entered in the cell goes out to many decimal points, i.e. "off by 0.0246271358543424". Do you know how to format this so that the text would read "off by 0.02"?
Thanks!!
Becky