View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
John Bundy John Bundy is offline
external usenet poster
 
Posts: 772
Default How do I set two different (AND & OR) logic functions within one

See if this does it
=IF(OR(A15,A25)*AND(OR(A3<5,A4<5)),"True","False ")
--
-John Northwest11
Please rate when your question is answered to help us and others know what
is helpful.


"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"