In Conditional fromatting, is there any way for using the OR operator to check multiple conditions.
A AnisaF Mar 19, 2005 #1 In Conditional fromatting, is there any way for using the OR operator to check multiple conditions.
B Bob Phillips Mar 19, 2005 #2 Sure =OR(A1>17, B1<8) -- HTH RP (remove nothere from the email address if mailing direct)
A Akhilesh Dalia Mar 19, 2005 #3 Hi, You can use multiple conditions instead of OR by clicking on ADD>> button Regards Akhilesh Dalia akhileshdalia<at>hotmail<dot>com
Hi, You can use multiple conditions instead of OR by clicking on ADD>> button Regards Akhilesh Dalia akhileshdalia<at>hotmail<dot>com
A AnisaF Mar 20, 2005 #4 Thanks to both of you, I tried using =IF(OR(A4="B",A3="F",A3="A"),True,False) in the conditional format formula box, and it finally got evaluated.
Thanks to both of you, I tried using =IF(OR(A4="B",A3="F",A3="A"),True,False) in the conditional format formula box, and it finally got evaluated.
B Bob Phillips Mar 20, 2005 #5 You don't need the IF, jus =OR(A4="B",A3="F",A3="A") as that returns True or False -- HTH RP (remove nothere from the email address if mailing direct)
You don't need the IF, jus =OR(A4="B",A3="F",A3="A") as that returns True or False -- HTH RP (remove nothere from the email address if mailing direct)