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
Comments
-
=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.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!