T
todd
I need to get a true or false if all my conditions are
met. Do I combine the and/or funtions to do that?
Here is what I have got.
=IF(OR(AND(J28=0,K28=0,L28=0,M28=0)),"",IF(COUNT(J28:K28)
=2,K28*J28,"")+IF(COUNT(L28:M28)=2,M28*L28))
I am working on a formula that the range may or may not
contain formulas,numbers or return "". I want to have the
formula return "" if ALL the cells in the range =0 or "".
(if it returns 0 then it messes with a formula on a
another worksheet).
TIA
Todd
met. Do I combine the and/or funtions to do that?
Here is what I have got.
=IF(OR(AND(J28=0,K28=0,L28=0,M28=0)),"",IF(COUNT(J28:K28)
=2,K28*J28,"")+IF(COUNT(L28:M28)=2,M28*L28))
I am working on a formula that the range may or may not
contain formulas,numbers or return "". I want to have the
formula return "" if ALL the cells in the range =0 or "".
(if it returns 0 then it messes with a formula on a
another worksheet).
TIA
Todd