I am writing a excel macro with VBA that contains a simple formula:
=NOT(AND($L1>360;$K1<45))
However, this does only work, if the language in excel is set to English. If the applicants language is for instance German, it looks like that:
=NICHT(UND($L1>360;$K1<45))
Is there a way to use a generic one that works for all applicants?