Help with a combination of formula's

S

Smiles

I would like to be able to combine the following two formulas into on cell.
The following cell that it's to go into is BD for both.
=IF(Build!E21>0,1,"0")
=IF(Build!E23>0,1,"0")
 
P

Peo Sjoblom

=--OR(Build!E21>0,Build!E23>0)

replace OR with AND if you need both cells to be greater than 0 at the same
time

--
Regards,

Peo Sjoblom

(No private emails please)
 
Top