D
diablo
The answers to my previous post worked wonderful with the exception of this
specific formula.
my original code, works but gives divide by zero error when empty.
=SUMPRODUCT(B2:B65536,C2:C65536)/SUM(C2:C65536)
my code after I applied the logic that is working on other formulas, this
one always returns a blank cell regardless.
=IF(ISERROR((SUMPRODUCT(B2:B65536,C2:C65536)/SUMC2:C65536)),"",(SUMPRODUCT(B2:B65536,C2:C65536)/SUMC2:C65536))
Would anyone mind looking at the second line of code to see where I'm in
error?
It's much appreciated,
Brian
specific formula.
my original code, works but gives divide by zero error when empty.
=SUMPRODUCT(B2:B65536,C2:C65536)/SUM(C2:C65536)
my code after I applied the logic that is working on other formulas, this
one always returns a blank cell regardless.
=IF(ISERROR((SUMPRODUCT(B2:B65536,C2:C65536)/SUMC2:C65536)),"",(SUMPRODUCT(B2:B65536,C2:C65536)/SUMC2:C65536))
Would anyone mind looking at the second line of code to see where I'm in
error?
It's much appreciated,
Brian