J
JE McGimpsey
First, your SUM() function is redundant. It returns the same result as
=B5*H5
One way to show a null string instead of zero:
=IF(AND(B5<>"",H5<>""),B5*H5,"")
=B5*H5
One way to show a null string instead of zero:
=IF(AND(B5<>"",H5<>""),B5*H5,"")