View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default Help with a combination of formula's

=--OR(Build!E210,Build!E230)

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)


"Smiles" wrote in message
...
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!E210,1,"0")
=IF(Build!E230,1,"0")

--
Need help with combining formula''s