Share via

CELL function and multilanguage user

Anonymous
2017-05-22T21:18:28+00:00

I am currently programming a worksheet in excel and some of the formulas process the filename of the workbook. I am using the "CELL" function and, as expected,, it is returning me the name of workbook when the argument is "filename".

Since "filename" is a string, when I am using excel with different language packs it is not automatically translated and the CELL function is returning an error.

Is there any strategy (or alternative formula) to make the CELL function working with any language?

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

Answer accepted by question author

Anonymous
2017-05-22T22:15:21+00:00

Hello,

as far as I understand, if the first argument of the Cell function is in English, then it should work in all locales.

The problem may be that you are just changing the language pack, but not the locale (regional settings) of the computer. That may not be sufficient to trigger the internal translation of the English parameter into the respective language one.

Was this answer helpful?

3 people found this answer helpful.
0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Anonymous
    2017-05-23T10:05:22+00:00

    Yes, that is to be expected. The localized version of the text strings for the Cell() function will not work in the English locales, but if you use the English text strings, these should work in all other language locales.

    If that helped, please mark it as the answer, so others can find it more easily.

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2017-09-15T06:56:53+00:00

    I had a similar problem with the "TEXT" function. I formatted it in the following way:

    =TEXT(NOW(),"dd/mm/yyyy")

    but it is not working on the italian version of Excel. I have to change the format into "gg/mm/aaaa". Is there any way of overtaking this issue?

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2017-05-23T06:26:43+00:00

    Thank you Teylyn, it works. Actually I misreported my issue: I was starting from an excel sheet designed with another version of Excel (in Italian) and “nomefile” was not working with the English version. Now I checked that using “filename” instead, it works also with the Italian version.

    Was this answer helpful?

    0 comments No comments