G
Geauxfish
How can I get around the equations giving me this #div/0? I know it refers to
$0.00, but I need the formula to read that amount.
$0.00, but I need the formula to read that amount.
Jim Thomlinson said:=if(sum(W9,X9,Y9) = 0, 0, T9/sum(W9,X9,Y9))
=if(large(w9:y9,1) = 0, 0, T9/large(w9:y9,1))