S
Sandi
What kind of formula do I use for:
blank cell + blank cell = 0 how do I get it to not show if the value is 0?
blank cell + blank cell = 0 how do I get it to not show if the value is 0?
blank cell + blank cell = 0 how do I get it to not show if the value
is 0?
=IF(A1+B1=0,"",A1+B1)