I'm working on a vocabulary practice sheet.
I need to be able to input various possible translations for a word in one cell and get a true/false in another cell.
For example, the vocab word in English is "demand" and in French it may be translated as "demander", "réclamer", or "sous commande".
I'm using the following formula to have any of these as possible answers: =IF(OR(B7="demander",B7="réclamer",B7="s... commandel"),1,0).
But I also need to be able to input several of these in the same cell separated by a comma, in what ever order. I thought of putting the possible answers in separate cells (i.e. f7, g7, h7) and then call these in the formula. But how can I include all of them as a logical answer?
Thanks for your help.
Tags: