Did you know that Google Sheets has a built-in google translate function that you could use to translate simple words? All you have to do is select the cell you want to translate, then use the following formula in another cell to translate it.
=GOOGLETRANSLATE(cell with text, "source language", "target language")
Here, the source language is the language your text is currently in, and the target language is the language you want to translate to.
Comments 0