Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I need M1 to answer "Y"(yes) if several logical conditions are met. I
already have this: =IF(AND(Q155,L124,P1=""),"Y","") but I also need M1 to answer "Y" if the following is true (i.e., it would be an "or" statment in logics). =IF(AND(Q160,L114,P1="Y"),"Y","") How do I combine them? |
#2
![]() |
|||
|
|||
![]()
=IF(OR(AND(Q155,L124,P1=""),AND(Q160,L114,P1=" Y"))"Y","")
-- HTH RP (remove nothere from the email address if mailing direct) "MEJ" .(donotspam) wrote in message ... I need M1 to answer "Y"(yes) if several logical conditions are met. I already have this: =IF(AND(Q155,L124,P1=""),"Y","") but I also need M1 to answer "Y" if the following is true (i.e., it would be an "or" statment in logics). =IF(AND(Q160,L114,P1="Y"),"Y","") How do I combine them? |
#3
![]() |
|||
|
|||
![]()
=IF(or(AND(Q155,L124,P1=""),AND(Q160,L114,P1=" Y")),,"Y","")
"MEJ" wrote: I need M1 to answer "Y"(yes) if several logical conditions are met. I already have this: =IF(AND(Q155,L124,P1=""),"Y","") but I also need M1 to answer "Y" if the following is true (i.e., it would be an "or" statment in logics). =IF(AND(Q160,L114,P1="Y"),"Y","") How do I combine them? |
#4
![]() |
|||
|
|||
![]()
One way:
=IF(OR(AND(Q155,L124,P1=""),AND (Q160,L114,P1="Y")),"Y","") HTH Jason Atlanta, GA -----Original Message----- I need M1 to answer "Y"(yes) if several logical conditions are met. I already have this: =IF(AND(Q155,L124,P1=""),"Y","") but I also need M1 to answer "Y" if the following is true (i.e., it would be an "or" statment in logics). =IF(AND(Q160,L114,P1="Y"),"Y","") How do I combine them? . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
More than 3 Conditional Formatting Conditions | Excel Worksheet Functions | |||
How do I count number of cels the matches 2 conditions ? | Excel Worksheet Functions | |||
SUM based on multiple conditions - SORRY, URGENT!!! | Excel Worksheet Functions | |||
How to multiple conditions to validate more than 2 conditions to . | Excel Worksheet Functions | |||
average on 2 conditions | Excel Worksheet Functions |