Hi can someone help me here, I need to translate a list of keywords located in a column
thanks!
=Connector("MicrosoftTranslate.Translate";"?";"jp";"en")
If the keywords are in column A, then:
=Connector("MicrosoftTranslate.Translate";A1;"jp";"en")
Then simply expand the formula downwards for all keywords.