View Full Version : Translator for EXCEL functions
Plagööri
10-11-2009, 12:31 PM
The attached EXCEL-File helps to find EXCEL-functions (formulas) in 9 different languages (Englisch, Deutsch, Français, Español, Português, Nederlands, Suomi, Italiano, Svenska).
I hope people here, can make use of it!
GreetZ Hansueli
mdmackillop
10-20-2009, 11:50 AM
Thanks very much for this contribution. I'm sure many will find it useful.
Regards
MD
Benzadeus
12-07-2010, 11:58 AM
My Excel is Portuguese-BR. Whenever I want to translate an English formula to portuguese formula, I just type ' (semi-colon) before the formula, like:
'=VLOOKUP(C1,A1:B10,2,0)
then I create this code on VBA:
Sub TraslateFunction()
ActiveCell = ActiveCell.Formula
End Sub
The result I'll get is the formula on my native language:
=PROCV(C1;A1:B10;2;0)
rakietu
06-21-2012, 11:52 AM
good job
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.