[ '=AÑO(B1)', 'es', '=YEAR(B1)', ], 'Bulgarian with accent and period' => [ '=ПОЛУЧИТЬ.ДАННЫЕ.СВОДНОЙ.ТАБЛИЦЫ(B1)', 'bg', '=GETPIVOTDATA(B1)', ], 'Czech with accent and period' => [ '=DSMODCH.VÝBĚR(B1)', 'cs', '=DSTDEV(B1)', ], 'Turkish with accent and period' => [ '=İŞGÜNÜ.ULUSL(B1)', 'tr', '=WORKDAY.INTL(B1)', ], [ '=STØRST(ABS({2,-3;-4,5}); ABS{-2,3;4,-5})', 'nb', '=MAX(ABS({2,-3;-4,5}), ABS{-2,3;4,-5})', ], 'not fooled by *RC' => [ '=3*RC(B1)', 'fr', '=3*RC(B1)', ], 'handle * for ROW' => [ '=3*LIGNE(B1)', 'fr', '=3*ROW(B1)', ], 'handle _xlfn' => [ '=MAXWENNS(C5:C10; C5:C10; "<30")', 'de', '=_xlfn.MAXIFS(C5:C10, C5:C10, "<30")', ], 'handle _xlfn and _xlws' => [ '=ФИЛЬТР(A5:D20;C5:C20=H2;"")', 'ru', '=_xlfn._xlws.FILTER(A5:D20,C5:C20=H2,"")', ], 'implicit intersection' => [ '=@INDEKS(A1:A10;B1)', 'nb', '=@INDEX(A1:A10,B1)', ], 'preserve literal _xlfn.' => [ '=@INDEKS(A1:A10;"_xlfn.")', 'nb', '=@INDEX(A1:A10,"_xlfn.")', ], ];