I need a formula that looks in multiple cells for a value, when it finds a value, do a lookup to find the translated value.
I have a sheet that is gathering data in different languages, and we need them all to be translated to English. Below is the snip it of the sheet.
So if the form is in English, it will return the course name in 'Event Name - En' if the form is in Spanish, the 'Event Name - SP" as below. The column below in yellow needs to be an index where it references a table that has all the different languages of the class in one column and the 2nd column will be all the classes in English. The formula would read each of the 4 columns looking for data, when it finds the class name in one of the 4 columns of different languages, it will look up the English version and return it.
Is this possible with =Index or =vlookup?