Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have 2 equations that basically say:
=IF(AND(A1=A2,(OR(A3<A1))),True,False) =IF(AND(A10=A11,(OR(A12<A13))),True,False) These work fine on their own. How can I combine these equations into one cell that IF the first equation OR the second equation is true, it will return "True"? |