R
Roger
I am attempting to use ISERROR and ROUND in the same
formula. I do not want the #DIV/0! error to show when I'm
dividing by zero because some cells will not always have a
value, and they are used in a sum statement lower in the
spreadsheet. My formula currently is: =IF(ISERROR((D9/
$D$20*$D$22)+D9),"-",((D9/$D$20*$D$22)+D9)). If I try to
add rounding to the formula, I get a message that there is
an error in the formula. I've tried: =IF(ISERROR(=ROUND
((D9/$D$20*$D$22)+D9,2)),"-",((D9/$D$20*$D$22)+D9)). Am I
doing something wrong, or can ISERROR and ROUND not be
combined? Thanks.
formula. I do not want the #DIV/0! error to show when I'm
dividing by zero because some cells will not always have a
value, and they are used in a sum statement lower in the
spreadsheet. My formula currently is: =IF(ISERROR((D9/
$D$20*$D$22)+D9),"-",((D9/$D$20*$D$22)+D9)). If I try to
add rounding to the formula, I get a message that there is
an error in the formula. I've tried: =IF(ISERROR(=ROUND
((D9/$D$20*$D$22)+D9,2)),"-",((D9/$D$20*$D$22)+D9)). Am I
doing something wrong, or can ISERROR and ROUND not be
combined? Thanks.