Nested IF and OR (and possibly AND)

Hello,

I have two checkbox columns: one for Arabic and one for English.  These columns will either be checked, unchecked or say "n/a".

What I want is to have another checkbox column where it is checked if Arabic and English are both either checked or "n/a": for example:

IF Arabic = 1 OR “n/a” AND IF English = 1 OR “n/a”, then 1, if not then 0

I hope that makes sense, I'm just not sure how to nest these.  Please let me know if you need any clarification.

Cheers,

Nicky

Tags:

Comments

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭
    edited 06/28/18

    =IF(OR(AND(Arabic@row = 1, English@row = 1), AND(Arabic@row = "n/a", English@row = "n/a")), 1, 0)

     

    What this says is that if Arabic and English match (both checked or both n/a), it will check mark your third column.

     

    If I read this wrong, and you are looking for something different, feel free to let me know.

    10xViz.com

    Come see me at ENGAGE 2023! I have "Happy to help 👍️" buttons!

    If you can't find me roaming the floor, I will most likely be at the 10xViz Partner Booth.

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!