T
Todd
I am confused! I have a fornmula that might include a 0
in any of its cells and I am try to return the answer
or "" if False.
if(SUM(K15*J15)+(M15*L15),"")
is what I am using. It returns "Value" if L15 or M15 = 0
or "". I tried: =IF(OR
(K16<>"",J16<>"",M16<>"",L16<>""),SUM(K16*J16)+
(M16*L16),"")
This seems to work in a different workbook but not on the
one I need it for. Where am I going wrong?
TIA
Todd
in any of its cells and I am try to return the answer
or "" if False.
if(SUM(K15*J15)+(M15*L15),"")
is what I am using. It returns "Value" if L15 or M15 = 0
or "". I tried: =IF(OR
(K16<>"",J16<>"",M16<>"",L16<>""),SUM(K16*J16)+
(M16*L16),"")
This seems to work in a different workbook but not on the
one I need it for. Where am I going wrong?
TIA
Todd