I have a Google Spreadsheets table with emojis:
I would like to add their text descriptions to the second column. I've created the mapping table on the second sheet:
Now I am trying to understand how to replace several symbols in one cell with text descriptions (VLOOKUP
doesn't help here).
=ARRAYFORMULA(VLOOKUP(SPLIT(B2:B," "),Description!A:B,2,FALSE))