Please post here anything else (not relating to Maxwell technical matters)
#290544
Hej hej!

I've been using an English version of Excel for as long as I can think, but from time to time I have to use the German version at a relative's. This means I cannot use IF() in a formula but have to translate to WENN() - it's a major pain, and unfortunately installing the english language pack is no option, and I don't want to use a dictionary.

There must be a way to force Excel to interpret a given formula as if it was English. In VBA in Rhino I think you can use _if, but I have had no such luck in Excel formulas. And browsing the net has yielded anything useful either.

Anybody have an idea?

Thanks!
User avatar
By jvanmetre
#290545
Can't you do a global search replace?

Go to Edit => Replace

jvm
User avatar
By johann.dugge
#290567
Thanks jvm, but that would require that I take note of all the expressions (IF, SUM etc) I use and then still translate them for the search replace. And my formula would not get evaluated until I translate it. In addition
Code: Select all
IF(condition, iftrue, iffalse)
translates to
Code: Select all
WENN(condition; iftrue; iffalse)
(note ; instead of ,)
i.e. the search replace would need to be a lot more elaborate.
User avatar
By jvanmetre
#290569
I'm not following...what exactly needs to be translated..whole statements or key words in the formula?
User avatar
By johann.dugge
#290570
Sorry I wasn't clear enough about my objective, let me try to rephrase:

I run Excel 2007 German, no English language pack is installed

In the German version, a valid formula in a cell would be:
Code: Select all
=WENN(SUMME(A1:A3)>=0; "positive!"; "negative!")
But, being used to the English expressions, I am too lazy to learn all those translations (they are not very intuitive, to me anyways). When I use the English formula, German Excel will produce an error message because it does not recognise the English keywords:
Code: Select all
IF(SUM(A1:A3)>=0, "positive!", "negative!")
So I would like to instruct my German version of Excel to interpret the formulas (or parts thereof) as English, for example indicated by a prefix "_":
Code: Select all
_IF(_SUM(A1:A3)>=0, "positive!", "negative!")
Furthermore, mixing of English and German would / should be possible:
Code: Select all
=_IF(SUMME(A1:A3)>=0, "positive!", "negative!")
So I may be asking for something that Excel cannot do, but I hope there is a way. Or maybe there is a global switch that doesn't require the English language pack be installed, but translates keywords and functions correctly. When you import a spreadsheet that was created with the English version using the German one, Excel will translate and display the German equivalent functions.

Does this make more sense?

ok thanks for explaining. actually I do copy the T[…]

Sketchup 2026 Released

Fernando wrote: " Now that Maxwell for Cinema[…]

Hello Gaspare, I could test the plugin on Rhino 8[…]

Hello Blanchett, I could reproduce the problem he[…]