Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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" |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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" |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|