I have a large spreadsheet with a list of English phrases/words in one column and then another column where all of those are translated into another language using the GOOGLETRANSLATE
function. One example of such a row:
The formula is =GOOGLETRANSLATE(G786, "en", "nl")
When I click on it a box appears saying "Error" and then beneath that
"Google Translate internal error."
I am unsure what the issue is and how I can solve it. The strange thing is that if I change the formula to replace the cell number to a plain string like "Hello" and click enter it will properly translate it to Dutch, and actually if I re-insert the same formula shown in the picture with the cell number it actually translates it as expected.
EN | NL |
---|---|
Confirm before proceeding | =GOOGLETRANSLATE(G777, "en", "nl") |