IF OR AND in same conditional formula

chrono2483

Board Regular
Joined
Aug 23, 2014
Messages
164
Office Version
  1. 2016
Hi There,

Does excel accept OR & AND within the same if statement?

I'm trying to state the following: =IF(OR($A$2="YES",$A$2="MAYBE",AND($A$4="English"),"Level 1",""))

Would anyone be able to provide a sample of an IF statement using OR & AND?

Thank you!
 
Is this what you are after ?

=IF(AND(OR($A$2="YES",$A$2="MAYBE"),$A$4="English"),"Level 1","")

P.S. whenever you ask a question, describe it in words because the wrong formula won't be helpful in knowing what exactly you want.
 
Upvote 0
Is this what you are after ?

=IF(AND(OR($A$2="YES",$A$2="MAYBE"),$A$4="English"),"Level 1","")

P.S. whenever you ask a question, describe it in words because the wrong formula won't be helpful in knowing what exactly you want.

Great, thank you snjpverma - that example worked! (And will remember to describe the ask in words too! :))
 
Upvote 0

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top