"Rick Rothstein \(MVP -
VB\)" wrote...
....
This seems to work...
=IF(ISERR(C19/C18),"",C19/C18)
You could be hiding meaningful errors this way. Such as #NAME? or
#REF! errors. All you should do is avoid division by zero. All that
requires is testing whether the denominator is zero.