Solidt.eu
  • Home
  • Code snippets
  • News

Translate in Google spreadsheet

Date: 2019-04-04

https://www.labnol.org/internet/google-translate-for-spreadsheets/10086/

# The syntax is easy:
=GoogleTranslate("text", "source language","target language")

#So if you would like to translate the text contents of cell A1 from #English to Arabic, you can use the following translate function.

=GoogleTranslate(A1, "en", "ar")
205700cookie-checkTranslate in Google spreadsheetno
Loading