Hi! I’m trying to aggregate multilingual survey answers using a formula. 
I will eventually need this format of formula for more complex data, but I am stumped at the beginning part of getting at least three statements to all say ‘YES’ if there is a ‘yes’ in one column or a ‘Si’ in another or a ‘容易 - Yes’ in another.
This formula works :IF({Was it easy for you to order a meal through the current texting system? CHINESE}=‘容易 - Yes’, ‘YES’)
But then I want to build upon it by adding the conditions IF or even OR it doesn’t work. For example, this does not work:
IF({Was it easy for you to order a meal through the current texting system? CHINESE}=‘容易 - Yes’, ‘YES’) OR(IF(
{Was it easy for you to order a meal through the current texting system?}=‘Yes’,‘YES’))
Does anyone have any ideas of how to make what I want to happen/guidance on what I’m doing incorrectly?
Thanks so much in advance.
