kristian97
New Member
- Joined
- Nov 12, 2019
- Messages
- 9
- Office Version
- 365
- Platform
- Windows
Hello!
I would like to modify CELL function that is using info_type argument to work independently of Excel or Windows locale settings.
The problem is that I am using Excel with SK locale setting:
CELL("adresa"; ...)
which will not work when opened in Excel using other locale settings, e.g. for English locale it is expected as followed:
CELL("address"; ...)
Any ideas? I am not allowed to use VBA macro to do this based on company policy.
Excel file containg this CELL function will be shared periodicaly between users with many different locale setting.
I tried this but it does not work:
CELL({"adresa";"address";"Adresse"}; ...
Regardless, it would be better to not have to type variants of argument for every locale expected.
Thank you in advanced.
I would like to modify CELL function that is using info_type argument to work independently of Excel or Windows locale settings.
The problem is that I am using Excel with SK locale setting:
CELL("adresa"; ...)
which will not work when opened in Excel using other locale settings, e.g. for English locale it is expected as followed:
CELL("address"; ...)
Any ideas? I am not allowed to use VBA macro to do this based on company policy.
Excel file containg this CELL function will be shared periodicaly between users with many different locale setting.
I tried this but it does not work:
CELL({"adresa";"address";"Adresse"}; ...
Regardless, it would be better to not have to type variants of argument for every locale expected.
Thank you in advanced.