View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave F Dave F is offline
external usenet poster
 
Posts: 2,574
Default How do I set two different (AND & OR) logic functions within one

IF(AND(OR(A15,A25),OR(A3<5,A4<5)),"TRUE","FALSE" )

Dave
--
Brevity is the soul of wit.


"Short Term Trader" wrote:

How would I write the following:
if cell 1 (OR) cell 2 is 5 (AND) if cell 3 (OR) cell 4 is < 5 then "true"