I\'m using polish Excel so \"R[-2]C\" is \"W[-2]C\".
In every place I tried VBA only accepted RC notation. Which is good since it will work regardless of language ve
Language independent Excel formulae for use in conditional formatting or validation rules
Write your formula with english function names, with either A1- or R1C1-references. Assign this formula as the cell formula to an appropriate cell. This could be the cell you are about to format, or any unused cell. Then read the FormulaLocal from that cell - this is the formula you are going to use for formatting. Set the formula of the cell you used as translator to blank.