Share via

Installing FUNCTION TRANSLATOR in EXCEL

Anonymous
2018-08-24T17:40:08+00:00

I have the Spanish version of Office.  There is lots of room for improvement.  Specially in the explanation of the how each individual function is supposed to work. Hence I wanted to have access to the function names in English so I can use that body instead of Spanish.  Went through the steps in the menus (my best shot at the translations):

INSERT ----> Store ----> Productivity tools ----> Functions Translator, a Microsoft Garage proj...  ADD

Now the function translator appears as an option on the menu ribbon but upon its selection it pops the following:Other than the poor Spanish, it sends me in a infinite loop via the See details (Ver detalles).

Bottom line, the function translator does not work.

Any ideas, or course of action?

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Andreas Killer 144.1K Reputation points Volunteer Moderator
    2018-08-24T17:52:16+00:00

    Suggestion:

    Write the formula in Spanish, select the cell and execute this macro:

    Sub Test()
      Msgbox ActiveCell.Formula
    End Sub
    

    Andreas.

    Was this answer helpful?

    0 comments No comments