[SSE] Fix formula arguments description

This commit is contained in:
Julia Radzhabova 2021-05-27 22:15:25 +03:00
parent 805452abc9
commit 92d57cd878
29 changed files with 338 additions and 338 deletions

View file

@ -4,7 +4,7 @@
"d": "Връща числото, което представлява датата в кода за дата и час"
},
"DATEDIF": {
"a": "( start-date , end-date , unit )",
"a": "( start-date; end-date; unit )",
"d": "Date and time function used to return the difference between two date values (start date and end date), based on the interval (unit) specified"
},
"DATEVALUE": {
@ -396,7 +396,7 @@
"d": "Връща началната позиция на един текстов низ в друг текстов низ. FIND различава малките и главните букви"
},
"FINDB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to find the specified substring (string-1) within a string (string-2) and is intended for languages the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"FIXED": {
@ -408,7 +408,7 @@
"d": "Връща зададения брой знаци от началото на текстов низ"
},
"LEFTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract the substring from the specified string starting from the left character and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"LEN": {
@ -428,7 +428,7 @@
"d": "Връща знаците от средата на текстов низ при зададени начална позиция и дължина"
},
"MIDB": {
"a": "( string , start-pos , number-chars )",
"a": "( string; start-pos; number-chars )",
"d": "Text and data function used to extract the characters from the specified string starting from any position and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"NUMBERVALUE": {
@ -444,7 +444,7 @@
"d": "Замества част от текстов низ с друг текстов низ"
},
"REPLACEB": {
"a": "( string-1, start-pos, number-chars, string-2 )",
"a": "( string-1; start-pos; number-chars; string-2 )",
"d": "Text and data function used to replace a set of characters, based on the number of characters and the start position you specify, with a new set of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"REPT": {
@ -456,7 +456,7 @@
"d": "Връща зададения брой знаци от края на текстов низ"
},
"RIGHTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract a substring from a string starting from the right-most character, based on the specified number of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SEARCH": {
@ -464,7 +464,7 @@
"d": "Връща броя на знаците, с които определен знак или текстов низ е намерен първоначално при обхождане отляво надясно (без да се отчитат разликите между малки и главни букви)"
},
"SEARCHB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to return the location of the specified substring in a string and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SUBSTITUTE": {
@ -1384,7 +1384,7 @@
"d": "Закръглява число нагоре до най-близкото цяло число или най-близкото кратно на \"значимост\""
},
"CEILING.PRECISE": {
"a": "( x [ , significance ] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance"
},
"COMBIN": {
@ -1428,7 +1428,7 @@
"d": "Преобразува радиани в градуси"
},
"ECMA.CEILING": {
"a": "( x, significance )",
"a": "( x; significance )",
"d": "Math and trigonometry function used to round the number up to the nearest multiple of significance"
},
"EVEN": {
@ -1452,7 +1452,7 @@
"d": "Закръглява число надолу до най-близкото кратно на \"значимост\""
},
"FLOOR.PRECISE": {
"a": "( x [, significance] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded down to the nearest integer or to the nearest multiple of significance"
},
"FLOOR.MATH": {
@ -1468,7 +1468,7 @@
"d": "Закръглява число надолу до най-близкото цяло число"
},
"ISO.CEILING": {
"a": "( number [ , significance ] )",
"a": "( number; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance regardless of the sign of the number. However, if the number or the significance is zero, zero is returned."
},
"LCM": {
@ -1720,7 +1720,7 @@
"d": "Търси в диапазон или масив и връща съответния елемент от втори диапазон или масив. По подразбиране се използва точно съвпадение"
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Information function used to return information about the formatting, location, or contents of a cell"
},
"ERROR.TYPE": {

View file

@ -4,7 +4,7 @@
"d": "Retorna la xifra que representa la data en codi de data i hora"
},
"DATEDIF": {
"a": "( start-date , end-date , unit )",
"a": "( start-date; end-date; unit )",
"d": "Date and time function used to return the difference between two date values (start date and end date), based on the interval (unit) specified"
},
"DATEVALUE": {
@ -396,7 +396,7 @@
"d": "Retorna la posició inicial d'una cadena de text a dins d'una altra cadena de text. BUSCA fa distinció entre majúscules i minúscules"
},
"FINDB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to find the specified substring (string-1) within a string (string-2) and is intended for languages the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"FIXED": {
@ -408,7 +408,7 @@
"d": "Retorna el número especificat de caràcters des del començament d'una cadena de text"
},
"LEFTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract the substring from the specified string starting from the left character and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"LEN": {
@ -428,7 +428,7 @@
"d": "Retorna els caràcters del centre d'una cadena de text, donada una posició inicial i la longitud"
},
"MIDB": {
"a": "( string , start-pos , number-chars )",
"a": "( string; start-pos; number-chars )",
"d": "Text and data function used to extract the characters from the specified string starting from any position and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"NUMBERVALUE": {
@ -444,7 +444,7 @@
"d": "Substitueix una part d'una cadena de text per una cadena de text diferent"
},
"REPLACEB": {
"a": "( string-1, start-pos, number-chars, string-2 )",
"a": "( string-1; start-pos; number-chars; string-2 )",
"d": "Text and data function used to replace a set of characters, based on the number of characters and the start position you specify, with a new set of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"REPT": {
@ -456,7 +456,7 @@
"d": "Retorna el número especificat de caràcters des de la fi d'una cadena de text"
},
"RIGHTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract a substring from a string starting from the right-most character, based on the specified number of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SEARCH": {
@ -464,7 +464,7 @@
"d": "Retorna el número del caràcter on es troba un caràcter concret o una cadena de text, llegint d'esquerra a dreta (no fa distinció entre majúscules i minúscules)"
},
"SEARCHB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to return the location of the specified substring in a string and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SUBSTITUTE": {
@ -1384,7 +1384,7 @@
"d": "Arrodoneix un número cap amunt, cap a l'enter més proper o el múltiple significatiu més proper"
},
"CEILING.PRECISE": {
"a": "( x [ , significance ] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance"
},
"COMBIN": {
@ -1428,7 +1428,7 @@
"d": "Converteix els radians en graus"
},
"ECMA.CEILING": {
"a": "( x, significance )",
"a": "( x; significance )",
"d": "Math and trigonometry function used to round the number up to the nearest multiple of significance"
},
"EVEN": {
@ -1452,7 +1452,7 @@
"d": "Arrodoneix un número cap avall en el múltiple significatiu més proper"
},
"FLOOR.PRECISE": {
"a": "( x [, significance] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded down to the nearest integer or to the nearest multiple of significance"
},
"FLOOR.MATH": {
@ -1468,7 +1468,7 @@
"d": "Arrodoneix un número fins a l'enter inferior més proper"
},
"ISO.CEILING": {
"a": "( number [ , significance ] )",
"a": "( number; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance regardless of the sign of the number. However, if the number or the significance is zero, zero is returned."
},
"LCM": {
@ -1720,7 +1720,7 @@
"d": "Cerca una coincidència en un interval o una matriu i retorna l'element corresponent d'un segon interval o d'una segona matriu. Per defecte, s'utilitzarà una coincidència exacta"
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Information function used to return information about the formatting, location, or contents of a cell"
},
"ERROR.TYPE": {

View file

@ -4,7 +4,7 @@
"d": "Vrátí číslo, které představuje datum v kódu pro datum a čas."
},
"DATEDIF": {
"a": "( start-date , end-date , unit )",
"a": "( start-date; end-date; unit )",
"d": "Date and time function used to return the difference between two date values (start date and end date), based on the interval (unit) specified"
},
"DATEVALUE": {
@ -396,7 +396,7 @@
"d": "Vrátí počáteční pozici jednoho textového řetězce v jiném textovém řetězci. Tato funkce rozlišuje malá a velká písmena."
},
"FINDB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to find the specified substring (string-1) within a string (string-2) and is intended for languages the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"FIXED": {
@ -408,7 +408,7 @@
"d": "Vrátí zadaný počet znaků od počátku textového řetězce."
},
"LEFTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract the substring from the specified string starting from the left character and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"LEN": {
@ -428,7 +428,7 @@
"d": "Vrátí znaky z textového řetězce, je-li zadána počáteční pozice a počet znaků."
},
"MIDB": {
"a": "( string , start-pos , number-chars )",
"a": "( string; start-pos; number-chars )",
"d": "Text and data function used to extract the characters from the specified string starting from any position and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"NUMBERVALUE": {
@ -444,7 +444,7 @@
"d": "Nahradí část textového řetězce jiným textovým řetězcem."
},
"REPLACEB": {
"a": "( string-1, start-pos, number-chars, string-2 )",
"a": "( string-1; start-pos; number-chars; string-2 )",
"d": "Text and data function used to replace a set of characters, based on the number of characters and the start position you specify, with a new set of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"REPT": {
@ -456,7 +456,7 @@
"d": "Vrátí zadaný počet znaků od konce textového řetězce."
},
"RIGHTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract a substring from a string starting from the right-most character, based on the specified number of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SEARCH": {
@ -464,7 +464,7 @@
"d": "Vrátí číslo prvního nalezeného výskytu znaku nebo textového řetězce. Směr hledání je zleva doprava. Velká a malá písmena nejsou rozlišována."
},
"SEARCHB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to return the location of the specified substring in a string and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SUBSTITUTE": {
@ -1384,7 +1384,7 @@
"d": "Zaokrouhlí číslo nahoru na nejbližší celé číslo nebo na nejbližší násobek zadané hodnoty významnosti"
},
"CEILING.PRECISE": {
"a": "( x [ , significance ] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance"
},
"COMBIN": {
@ -1428,7 +1428,7 @@
"d": "Převede radiány na stupně."
},
"ECMA.CEILING": {
"a": "( x, significance )",
"a": "( x; significance )",
"d": "Math and trigonometry function used to round the number up to the nearest multiple of significance"
},
"EVEN": {
@ -1452,7 +1452,7 @@
"d": "Zaokrouhlí číslo dolů na nejbližší násobek zadané hodnoty významnosti."
},
"FLOOR.PRECISE": {
"a": "( x [, significance] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded down to the nearest integer or to the nearest multiple of significance"
},
"FLOOR.MATH": {
@ -1468,7 +1468,7 @@
"d": "Zaokrouhlí číslo dolů na nejbližší celé číslo."
},
"ISO.CEILING": {
"a": "( number [ , significance ] )",
"a": "( number; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance regardless of the sign of the number. However, if the number or the significance is zero, zero is returned."
},
"LCM": {
@ -1720,7 +1720,7 @@
"d": "Vyhledá požadovanou hodnotu v oblasti nebo poli a vrátí odpovídající položku z jiné oblasti nebo pole. Ve výchozím nastavení se vyžaduje přesná shoda."
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Information function used to return information about the formatting, location, or contents of a cell"
},
"ERROR.TYPE": {

View file

@ -4,7 +4,7 @@
"d": "Returnerer det tal, der repræsenterer datoen i dato- og klokkeslætskoden"
},
"DATEDIF": {
"a": "( start-date , end-date , unit )",
"a": "( start-date; end-date; unit )",
"d": "Date and time function used to return the difference between two date values (start date and end date), based on the interval (unit) specified"
},
"DATEVALUE": {
@ -396,7 +396,7 @@
"d": "Returnerer startpositionen for en tekststreng i en anden tekststreng. FIND skelner mellem store og små bogstaver"
},
"FINDB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to find the specified substring (string-1) within a string (string-2) and is intended for languages the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"FIXED": {
@ -408,7 +408,7 @@
"d": "Returnerer det angivne antal tegn fra begyndelsen af en tekststreng"
},
"LEFTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract the substring from the specified string starting from the left character and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"LEN": {
@ -428,7 +428,7 @@
"d": "Returnerer tegnene fra midten af en tekststreng ved angivelse af startposition og længde"
},
"MIDB": {
"a": "( string , start-pos , number-chars )",
"a": "( string; start-pos; number-chars )",
"d": "Text and data function used to extract the characters from the specified string starting from any position and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"NUMBERVALUE": {
@ -444,7 +444,7 @@
"d": "Erstatter en del af en tekststreng med en anden tekststreng"
},
"REPLACEB": {
"a": "( string-1, start-pos, number-chars, string-2 )",
"a": "( string-1; start-pos; number-chars; string-2 )",
"d": "Text and data function used to replace a set of characters, based on the number of characters and the start position you specify, with a new set of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"REPT": {
@ -456,7 +456,7 @@
"d": "Returnerer det angivne antal tegn fra slutningen af en tekststreng"
},
"RIGHTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract a substring from a string starting from the right-most character, based on the specified number of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SEARCH": {
@ -464,7 +464,7 @@
"d": "Returnerer et tal, der repræsenterer placeringen af et tegn eller en tekststreng i en anden tekststreng, læst fra venstre mod højre (skelner ikke mellem store og små bogstaver)"
},
"SEARCHB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to return the location of the specified substring in a string and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SUBSTITUTE": {
@ -1384,7 +1384,7 @@
"d": "Runder et tal op til det nærmeste heltal eller til det nærmeste betydende multiplum"
},
"CEILING.PRECISE": {
"a": "( x [ , significance ] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance"
},
"COMBIN": {
@ -1428,7 +1428,7 @@
"d": "Konverterer radianer til grader"
},
"ECMA.CEILING": {
"a": "( x, significance )",
"a": "( x; significance )",
"d": "Math and trigonometry function used to round the number up to the nearest multiple of significance"
},
"EVEN": {
@ -1452,7 +1452,7 @@
"d": "Runder et tal ned til det nærmeste multiplum af betydning"
},
"FLOOR.PRECISE": {
"a": "( x [, significance] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded down to the nearest integer or to the nearest multiple of significance"
},
"FLOOR.MATH": {
@ -1468,7 +1468,7 @@
"d": "Runder et tal ned til nærmeste heltal"
},
"ISO.CEILING": {
"a": "( number [ , significance ] )",
"a": "( number; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance regardless of the sign of the number. However, if the number or the significance is zero, zero is returned."
},
"LCM": {
@ -1720,7 +1720,7 @@
"d": "søger efter et match i et område eller en matrix og returnerer det tilsvarende element fra et andet område eller en anden matrix. Som standard bruges et nøjagtigt match"
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Information function used to return information about the formatting, location, or contents of a cell"
},
"ERROR.TYPE": {

View file

@ -4,7 +4,7 @@
"d": "Αποδίδει τον αριθμό που αναπαριστά την ημερομηνία στον κώδικα ημερομηνίας-ώρας"
},
"DATEDIF": {
"a": "( start-date , end-date , unit )",
"a": "( start-date; end-date; unit )",
"d": "Date and time function used to return the difference between two date values (start date and end date), based on the interval (unit) specified"
},
"DATEVALUE": {
@ -396,7 +396,7 @@
"d": "Επιστρέφει τη θέση έναρξης μιας ακολουθίας χαρακτήρων κειμένου μέσα σε μια άλλη ακολουθία χαρακτήρων κειμένου. Η παράμετρος FIND κάνει διάκριση πεζών-κεφαλαίων"
},
"FINDB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to find the specified substring (string-1) within a string (string-2) and is intended for languages the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"FIXED": {
@ -408,7 +408,7 @@
"d": "Αποδίδει το καθορισμένο πλήθος χαρακτήρων από την αρχή μιας ακολουθίας χαρακτήρων κειμένου"
},
"LEFTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract the substring from the specified string starting from the left character and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"LEN": {
@ -428,7 +428,7 @@
"d": "Αποδίδει τους χαρακτήρες από το μέσο μιας ακολουθίας χαρακτήρων κειμένου, εφόσον καθοριστεί η αρχική θέση και το μήκος"
},
"MIDB": {
"a": "( string , start-pos , number-chars )",
"a": "( string; start-pos; number-chars )",
"d": "Text and data function used to extract the characters from the specified string starting from any position and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"NUMBERVALUE": {
@ -444,7 +444,7 @@
"d": "Αντικαθιστά χαρακτήρες μέσα σε κείμενο"
},
"REPLACEB": {
"a": "( string-1, start-pos, number-chars, string-2 )",
"a": "( string-1; start-pos; number-chars; string-2 )",
"d": "Text and data function used to replace a set of characters, based on the number of characters and the start position you specify, with a new set of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"REPT": {
@ -456,7 +456,7 @@
"d": "Αποδίδει το καθορισμένο πλήθος χαρακτήρων από το τέλος μιας ακολουθίας χαρακτήρων κειμένου"
},
"RIGHTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract a substring from a string starting from the right-most character, based on the specified number of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SEARCH": {
@ -464,7 +464,7 @@
"d": "Αποδίδει τον αριθμό του χαρακτήρα όπου εντοπίζεται για πρώτη φορά ένας χαρακτήρας ή συμβολοσειρά κειμένου, από αριστερά προς δεξιά (χωρίς διάκριση πεζών-κεφαλαίων)"
},
"SEARCHB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to return the location of the specified substring in a string and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SUBSTITUTE": {
@ -1384,7 +1384,7 @@
"d": "Στρογγυλοποιεί έναν αριθμό προς τα επάνω, στον πλησιέστερο ακέραιο ή στο πλησιέστερο πολλαπλάσιο των σημαντικών ψηφίων"
},
"CEILING.PRECISE": {
"a": "( x [ , significance ] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance"
},
"COMBIN": {
@ -1428,7 +1428,7 @@
"d": "Μετατρέπει τα ακτίνια σε μοίρες"
},
"ECMA.CEILING": {
"a": "( x, significance )",
"a": "( x; significance )",
"d": "Math and trigonometry function used to round the number up to the nearest multiple of significance"
},
"EVEN": {
@ -1452,7 +1452,7 @@
"d": "Στρογγυλοποιεί έναν αριθμό προς τα κάτω, προς το πλησιέστερο σημαντικό πολλαπλάσιο"
},
"FLOOR.PRECISE": {
"a": "( x [, significance] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded down to the nearest integer or to the nearest multiple of significance"
},
"FLOOR.MATH": {
@ -1468,7 +1468,7 @@
"d": "Στρογγυλοποιεί προς τα κάτω έναν αριθμό στον πλησιέστερο ακέραιο"
},
"ISO.CEILING": {
"a": "( number [ , significance ] )",
"a": "( number; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance regardless of the sign of the number. However, if the number or the significance is zero, zero is returned."
},
"LCM": {
@ -1720,7 +1720,7 @@
"d": "Κάνει αναζήτηση σε ένα εύρος ή έναν πίνακα για μια αντιστοίχιση και επιστρέφει το αντίστοιχο στοιχείο από ένα δεύτερο εύρος ή πίνακα. Από προεπιλογή, χρησιμοποιείται ακριβής αντιστοίχιση"
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Information function used to return information about the formatting, location, or contents of a cell"
},
"ERROR.TYPE": {

View file

@ -4,7 +4,7 @@
"d": "Returns the number that represents the date in the date-time code"
},
"DATEDIF": {
"a": "( start-date , end-date , unit )",
"a": "( start-date; end-date; unit )",
"d": "Date and time function used to return the difference between two date values (start date and end date), based on the interval (unit) specified"
},
"DATEVALUE": {
@ -396,7 +396,7 @@
"d": "Returns the starting position of one text string within another text string. FIND is case-sensitive"
},
"FINDB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to find the specified substring (string-1) within a string (string-2) and is intended for languages the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"FIXED": {
@ -408,7 +408,7 @@
"d": "Returns the specified number of characters from the start of a text string"
},
"LEFTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract the substring from the specified string starting from the left character and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"LEN": {
@ -428,7 +428,7 @@
"d": "Returns the characters from the middle of a text string, given a starting position and length"
},
"MIDB": {
"a": "( string , start-pos , number-chars )",
"a": "( string; start-pos; number-chars )",
"d": "Text and data function used to extract the characters from the specified string starting from any position and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"NUMBERVALUE": {
@ -444,7 +444,7 @@
"d": "Replaces part of a text string with a different text string"
},
"REPLACEB": {
"a": "( string-1, start-pos, number-chars, string-2 )",
"a": "( string-1; start-pos; number-chars; string-2 )",
"d": "Text and data function used to replace a set of characters, based on the number of characters and the start position you specify, with a new set of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"REPT": {
@ -456,7 +456,7 @@
"d": "Returns the specified number of characters from the end of a text string"
},
"RIGHTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract a substring from a string starting from the right-most character, based on the specified number of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SEARCH": {
@ -464,7 +464,7 @@
"d": "Returns the number of the character at which a specific character or text string is first found, reading left to right (not case-sensitive)"
},
"SEARCHB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to return the location of the specified substring in a string and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SUBSTITUTE": {
@ -1384,7 +1384,7 @@
"d": "Rounds a number up, to the nearest integer or to the nearest multiple of significance"
},
"CEILING.PRECISE": {
"a": "( x [ , significance ] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance"
},
"COMBIN": {
@ -1428,7 +1428,7 @@
"d": "Converts radians to degrees"
},
"ECMA.CEILING": {
"a": "( x, significance )",
"a": "( x; significance )",
"d": "Math and trigonometry function used to round the number up to the nearest multiple of significance"
},
"EVEN": {
@ -1452,7 +1452,7 @@
"d": "Rounds a number down to the nearest multiple of significance"
},
"FLOOR.PRECISE": {
"a": "( x [, significance] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded down to the nearest integer or to the nearest multiple of significance"
},
"FLOOR.MATH": {
@ -1468,7 +1468,7 @@
"d": "Rounds a number down to the nearest integer"
},
"ISO.CEILING": {
"a": "( number [ , significance ] )",
"a": "( number; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance regardless of the sign of the number. However, if the number or the significance is zero, zero is returned."
},
"LCM": {
@ -1720,7 +1720,7 @@
"d": "Searches a range or an array for a match and returns the corresponding item from a second range or array. By default, an exact match is used"
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Information function used to return information about the formatting, location, or contents of a cell"
},
"ERROR.TYPE": {

View file

@ -4,7 +4,7 @@
"d": "Devuelve el número que representa la fecha en código de fecha y hora"
},
"DATEDIF": {
"a": "( fecha-inicio , fecha-final , unidad )",
"a": "( fecha-inicio; fecha-final; unidad )",
"d": "Función de fecha y hora es utilizada para devolver la diferencia entre dos valores de fecha (fecha de inicio y fecha de fin), según el intervalo (unidad) especificado"
},
"DATEVALUE": {
@ -396,7 +396,7 @@
"d": "Devuelve la posición inicial de una cadena de texto dentro de otra cadena de texto. ENCONTRAR distingue mayúsculas de minúsculas"
},
"FINDB": {
"a": "(cadena-1, cadena-2 [,posición-inicio])",
"a": "(cadena-1; cadena-2; [posición-inicio])",
"d": "Función de texto y datos utilizada para encontrar la subcadena especificada (cadena-1) dentro de una cadena (cadena-2) y está destinada a los idiomas del conjunto de caracteres de doble bit (DBCS) como el japonés, chino, coreano, etc."
},
"FIXED": {
@ -408,7 +408,7 @@
"d": "Devuelve el número especificado de caracteres del principio de una cadena de texto"
},
"LEFTB": {
"a": "(cadena [, número-caracteres])",
"a": "(cadena; [número-caracteres])",
"d": "Función de texto y datos utilizada para extraer la subcadena de la cadena especificada a partir del carácter izquierdo y está destinada a idiomas que utilizan el juego de caracteres de doble bit (DBCS) como el japonés, chino, coreano, etc."
},
"LEN": {
@ -428,7 +428,7 @@
"d": "Devuelve los caracteres del centro de una cadena de texto, dada una posición y longitud iniciales"
},
"MIDB": {
"a": "(cadena, posición-empiece, número-caracteres)",
"a": "(cadena; posición-empiece; número-caracteres)",
"d": "Función de texto y datos utilizada para extraer los caracteres de la cadena especificada a partir de cualquier posición y está destinada a idiomas que utilizan el juego de caracteres de doble bit (DBCS) como el japonés, chino, coreano, etc."
},
"NUMBERVALUE": {
@ -444,7 +444,7 @@
"d": "Reemplaza parte de una cadena de texto por otra"
},
"REPLACEB": {
"a": "(cadena-1, pos-inicio, número-caracteres, cadena-2)",
"a": "(cadena-1; pos-inicio; número-caracteres; cadena-2)",
"d": "Función de texto y datos utilizada para reemplazar un conjunto de caracteres, basado en el número de caracteres y la posición inicial que especifique, por un nuevo conjunto de caracteres y está destinada a idiomas que utilizan el conjunto de caracteres de doble bit (DBCS) como el japonés, chino, coreano, etc."
},
"REPT": {
@ -456,7 +456,7 @@
"d": "Devuelve el número especificado de caracteres del final de una cadena de texto"
},
"RIGHTB": {
"a": "(cadena [, número-caracteres])",
"a": "(cadena; [número-caracteres])",
"d": "Función de texto y datos utilizada para extraer una subcadena de una cadena a partir del carácter más a la derecha, basada en el número especificado de caracteres y está destinada a idiomas que utilizan el juego de caracteres de doble bit (DBCS) como el japonés, chino, coreano, etc."
},
"SEARCH": {
@ -464,7 +464,7 @@
"d": "Devuelve el número de carácter en el que se encuentra un carácter o una cadena de texto en particular, leyendo de izquierda a derecha (no distingue mayúsculas de minúsculas)."
},
"SEARCHB": {
"a": "(cadena-1, cadena-2 [,posición-inicio])",
"a": "(cadena-1; cadena-2; [posición-inicio])",
"d": "Función de texto y datos utilizada para devolver la ubicación de la subcadena especificada en una cadena y está destinada a idiomas que utilizan el juego de caracteres de doble bit (DBCS) como el japonés, chino, coreano, etc."
},
"SUBSTITUTE": {
@ -1384,7 +1384,7 @@
"d": "Redondea un número hacia arriba, al entero más cercano o al múltiplo significativo más cercano"
},
"CEILING.PRECISE": {
"a": "( x [, significado])",
"a": "( x; [significado])",
"d": "Función de matemáticas y trigonometría utilizada para devolver un número que se redondea hacia arriba al entero más cercano o al múltiplo de significación más cercano."
},
"COMBIN": {
@ -1428,7 +1428,7 @@
"d": "Convierte radianes en grados"
},
"ECMA.CEILING": {
"a": "( x, significado)",
"a": "( x; significado)",
"d": "Función de matemáticas y trigonometría utilizada para redondear el número hasta el múltiplo de significación más cercano"
},
"EVEN": {
@ -1452,7 +1452,7 @@
"d": "Redondea un número hacia abajo, hasta el múltiplo significativo más cercano"
},
"FLOOR.PRECISE": {
"a": "( x [, significado])",
"a": "( x; [significado])",
"d": "Función de matemáticas y trigonometría utilizada para devolver un número que se redondea hacia abajo al entero más cercano o al múltiplo de significación más cercano."
},
"FLOOR.MATH": {
@ -1468,7 +1468,7 @@
"d": "Redondea un número hasta el entero inferior más próximo"
},
"ISO.CEILING": {
"a": "( número [, significado])",
"a": "( número; [significado])",
"d": "Función de matemáticas y trigonometría utilizada para devolver un número que se redondea hacia arriba al entero más cercano o al múltiplo de significación más cercano, independientemente del signo del número. Sin embargo, si el número o el significado es cero, se devuelve cero."
},
"LCM": {
@ -1720,7 +1720,7 @@
"d": "Busca una coincidencia en un rango o una matriz y devuelve el elemento correspondiente de un segundo rango o matriz. De forma predeterminada, se usa una coincidencia exacta"
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Función de información utilizada para devolver información sobre el formato, la ubicación o el contenido de una celda"
},
"ERROR.TYPE": {

View file

@ -4,7 +4,7 @@
"d": "Palauttaa annetun päivämäärän järjestysnumeron päivämäärä-aika-koodissa"
},
"DATEDIF": {
"a": "( start-date , end-date , unit )",
"a": "( start-date; end-date; unit )",
"d": "Date and time function used to return the difference between two date values (start date and end date), based on the interval (unit) specified"
},
"DATEVALUE": {
@ -396,7 +396,7 @@
"d": "Palauttaa kohdan, josta toisen merkkijonon sisällä oleva merkkijono alkaa. FIND-arvo ottaa huomioon kirjainkoon"
},
"FINDB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to find the specified substring (string-1) within a string (string-2) and is intended for languages the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"FIXED": {
@ -408,7 +408,7 @@
"d": "Palauttaa määritetyn määrän merkkejä tekstimerkkijonon alusta lukien"
},
"LEFTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract the substring from the specified string starting from the left character and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"LEN": {
@ -428,7 +428,7 @@
"d": "Palauttaa tekstin keskeltä määritetyn määrän merkkejä aloittaen määrittämästäsi kohdasta"
},
"MIDB": {
"a": "( string , start-pos , number-chars )",
"a": "( string; start-pos; number-chars )",
"d": "Text and data function used to extract the characters from the specified string starting from any position and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"NUMBERVALUE": {
@ -444,7 +444,7 @@
"d": "Korvaa merkkejä tekstissä"
},
"REPLACEB": {
"a": "( string-1, start-pos, number-chars, string-2 )",
"a": "( string-1; start-pos; number-chars; string-2 )",
"d": "Text and data function used to replace a set of characters, based on the number of characters and the start position you specify, with a new set of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"REPT": {
@ -456,7 +456,7 @@
"d": "Palauttaa määritetyn määrän merkkejä tekstimerkkijonon lopusta lukien"
},
"RIGHTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract a substring from a string starting from the right-most character, based on the specified number of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SEARCH": {
@ -464,7 +464,7 @@
"d": "Palauttaa sen merkin numeron, jossa etsittävä merkki tai merkkijono esiintyy ensimmäisen kerran. Merkkiä tai merkkijonoa etsitään vasemmalta oikealle, eikä kirjainkokoa oteta huomioon"
},
"SEARCHB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to return the location of the specified substring in a string and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SUBSTITUTE": {
@ -1384,7 +1384,7 @@
"d": "Pyöristää luvun ylöspäin seuraavaan kokonaislukuun tai seuraavaan tarkkuuden monikertaan"
},
"CEILING.PRECISE": {
"a": "( x [ , significance ] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance"
},
"COMBIN": {
@ -1428,7 +1428,7 @@
"d": "Muuntaa radiaanit asteiksi"
},
"ECMA.CEILING": {
"a": "( x, significance )",
"a": "( x; significance )",
"d": "Math and trigonometry function used to round the number up to the nearest multiple of significance"
},
"EVEN": {
@ -1452,7 +1452,7 @@
"d": "Pyöristää luvun alaspäin lähimpään tarkkuuden kerrannaiseen"
},
"FLOOR.PRECISE": {
"a": "( x [, significance] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded down to the nearest integer or to the nearest multiple of significance"
},
"FLOOR.MATH": {
@ -1468,7 +1468,7 @@
"d": "Pyöristää luvun alaspäin lähimpään kokonaislukuun"
},
"ISO.CEILING": {
"a": "( number [ , significance ] )",
"a": "( number; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance regardless of the sign of the number. However, if the number or the significance is zero, zero is returned."
},
"LCM": {
@ -1720,7 +1720,7 @@
"d": "Hakee vastaavaa aluetta tai matriisia ja palauttaa vastaavan kohteen toisesta alueesta tai matriisista. Oletusarvoisesti tarkkaa vastaavuutta käytetään"
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Information function used to return information about the formatting, location, or contents of a cell"
},
"ERROR.TYPE": {

View file

@ -4,7 +4,7 @@
"d": "Renvoie un numéro qui représente la date dans le code de date et dheure"
},
"DATEDIF": {
"a": "(date_début, date_fin, unité)",
"a": "(date_début; date_fin; unité)",
"d": "Fonction de date et dheure utilisée pour renvoyer la différence entre deux dates (date_début et date_fin) sur la base d'un intervalle (unité) spécifié"
},
"DATEVALUE": {
@ -396,7 +396,7 @@
"d": "Renvoie la position de départ d'une chaîne de texte à l'intérieur d'une autre chaîne de texte. TROUVE distingue les majuscules des minuscules"
},
"FINDB": {
"a": "(texte_cherché, texte [, no_départ])",
"a": "(texte_cherché; texte; [no_départ])",
"d": "Fonction de texte et de données utilisée pour trouver la sous-chaîne spécifiée (texte_cherché) dans une chaîne (texte) et destinée aux langues qui utilisent le jeu de caractères à deux octets (DBCS) comme le Japonais, le Chinois, le Coréen etc."
},
"FIXED": {
@ -408,7 +408,7 @@
"d": "Extrait le(s) premier(s) caractère(s) à l'extrême gauche d'une chaîne de texte"
},
"LEFTB": {
"a": "(texte [, no_car])",
"a": "(texte; [no_car])",
"d": "Fonction de texte et de données utilisée pour extraire la sous-chaîne dune chaîne spécifiée à partir du caractère de gauche et destinée aux langues qui utilisent le jeu de caractères à deux octets (DBCS) comme le Japonais, le Chinois, le Coréen etc."
},
"LEN": {
@ -428,7 +428,7 @@
"d": "Renvoie un nombre déterminé de caractères d'une chaîne de texte à partir de la position que vous indiquez"
},
"MIDB": {
"a": "(texte, no_départ, no_car)",
"a": "(texte; no_départ; no_car)",
"d": "Fonction de texte et de données utilisée pour extraire les caractères dune chaîne spécifiée à partir de nimporte quelle position et destinée aux langues qui utilisent le jeu de caractères à deux octets (DBCS) comme le Japonais, le Chinois, le Coréen etc."
},
"NUMBERVALUE": {
@ -444,7 +444,7 @@
"d": "Remplace une chaîne de caractères par une autre"
},
"REPLACEB": {
"a": "(ancien_texte, no_départ, no_car, nouveau_texte)",
"a": "(ancien_texte; no_départ; no_car; nouveau_texte)",
"d": "Fonction de texte et de données utilisée pour remplacer un jeu de caractères, en fonction du nombre de caractères et de la position de départ que vous spécifiez, avec un nouvel ensemble de caractères et destinée aux langues qui utilisent le jeu de caractères à deux octets (DBCS) comme le Japonais, le Chinois, le Coréen etc."
},
"REPT": {
@ -456,7 +456,7 @@
"d": "Extrait les derniers caractères de la fin d'une chaîne de texte"
},
"RIGHTB": {
"a": "(texte [, no_car])",
"a": "(texte; [no_car])",
"d": "Fonction de texte et de données utilisée pour extraire une sous-chaîne d'une chaîne à partir du caractère le plus à droite, en fonction du nombre de caractères spécifié et destinée aux langues qui utilisent le jeu de caractères à deux octets (DBCS) comme le Japonais, le Chinois, le Coréen etc."
},
"SEARCH": {
@ -464,7 +464,7 @@
"d": "Renvoie le numéro du caractère au niveau duquel est trouvé un caractère ou le début d'une chaîne de caractères, en lisant de la gauche à droite (pas de distinction entre majuscules et minuscules)"
},
"SEARCHB": {
"a": "(texte_cherché, texte [, no_départ])",
"a": "(texte_cherché; texte; [no_départ])",
"d": "Fonction de texte et de données utilisée pour renvoyer l'emplacement de la sous-chaîne spécifiée dans une chaîne et destinée aux langues qui utilisent le jeu de caractères à deux octets (DBCS) comme le Japonais, le Chinois, le Coréen etc."
},
"SUBSTITUTE": {
@ -1384,7 +1384,7 @@
"d": "Arrondit un nombre à l'entier ou au multiple le plus proche de l'argument précision en s'éloignant de zéro"
},
"CEILING.PRECISE": {
"a": "(x [, précision])",
"a": "(x; [précision])",
"d": "Fonction mathématique et trigonométrique utilisée pour arrondir le nombre à l'excès à l'entier ou au multiple significatif le plus proche."
},
"COMBIN": {
@ -1428,7 +1428,7 @@
"d": "Convertit des radians en degrés"
},
"ECMA.CEILING": {
"a": "(x, précision)",
"a": "(x; précision)",
"d": "Fonction mathématique et trigonométrique utilisée pour arrondir le nombre au multiple le plus proche de l'argument de précision."
},
"EVEN": {
@ -1452,7 +1452,7 @@
"d": "Arrondit un nombre à lentier ou au multiple le plus proche de largument précision"
},
"FLOOR.PRECISE": {
"a": "(x [, précision])",
"a": "(x; [précision])",
"d": "Fonction mathématique et trigonométrique utilisée pour arrondir le nombre par défaut à l'entier ou au multiple significatif le plus proche."
},
"FLOOR.MATH": {
@ -1468,7 +1468,7 @@
"d": "Arrondit un nombre à l'entier immédiatement inférieur"
},
"ISO.CEILING": {
"a": "(nombre[, précision])",
"a": "(nombre; [précision])",
"d": "Fonction mathématique et trigonométrique utilisée pour arrondir le nombre à l'excès à l'entier ou au multiple significatif le plus proche sans tenir compte du signe de ce nombre. Cependant, si le nombre ou la valeur significative est zéro, zéro est renvoyé."
},
"LCM": {
@ -1720,7 +1720,7 @@
"d": "Recherche une correspondance dans une plage ou un tableau et renvoie lélément correspondant dans un deuxième tableau ou plage. Par défaut, une correspondance exacte est utilisée"
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Fonction dinformation utilisée pour renvoie des informations sur la mise en forme, lemplacement ou le contenu dune cellule"
},
"ERROR.TYPE": {

View file

@ -4,7 +4,7 @@
"d": "Eredménye a dátumot dátum- és időértékben megadó szám"
},
"DATEDIF": {
"a": "( start-date , end-date , unit )",
"a": "( start-date; end-date; unit )",
"d": "Date and time function used to return the difference between two date values (start date and end date), based on the interval (unit) specified"
},
"DATEVALUE": {
@ -396,7 +396,7 @@
"d": "Megkeres egy szövegrészt egy másikban, eredményül a talált szövegrész kezdőpozíciójának számát adja, a kis- és nagybetűket megkülönbözteti"
},
"FINDB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to find the specified substring (string-1) within a string (string-2) and is intended for languages the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"FIXED": {
@ -408,7 +408,7 @@
"d": "Egy szövegrész elejétől megadott számú karaktert ad eredményül"
},
"LEFTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract the substring from the specified string starting from the left character and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"LEN": {
@ -428,7 +428,7 @@
"d": "Eredményként megadott számú karaktert ad egy szövegből a megadott sorszámú karaktertől kezdődően"
},
"MIDB": {
"a": "( string , start-pos , number-chars )",
"a": "( string; start-pos; number-chars )",
"d": "Text and data function used to extract the characters from the specified string starting from any position and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"NUMBERVALUE": {
@ -444,7 +444,7 @@
"d": "Szövegdarab megadott részét eltérő szövegdarabbal cseréli ki."
},
"REPLACEB": {
"a": "( string-1, start-pos, number-chars, string-2 )",
"a": "( string-1; start-pos; number-chars; string-2 )",
"d": "Text and data function used to replace a set of characters, based on the number of characters and the start position you specify, with a new set of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"REPT": {
@ -456,7 +456,7 @@
"d": "Egy szövegrész végétől megadott számú karaktert ad eredményül"
},
"RIGHTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract a substring from a string starting from the right-most character, based on the specified number of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SEARCH": {
@ -464,7 +464,7 @@
"d": "Azt a karaktersorszámot adja meg, ahol egy adott karakter vagy szövegdarab először fordul elő balról jobbra haladva, a kis- és nagybetűket azonosnak tekintve."
},
"SEARCHB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to return the location of the specified substring in a string and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SUBSTITUTE": {
@ -1384,7 +1384,7 @@
"d": "Egy számot a legközelebbi egészre vagy a pontosságként megadott érték legközelebb eső többszörösére kerekít fel."
},
"CEILING.PRECISE": {
"a": "( x [ , significance ] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance"
},
"COMBIN": {
@ -1428,7 +1428,7 @@
"d": "Radiánt fokká alakít át"
},
"ECMA.CEILING": {
"a": "( x, significance )",
"a": "( x; significance )",
"d": "Math and trigonometry function used to round the number up to the nearest multiple of significance"
},
"EVEN": {
@ -1452,7 +1452,7 @@
"d": "Egy számot lefelé kerekít, a pontosságként megadott érték legközelebb eső többszörösére."
},
"FLOOR.PRECISE": {
"a": "( x [, significance] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded down to the nearest integer or to the nearest multiple of significance"
},
"FLOOR.MATH": {
@ -1468,7 +1468,7 @@
"d": "Egy számot lefelé kerekít a legközelebbi egészre."
},
"ISO.CEILING": {
"a": "( number [ , significance ] )",
"a": "( number; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance regardless of the sign of the number. However, if the number or the significance is zero, zero is returned."
},
"LCM": {
@ -1720,7 +1720,7 @@
"d": "Egyezéseket keres valamely tartományban vagy tömbben, és egy második tartományból vagy tömbből adja vissza a megfelelő elemet. Alapértelmezés szerint pontos egyezést használ a program."
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Information function used to return information about the formatting, location, or contents of a cell"
},
"ERROR.TYPE": {

View file

@ -4,7 +4,7 @@
"d": "Mengembalikan angka yang mewakili tanggal dalam kode tanggal-waktu"
},
"DATEDIF": {
"a": "( start-date , end-date , unit )",
"a": "( start-date; end-date; unit )",
"d": "Date and time function used to return the difference between two date values (start date and end date), based on the interval (unit) specified"
},
"DATEVALUE": {
@ -396,7 +396,7 @@
"d": "Menampilkan posisi awal satu string teks dalam string teks lain. FIND membedakan huruf besar dan kecil"
},
"FINDB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to find the specified substring (string-1) within a string (string-2) and is intended for languages the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"FIXED": {
@ -408,7 +408,7 @@
"d": "Menampilkan jumlah karakter tertentu dari awal string teks"
},
"LEFTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract the substring from the specified string starting from the left character and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"LEN": {
@ -428,7 +428,7 @@
"d": "Menampilkan karakter dari tengah string teks, memberikan posisi awal dan panjang"
},
"MIDB": {
"a": "( string , start-pos , number-chars )",
"a": "( string; start-pos; number-chars )",
"d": "Text and data function used to extract the characters from the specified string starting from any position and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"NUMBERVALUE": {
@ -444,7 +444,7 @@
"d": "Mengganti bagian dari string teks dengan string teks yang lain"
},
"REPLACEB": {
"a": "( string-1, start-pos, number-chars, string-2 )",
"a": "( string-1; start-pos; number-chars; string-2 )",
"d": "Text and data function used to replace a set of characters, based on the number of characters and the start position you specify, with a new set of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"REPT": {
@ -456,7 +456,7 @@
"d": "Menampilkan jumlah karakter tertentu dari bagian akhir string teks"
},
"RIGHTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract a substring from a string starting from the right-most character, based on the specified number of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SEARCH": {
@ -464,7 +464,7 @@
"d": "Menampilkan jumlah dari karakter saat karakter atau string teks tertentu ditemukan pertama kali, membaca dari kiri ke kanan (huruf besar dan kecil tidak dibedakan)"
},
"SEARCHB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to return the location of the specified substring in a string and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SUBSTITUTE": {
@ -1384,7 +1384,7 @@
"d": "Membulatkan angka ke atas, ke bilangan bulat terdekat atau ke kelipatan signifikansi terdekat"
},
"CEILING.PRECISE": {
"a": "( x [ , significance ] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance"
},
"COMBIN": {
@ -1428,7 +1428,7 @@
"d": "Mengonversi radian ke derajat"
},
"ECMA.CEILING": {
"a": "( x, significance )",
"a": "( x; significance )",
"d": "Math and trigonometry function used to round the number up to the nearest multiple of significance"
},
"EVEN": {
@ -1452,7 +1452,7 @@
"d": "Membulatkan angka ke bawah, mendekati multipel terdekat dari signifikansi"
},
"FLOOR.PRECISE": {
"a": "( x [, significance] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded down to the nearest integer or to the nearest multiple of significance"
},
"FLOOR.MATH": {
@ -1468,7 +1468,7 @@
"d": "Membulatkan angka ke bawah ke bilangan bulat terdekat"
},
"ISO.CEILING": {
"a": "( number [ , significance ] )",
"a": "( number; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance regardless of the sign of the number. However, if the number or the significance is zero, zero is returned."
},
"LCM": {
@ -1720,7 +1720,7 @@
"d": "Mencari rentang atau larik untuk dicocokkan dan menghasilkan item yang sesuai dari rentang atau larik kedua. Secara default, kecocokan yang sama persis akan digunakan"
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Information function used to return information about the formatting, location, or contents of a cell"
},
"ERROR.TYPE": {

View file

@ -4,7 +4,7 @@
"d": "Restituisce il numero che rappresenta la data in codice data-ora."
},
"DATEDIF": {
"a": "(data_inizio , data_fine , unit)",
"a": "(data_inizio; data_fine; unit)",
"d": "Restituisce la differenza tra le due date in ingresso (data_inizio e data_fine), basato sull'unità (unit) specificata"
},
"DATEVALUE": {
@ -392,7 +392,7 @@
"d": "Trova una stringa di testo all'interno di un'altra stringa e restituisce il numero corrispondente alla posizione iniziale della stringa trovata. La funzione distingue tra maiuscole e minuscole"
},
"FINDB": {
"a": "(testo-1 , stringa [ , inizio ])",
"a": "(testo-1; stringa; [inizio])",
"d": "Trova una stringa di testo all'interno di un'altra stringa e restituisce il numero corrispondente alla posizione iniziale della stringa trovata. Distingue tra maiuscole e minuscole, set (DBSC) per linguaggi come Japanese, Chinese, Korean etc."
},
"FIXED": {
@ -404,7 +404,7 @@
"d": "Restituisce il carattere o i caratteri più a sinistra di una stringa di testo."
},
"LEFTB": {
"a": "(testo [ , num_caratt ])",
"a": "(testo; [num_caratt])",
"d": "Restituisce il carattere o i caratteri più a sinistra di una stringa di testo set (DBCS) per linguaggi come Japanese, Chinese, Korean etc."
},
"LEN": {
@ -424,7 +424,7 @@
"d": "Restituisce un numero specifico di caratteri da una stringa di testo iniziando dalla posizione specificata."
},
"MIDB": {
"a": "(testo , inizio , num_caratt)",
"a": "(testo; inizio; num_caratt)",
"d": "Restituisce un numero specifico di caratteri da una stringa di testo iniziando dalla posizione specificata set (DBCS) per linguaggi come Japanese, Chinese, Korean etc."
},
"NUMBERVALUE": {
@ -440,7 +440,7 @@
"d": "Sostituisce parte di una stringa di testo con un'altra stringa di testo."
},
"REPLACEB": {
"a": "(testo_prec, inizio, num_caratt, nuovo_testo)",
"a": "(testo_prec; inizio; num_caratt; nuovo_testo)",
"d": "Sostituisce parte di una stringa di testo con un'altra stringa di testo set (DBCS) per linguaggi come Japanese, Chinese, Korean etc."
},
"REPT": {
@ -452,7 +452,7 @@
"d": "Restituisce il carattere o i caratteri più a destra di una stringa di testo."
},
"RIGHTB": {
"a": "(testo [ , num_caratt ])",
"a": "(testo; [num_caratt])",
"d": " set (DBCS) per linguaggi come Japanese, Chinese, Korean etc."
},
"SEARCH": {
@ -460,7 +460,7 @@
"d": "Restituisce il numero corrispondente al carattere o alla stringa di testo trovata in una seconda stringa di testo (non distingue tra maiuscole e minuscole)."
},
"SEARCHB": {
"a": "(testo , stringa [ , inizio ])",
"a": "(testo; stringa; [inizio])",
"d": "Restituisce il numero corrispondente al carattere o alla stringa di testo trovata in una seconda stringa di testo (non distingue tra maiuscole e minuscole) set (DBCS) per linguaggi come Japanese, Chinese, Korean etc."
},
"SUBSTITUTE": {
@ -1352,7 +1352,7 @@
"d": "Arrotonda un numero per eccesso all'intero più vicino o al multiplo più vicino a peso"
},
"CEILING.PRECISE": {
"a": "( x [ , peso ] )",
"a": "( x; [peso] )",
"d": "Arrotonda un numero per eccesso all'intero più vicino o al multiplo più vicino a peso."
},
"COMBIN": {
@ -1388,7 +1388,7 @@
"d": "Restituisce la cosecante iperbolica di un angolo"
},
"DECIMALE": {
"a": "( num , radice )",
"a": "( num; radice )",
"d": "Converte la rappresentazione di un numero in formato testo di una determinata base in un numero decimale"
},
"DEGREES": {
@ -1396,7 +1396,7 @@
"d": "Converte i radianti in gradi."
},
"ECMA.CEILING": {
"a": "( x, peso )",
"a": "( x; peso )",
"d": "Arrotonda un numero per eccesso al multiplo più vicino a peso"
},
"EVEN": {
@ -1420,7 +1420,7 @@
"d": "Arrotonda un numero per difetto al multiplo più vicino a peso."
},
"FLOOR.PRECISE": {
"a": "( x, peso )",
"a": "( x; peso )",
"d": "Arrotonda un numero per difetto all'intero più vicino o al multiplo più vicino a peso."
},
"FLOOR.MATH": {
@ -1436,7 +1436,7 @@
"d": "Arrotonda un numero per difetto all'intero più vicino."
},
"ISO.CEILING": {
"a": "( num [ , peso ] )",
"a": "( num; [peso] )",
"d": "Funzione matematica e trigonometrica utilizzata per restituire un numero arrotondato al numero intero più vicino o al multiplo più vicino di significato indipendentemente dal segno del numero. Tuttavia, se il numero o il significato è zero, viene restituito zero."
},
"LCM": {
@ -1684,7 +1684,7 @@
"d": "Cerca una corrispondenza in un intervallo o una matrice e restituisce l'elemento corrispondente di una seconda matrice o intervallo. Per impostazione predefinita, viene utilizzata una corrispondenza esatta"
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Restituisce informazioni sulla formattazione, la posizione o il contenuto di una cella"
},
"ERROR.TYPE": {

View file

@ -4,7 +4,7 @@
"d": "日付/時刻コードで指定した日付を表す数値を返します。"
},
"DATEDIF": {
"a": "( start-date , end-date , unit )",
"a": "( start-date; end-date; unit )",
"d": "Date and time function used to return the difference between two date values (start date and end date), based on the interval (unit) specified"
},
"DATEVALUE": {
@ -396,7 +396,7 @@
"d": "文字列が他の文字列内で最初に現れる位置を検索します。大文字と小文字は区別されます。"
},
"FINDB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to find the specified substring (string-1) within a string (string-2) and is intended for languages the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"FIXED": {
@ -408,7 +408,7 @@
"d": "文字列の先頭から指定された数の文字を返します。"
},
"LEFTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract the substring from the specified string starting from the left character and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"LEN": {
@ -428,7 +428,7 @@
"d": "文字列の指定された位置から、指定された数の文字を返します。半角と全角の区別なく、1 文字を 1 として処理します。"
},
"MIDB": {
"a": "( string , start-pos , number-chars )",
"a": "( string; start-pos; number-chars )",
"d": "Text and data function used to extract the characters from the specified string starting from any position and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"NUMBERVALUE": {
@ -444,7 +444,7 @@
"d": "文字列中の指定した位置の文字列を置き換えた結果を返します。半角と全角の区別なく、1 文字を 1 として処理します。"
},
"REPLACEB": {
"a": "( string-1, start-pos, number-chars, string-2 )",
"a": "( string-1; start-pos; number-chars; string-2 )",
"d": "Text and data function used to replace a set of characters, based on the number of characters and the start position you specify, with a new set of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"REPT": {
@ -456,7 +456,7 @@
"d": "文字列の末尾から指定された文字数の文字を返します。"
},
"RIGHTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract a substring from a string starting from the right-most character, based on the specified number of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SEARCH": {
@ -464,7 +464,7 @@
"d": "文字列が最初に現れる位置の文字番号を返します。大文字、小文字は区別されません。"
},
"SEARCHB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to return the location of the specified substring in a string and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SUBSTITUTE": {
@ -1384,7 +1384,7 @@
"d": "数値を最も近い整数、または最も近い基準値の倍数に切り上げます。"
},
"CEILING.PRECISE": {
"a": "( x [ , significance ] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance"
},
"COMBIN": {
@ -1428,7 +1428,7 @@
"d": "ラジアンで表された角度を度に変更します。"
},
"ECMA.CEILING": {
"a": "( x, significance )",
"a": "( x; significance )",
"d": "Math and trigonometry function used to round the number up to the nearest multiple of significance"
},
"EVEN": {
@ -1452,7 +1452,7 @@
"d": "指定された基準値の倍数のうち、最も近い値に数値を切り捨てます。"
},
"FLOOR.PRECISE": {
"a": "( x [, significance] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded down to the nearest integer or to the nearest multiple of significance"
},
"FLOOR.MATH": {
@ -1468,7 +1468,7 @@
"d": "切り捨てて整数にした数値を返します。"
},
"ISO.CEILING": {
"a": "( number [ , significance ] )",
"a": "( number; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance regardless of the sign of the number. However, if the number or the significance is zero, zero is returned."
},
"LCM": {
@ -1720,7 +1720,7 @@
"d": "範囲または配列で一致の検索を行い、2 つめの範囲または配列から対応する項目を返します。既定では、完全一致が使用されます"
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Information function used to return information about the formatting, location, or contents of a cell"
},
"ERROR.TYPE": {

View file

@ -4,7 +4,7 @@
"d": "날짜-시간 코드에서 날짜를 나타내는 수를 구합니다."
},
"DATEDIF": {
"a": "( start-date , end-date , unit )",
"a": "( start-date; end-date; unit )",
"d": "Date and time function used to return the difference between two date values (start date and end date), based on the interval (unit) specified"
},
"DATEVALUE": {
@ -396,7 +396,7 @@
"d": "지정한 텍스트를 다른 텍스트 내에서 찾아 해당 문자의 시작 위치를 나타냅니다. 대/소문자를 구분합니다."
},
"FINDB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to find the specified substring (string-1) within a string (string-2) and is intended for languages the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"FIXED": {
@ -408,7 +408,7 @@
"d": "텍스트 문자열의 시작 지점부터 지정한 수만큼의 문자를 반환합니다."
},
"LEFTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract the substring from the specified string starting from the left character and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"LEN": {
@ -428,7 +428,7 @@
"d": "문자열의 지정 위치에서 문자를 지정한 개수만큼 돌려줍니다."
},
"MIDB": {
"a": "( string , start-pos , number-chars )",
"a": "( string; start-pos; number-chars )",
"d": "Text and data function used to extract the characters from the specified string starting from any position and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"NUMBERVALUE": {
@ -444,7 +444,7 @@
"d": "텍스트의 일부를 다른 텍스트로 바꿉니다."
},
"REPLACEB": {
"a": "( string-1, start-pos, number-chars, string-2 )",
"a": "( string-1; start-pos; number-chars; string-2 )",
"d": "Text and data function used to replace a set of characters, based on the number of characters and the start position you specify, with a new set of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"REPT": {
@ -456,7 +456,7 @@
"d": "텍스트 문자열의 끝 지점부터 지정한 수만큼의 문자를 반환합니다."
},
"RIGHTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract a substring from a string starting from the right-most character, based on the specified number of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SEARCH": {
@ -464,7 +464,7 @@
"d": "왼쪽에서 오른쪽으로 검색하여 지정한 문자 또는 텍스트 스트링이 처음 발견되는 곳에서의 문자 개수를 구합니다(대/소문자 구분 안 함)."
},
"SEARCHB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to return the location of the specified substring in a string and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SUBSTITUTE": {
@ -1384,7 +1384,7 @@
"d": "수를 가장 가까운 정수 또는 가장 가까운 significance의 배수가 되도록 올림합니다."
},
"CEILING.PRECISE": {
"a": "( x [ , significance ] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance"
},
"COMBIN": {
@ -1428,7 +1428,7 @@
"d": "라디안 형태의 각도를 도 단위로 바꿉니다."
},
"ECMA.CEILING": {
"a": "( x, significance )",
"a": "( x; significance )",
"d": "Math and trigonometry function used to round the number up to the nearest multiple of significance"
},
"EVEN": {
@ -1452,7 +1452,7 @@
"d": "수를 significance의 배수가 되도록 절대 값을 내림합니다."
},
"FLOOR.PRECISE": {
"a": "( x [, significance] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded down to the nearest integer or to the nearest multiple of significance"
},
"FLOOR.MATH": {
@ -1468,7 +1468,7 @@
"d": "소수점 아래를 버리고 가장 가까운 정수로 내림합니다."
},
"ISO.CEILING": {
"a": "( number [ , significance ] )",
"a": "( number; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance regardless of the sign of the number. However, if the number or the significance is zero, zero is returned."
},
"LCM": {
@ -1720,7 +1720,7 @@
"d": "일치 항목에 대한 범위 또는 배열을 검색하고 두 번째 범위 또는 배열에서 해당 항목을 반환합니다. 기본적으로 정확하게 일치하는 항목이 사용됩니다."
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Information function used to return information about the formatting, location, or contents of a cell"
},
"ERROR.TYPE": {

View file

@ -4,7 +4,7 @@
"d": "ສົ່ງ​ຄືນ​ຕົວ​ເລກ​ທີ່​ສະ​ແດງ​ເຖິງ​ວັນ​ທີ​ໃນລະຫັດ​ວັນ​ທີ-​ເວລາ"
},
"DATEDIF": {
"a": "( start-date , end-date , unit )",
"a": "( start-date; end-date; unit )",
"d": "Date and time function used to return the difference between two date values (start date and end date), based on the interval (unit) specified"
},
"DATEVALUE": {
@ -396,7 +396,7 @@
"d": "ສົ່ງຄືນຄ່າຕຳແໜ່ງເລີ່ມຕົ້ນຂອງສາຍຂໍ້ຄວາມທີ່ຢູ່ພາຍໃນຕົວສາຍຂໍ້ຄວາມອີກອັນໜຶ່ງ. ເຊິ່ງຟັງຊັນ FIND ​ນັ້ນແມ່ນໂຕພິມໃຫຍ່ນ້ອຍມີຜົນຕ່າງກັນ"
},
"FINDB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to find the specified substring (string-1) within a string (string-2) and is intended for languages the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"FIXED": {
@ -408,7 +408,7 @@
"d": "ສະ​ແດງ​ຜົນ​ຈຳ​ນວນ​ລະ​ບຸ​ໄວ້​ຂອງ​ຕົວ​ອັກ​ຂະ​ລະ​ຈາກເລີ່ມ​ຕົ້ນ​ຂອງ​ສະ​ຕ​ຣິງ​ຂໍ້​ຄວາມ"
},
"LEFTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract the substring from the specified string starting from the left character and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"LEN": {
@ -428,7 +428,7 @@
"d": "ສະ​ແດງ​ຜົນຕົວ​ອັກ​ຂະ​ລະຈາກ​ໃຈ​ກາງ​ຂອງ​ສະ​ຕ​ຣິງ, ໂດຍ​ທີ່​ມີ​ຕຳ​ແໜ່ງ​ເລີ່ມ​ຕົ້ນ ແລະ​ຄວາມ​ຍາວ"
},
"MIDB": {
"a": "( string , start-pos , number-chars )",
"a": "( string; start-pos; number-chars )",
"d": "Text and data function used to extract the characters from the specified string starting from any position and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"NUMBERVALUE": {
@ -444,7 +444,7 @@
"d": "ແທນທີ່ບາງສ່ວນຂອງສາຍຂໍ້ຄວາມດ້ວຍສາຍຂໍ້ຄວາມອື່ນ"
},
"REPLACEB": {
"a": "( string-1, start-pos, number-chars, string-2 )",
"a": "( string-1; start-pos; number-chars; string-2 )",
"d": "Text and data function used to replace a set of characters, based on the number of characters and the start position you specify, with a new set of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"REPT": {
@ -456,7 +456,7 @@
"d": "ສະ​ແດງ​ຜົນ​ຈຳ​ນວນ​ລະ​ບຸ​ໄວ້​ຂອງ​ຕົວ​ອັກ​ຂະ​ລະ​ຈາກ​ທ້າຍ​ຂອງ​ສະ​ຕ​ຣິງ​ຂໍ້​ຄວາມ"
},
"RIGHTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract a substring from a string starting from the right-most character, based on the specified number of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SEARCH": {
@ -464,7 +464,7 @@
"d": "ສົ່ງຄືນໝາຍ​ເລກ​ອັກຂະ​ລະທີ່​ອັກ​ຂະ​ລະຖືກຄົ້ນພົບເປັນອັນດັບທຳອິດໃນສາຍອັກຂະ​ລະຫຼືຂໍ້ຄວາມສະ​ເພາະ, ການຄົ້ນຫາຈະຖືກເຮັດຈາກຊ້າຍໄປຂວາ (ໂຕພິມໃຫຍ່ນ້ອຍບໍ່ມີຜົນຕ່າງກັນ)"
},
"SEARCHB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to return the location of the specified substring in a string and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SUBSTITUTE": {
@ -1384,7 +1384,7 @@
"d": "ປັດ​ເສດ​ຕົວ​ເລກ​ຂຶ້ນໃຫ້​ເປັນ​ຈໍານວນ​ເຕັມທີ່​ໃກ້​ທີ່​ສຸດ ຫຼື​ເປັນ​ຈໍານວນ​ເທົ່າ​ທີ່​ໃກ້​ທີ່​ສຸດ​ຂອງ​ຄວາມສຳຄັນ"
},
"CEILING.PRECISE": {
"a": "( x [ , significance ] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance"
},
"COMBIN": {
@ -1428,7 +1428,7 @@
"d": "ປ່ຽນມູມຣາດຽນ (radians)​ໃຫ້​ເປັນມູມອົງສາ"
},
"ECMA.CEILING": {
"a": "( x, significance )",
"a": "( x; significance )",
"d": "Math and trigonometry function used to round the number up to the nearest multiple of significance"
},
"EVEN": {
@ -1452,7 +1452,7 @@
"d": "ປັດ​ເສດ​ຕົວ​ເລກ​ລົງ​ໃຫ້​ເປັນ​ຈໍານວນ​ທີ່​ໃຫ້​ທີ່​ສຸດ​ຂອງ​ຄວາມສຳຄັນ"
},
"FLOOR.PRECISE": {
"a": "( x [, significance] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded down to the nearest integer or to the nearest multiple of significance"
},
"FLOOR.MATH": {
@ -1468,7 +1468,7 @@
"d": "ປ່ຽນຈຳນວນເສດໃຫ້ເປັນຈຳນວນຖ້ວນທີ່ໃກ້ຄຽງທີ່ສຸດ"
},
"ISO.CEILING": {
"a": "( number [ , significance ] )",
"a": "( number; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance regardless of the sign of the number. However, if the number or the significance is zero, zero is returned."
},
"LCM": {
@ -1720,7 +1720,7 @@
"d": "ຊອກຫາໄລຍະ ຫຼື ອະເຣໃດໜຶ່ງແລ້ວຕອບລາຍການທີ່ກົງກັນຈາກໄລຍະ ຫຼື ອະເຣທີສອງ. ຕາມຄ່າເລີ່ມຕົ້ນ, ຄ່າທີ່ແນ່ນອນຈະຖືກໃຊ້"
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Information function used to return information about the formatting, location, or contents of a cell"
},
"ERROR.TYPE": {

View file

@ -4,7 +4,7 @@
"d": "Atgriež skaitli, kas apzīmē datumu datuma/laika kodā"
},
"DATEDIF": {
"a": "( start-date , end-date , unit )",
"a": "( start-date; end-date; unit )",
"d": "Date and time function used to return the difference between two date values (start date and end date), based on the interval (unit) specified"
},
"DATEVALUE": {
@ -396,7 +396,7 @@
"d": "Atgriež vienas teksta virknes sākuma pozīciju citā teksta virknē. Funkcija FIND ir reģistrjutīga"
},
"FINDB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to find the specified substring (string-1) within a string (string-2) and is intended for languages the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"FIXED": {
@ -408,7 +408,7 @@
"d": "Atgriež norādīto rakstzīmju skaitu no teksta virknes sākuma"
},
"LEFTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract the substring from the specified string starting from the left character and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"LEN": {
@ -428,7 +428,7 @@
"d": "Atgriež rakstzīmes no teksta virknes vidus, norādot sākuma pozīciju un garumu"
},
"MIDB": {
"a": "( string , start-pos , number-chars )",
"a": "( string; start-pos; number-chars )",
"d": "Text and data function used to extract the characters from the specified string starting from any position and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"NUMBERVALUE": {
@ -444,7 +444,7 @@
"d": "Aizstāj daļu teksta virknes ar citu teksta virkni"
},
"REPLACEB": {
"a": "( string-1, start-pos, number-chars, string-2 )",
"a": "( string-1; start-pos; number-chars; string-2 )",
"d": "Text and data function used to replace a set of characters, based on the number of characters and the start position you specify, with a new set of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"REPT": {
@ -456,7 +456,7 @@
"d": "Atgriež norādīto rakstzīmju skaitu no teksta virknes beigām"
},
"RIGHTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract a substring from a string starting from the right-most character, based on the specified number of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SEARCH": {
@ -464,7 +464,7 @@
"d": "Atgriež rakstzīmes numuru, pie kuras noteikta rakstzīme vai teksta virkne atrasta pirmo reizi, lasot virzienā no kreisās uz labo pusi (nav reģistrjutīgi)"
},
"SEARCHB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to return the location of the specified substring in a string and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SUBSTITUTE": {
@ -1384,7 +1384,7 @@
"d": "Noapaļo skaitli uz augšu līdz tuvākajam veselajam skaitlim vai līdz tuvākajam nozīmīgajam skaitlim, kas dalās bez atlikuma"
},
"CEILING.PRECISE": {
"a": "( x [ , significance ] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance"
},
"COMBIN": {
@ -1428,7 +1428,7 @@
"d": "Konvertē radiānus par grādiem"
},
"ECMA.CEILING": {
"a": "( x, significance )",
"a": "( x; significance )",
"d": "Math and trigonometry function used to round the number up to the nearest multiple of significance"
},
"EVEN": {
@ -1452,7 +1452,7 @@
"d": "Noapaļo skaitli uz leju līdz tuvākajam būtiskajam skaitlim, kas dalās bez atlikuma"
},
"FLOOR.PRECISE": {
"a": "( x [, significance] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded down to the nearest integer or to the nearest multiple of significance"
},
"FLOOR.MATH": {
@ -1468,7 +1468,7 @@
"d": "Noapaļo skaitli līdz tuvākajam veselajam skaitlim"
},
"ISO.CEILING": {
"a": "( number [ , significance ] )",
"a": "( number; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance regardless of the sign of the number. However, if the number or the significance is zero, zero is returned."
},
"LCM": {
@ -1720,7 +1720,7 @@
"d": "Meklē diapazonā vai masīvā atbilstību un atgriež atbilstošo vienumu no otra diapazona vai masīva. Pēc noklusējuma tiek izmantota precīza atbilstība"
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Information function used to return information about the formatting, location, or contents of a cell"
},
"ERROR.TYPE": {

View file

@ -4,7 +4,7 @@
"d": "Returnerer tallet som svarer til datoen i koden for dato og tid"
},
"DATEDIF": {
"a": "( start-date , end-date , unit )",
"a": "( start-date; end-date; unit )",
"d": "Date and time function used to return the difference between two date values (start date and end date), based on the interval (unit) specified"
},
"DATEVALUE": {
@ -396,7 +396,7 @@
"d": "Returnerer nummeret for posisjonen for det første tegnet i en tekststreng inne i en annen tekststreng. FINN skiller mellom store og små bokstaver"
},
"FINDB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to find the specified substring (string-1) within a string (string-2) and is intended for languages the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"FIXED": {
@ -408,7 +408,7 @@
"d": "Returnerer det angitte antall tegn fra begynnelsen av en tekststreng"
},
"LEFTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract the substring from the specified string starting from the left character and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"LEN": {
@ -428,7 +428,7 @@
"d": "Returnerer tegnene fra midten av en tekststreng, hvis posisjonen for det første tegnet og lengden er oppgitt"
},
"MIDB": {
"a": "( string , start-pos , number-chars )",
"a": "( string; start-pos; number-chars )",
"d": "Text and data function used to extract the characters from the specified string starting from any position and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"NUMBERVALUE": {
@ -444,7 +444,7 @@
"d": "Erstatter en del av en tekststreng med en annen tekststreng"
},
"REPLACEB": {
"a": "( string-1, start-pos, number-chars, string-2 )",
"a": "( string-1; start-pos; number-chars; string-2 )",
"d": "Text and data function used to replace a set of characters, based on the number of characters and the start position you specify, with a new set of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"REPT": {
@ -456,7 +456,7 @@
"d": "Returnerer det angitte antall tegn fra slutten av en tekststreng"
},
"RIGHTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract a substring from a string starting from the right-most character, based on the specified number of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SEARCH": {
@ -464,7 +464,7 @@
"d": "Returnerer tallet for tegnet hvor et bestemt tegn eller en tekststreng først blir funnet, lest fra venstre mot høyre (skiller ikke mellom små og store bokstaver)"
},
"SEARCHB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to return the location of the specified substring in a string and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SUBSTITUTE": {
@ -1384,7 +1384,7 @@
"d": "Runder av et tall oppover til nærmeste heltall eller til nærmeste signifikante multiplum av en faktor"
},
"CEILING.PRECISE": {
"a": "( x [ , significance ] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance"
},
"COMBIN": {
@ -1428,7 +1428,7 @@
"d": "Konverterer radianer til grader"
},
"ECMA.CEILING": {
"a": "( x, significance )",
"a": "( x; significance )",
"d": "Math and trigonometry function used to round the number up to the nearest multiple of significance"
},
"EVEN": {
@ -1452,7 +1452,7 @@
"d": "Runder av et tall nedover til nærmeste signifikante multiplum av en faktor"
},
"FLOOR.PRECISE": {
"a": "( x [, significance] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded down to the nearest integer or to the nearest multiple of significance"
},
"FLOOR.MATH": {
@ -1468,7 +1468,7 @@
"d": "Runder av et tall nedover til nærmeste heltall"
},
"ISO.CEILING": {
"a": "( number [ , significance ] )",
"a": "( number; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance regardless of the sign of the number. However, if the number or the significance is zero, zero is returned."
},
"LCM": {
@ -1720,7 +1720,7 @@
"d": "Søker i et område eller en matrise etter et treff og returnerer det tilsvarende elementet fra et annet område eller en annen matrise. Som standard brukes et eksakt treff"
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Information function used to return information about the formatting, location, or contents of a cell"
},
"ERROR.TYPE": {

View file

@ -4,7 +4,7 @@
"d": "Geeft het getal als resultaat dat de datum aangeeft in code voor de datum/tijd"
},
"DATEDIF": {
"a": "( start-date , end-date , unit )",
"a": "( start-date; end-date; unit )",
"d": "Date and time function used to return the difference between two date values (start date and end date), based on the interval (unit) specified"
},
"DATEVALUE": {
@ -396,7 +396,7 @@
"d": "Geeft als resultaat de beginpositie van een tekenreeks binnen een andere tekenreeks (er wordt onderscheid gemaakt tussen hoofdletters en kleine letters)"
},
"FINDB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to find the specified substring (string-1) within a string (string-2) and is intended for languages the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"FIXED": {
@ -408,7 +408,7 @@
"d": "Geeft als resultaat het aantal tekens vanaf het begin van een tekenreeks"
},
"LEFTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract the substring from the specified string starting from the left character and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"LEN": {
@ -428,7 +428,7 @@
"d": "Geeft als resultaat het aantal tekens in het midden van een tekenreeks, beginnend op een opgegeven positie en met een opgegeven lengte"
},
"MIDB": {
"a": "( string , start-pos , number-chars )",
"a": "( string; start-pos; number-chars )",
"d": "Text and data function used to extract the characters from the specified string starting from any position and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"NUMBERVALUE": {
@ -444,7 +444,7 @@
"d": "Vervangt een deel van een tekenreeks door een andere tekenreeks"
},
"REPLACEB": {
"a": "( string-1, start-pos, number-chars, string-2 )",
"a": "( string-1; start-pos; number-chars; string-2 )",
"d": "Text and data function used to replace a set of characters, based on the number of characters and the start position you specify, with a new set of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"REPT": {
@ -456,7 +456,7 @@
"d": "Geeft als resultaat het opgegeven aantal tekens vanaf het einde van een tekenreeks"
},
"RIGHTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract a substring from a string starting from the right-most character, based on the specified number of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SEARCH": {
@ -464,7 +464,7 @@
"d": "Geeft als resultaat de positie van het teken, lezend van links naar rechts, waar een bepaald teken of een bepaalde tekenreeks de eerste keer wordt gevonden (zonder onderscheid tussen hoofdletters en kleine letters)"
},
"SEARCHB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to return the location of the specified substring in a string and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SUBSTITUTE": {
@ -1384,7 +1384,7 @@
"d": "Rondt een getal naar boven af tot op het dichtstbijzijnde gehele getal of op het dichtstbijzijnde veelvoud van significantie"
},
"CEILING.PRECISE": {
"a": "( x [ , significance ] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance"
},
"COMBIN": {
@ -1428,7 +1428,7 @@
"d": "Converteert radialen naar graden"
},
"ECMA.CEILING": {
"a": "( x, significance )",
"a": "( x; significance )",
"d": "Math and trigonometry function used to round the number up to the nearest multiple of significance"
},
"EVEN": {
@ -1452,7 +1452,7 @@
"d": "Rondt een getal naar beneden af op het dichtstbijzijnde significante veelvoud"
},
"FLOOR.PRECISE": {
"a": "( x [, significance] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded down to the nearest integer or to the nearest multiple of significance"
},
"FLOOR.MATH": {
@ -1468,7 +1468,7 @@
"d": "Rondt een getal naar beneden af op het dichtstbijzijnde gehele getal"
},
"ISO.CEILING": {
"a": "( number [ , significance ] )",
"a": "( number; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance regardless of the sign of the number. However, if the number or the significance is zero, zero is returned."
},
"LCM": {
@ -1720,7 +1720,7 @@
"d": "Zoekt in een bereik of matrix naar een overeenkomst en retourneert het bijbehorende item uit een tweede bereik of matrix. Standaard wordt een exacte overeenkomst gebruikt"
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Information function used to return information about the formatting, location, or contents of a cell"
},
"ERROR.TYPE": {

View file

@ -4,7 +4,7 @@
"d": "Zwraca liczbę reprezentującą datę w kodzie data-godzina"
},
"DATEDIF": {
"a": "( start-date , end-date , unit )",
"a": "( start-date; end-date; unit )",
"d": "Date and time function used to return the difference between two date values (start date and end date), based on the interval (unit) specified"
},
"DATEVALUE": {
@ -396,7 +396,7 @@
"d": "Zwraca pozycję początkową jednego ciągu tekstowego w drugim ciągu tekstowym. Funkcja ZNAJDŹ uwzględnia wielkość liter"
},
"FINDB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to find the specified substring (string-1) within a string (string-2) and is intended for languages the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"FIXED": {
@ -408,7 +408,7 @@
"d": "Zwraca określoną liczbę znaków od początku ciągu tekstowego"
},
"LEFTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract the substring from the specified string starting from the left character and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"LEN": {
@ -428,7 +428,7 @@
"d": "Zwraca znaki ze środka ciągu tekstowego przy danej pozycji początkowej i długości"
},
"MIDB": {
"a": "( string , start-pos , number-chars )",
"a": "( string; start-pos; number-chars )",
"d": "Text and data function used to extract the characters from the specified string starting from any position and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"NUMBERVALUE": {
@ -444,7 +444,7 @@
"d": "Zamienia część ciągu znaków innym ciągiem znaków"
},
"REPLACEB": {
"a": "( string-1, start-pos, number-chars, string-2 )",
"a": "( string-1; start-pos; number-chars; string-2 )",
"d": "Text and data function used to replace a set of characters, based on the number of characters and the start position you specify, with a new set of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"REPT": {
@ -456,7 +456,7 @@
"d": "Zwraca określoną liczbę znaków od końca ciągu tekstowego"
},
"RIGHTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract a substring from a string starting from the right-most character, based on the specified number of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SEARCH": {
@ -464,7 +464,7 @@
"d": "Zwraca numer znaku, w którym jeden ciąg znaków został znaleziony po raz pierwszy w drugim, począwszy od lewej strony (nie rozróżniając liter małych i dużych)"
},
"SEARCHB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to return the location of the specified substring in a string and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SUBSTITUTE": {
@ -1384,7 +1384,7 @@
"d": "Zaokrągla liczbę w górę do najbliższej liczby całkowitej lub najbliższej wielokrotności istotności."
},
"CEILING.PRECISE": {
"a": "( x [ , significance ] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance"
},
"COMBIN": {
@ -1428,7 +1428,7 @@
"d": "Konwertuje radiany na stopnie"
},
"ECMA.CEILING": {
"a": "( x, significance )",
"a": "( x; significance )",
"d": "Math and trigonometry function used to round the number up to the nearest multiple of significance"
},
"EVEN": {
@ -1452,7 +1452,7 @@
"d": "Zaokrągla liczbę w dół do najbliższej wielokrotności podanej istotności"
},
"FLOOR.PRECISE": {
"a": "( x [, significance] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded down to the nearest integer or to the nearest multiple of significance"
},
"FLOOR.MATH": {
@ -1468,7 +1468,7 @@
"d": "Zaokrągla liczbę w dół do najbliższej liczby całkowitej"
},
"ISO.CEILING": {
"a": "( number [ , significance ] )",
"a": "( number; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance regardless of the sign of the number. However, if the number or the significance is zero, zero is returned."
},
"LCM": {
@ -1720,7 +1720,7 @@
"d": "Przeszukuje zakres lub tablicę pod kątem dopasowania i zwraca odpowiedni element z drugiego zakresu lub drugiej tablicy. Domyślnie jest używane dokładne dopasowanie"
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Information function used to return information about the formatting, location, or contents of a cell"
},
"ERROR.TYPE": {

View file

@ -4,7 +4,7 @@
"d": "Devolve o número que representa a data no código de data e hora"
},
"DATEDIF": {
"a": "( start-date , end-date , unit )",
"a": "( start-date; end-date; unit )",
"d": "Date and time function used to return the difference between two date values (start date and end date), based on the interval (unit) specified"
},
"DATEVALUE": {
@ -396,7 +396,7 @@
"d": "Devolve a posição de partida de uma cadeia de texto dentro de outra. LOCALIZAR é sensível a maiúsculas e minúsculas"
},
"FINDB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to find the specified substring (string-1) within a string (string-2) and is intended for languages the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"FIXED": {
@ -408,7 +408,7 @@
"d": "Devolve o número especificado de carateres do início de uma cadeia de texto"
},
"LEFTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract the substring from the specified string starting from the left character and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"LEN": {
@ -428,7 +428,7 @@
"d": "Devolve um número específico de carateres de uma cadeia de texto, com início na posição especificada"
},
"MIDB": {
"a": "( string , start-pos , number-chars )",
"a": "( string; start-pos; number-chars )",
"d": "Text and data function used to extract the characters from the specified string starting from any position and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"NUMBERVALUE": {
@ -444,7 +444,7 @@
"d": "Substitui parte de uma cadeia de texto por outra diferente"
},
"REPLACEB": {
"a": "( string-1, start-pos, number-chars, string-2 )",
"a": "( string-1; start-pos; number-chars; string-2 )",
"d": "Text and data function used to replace a set of characters, based on the number of characters and the start position you specify, with a new set of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"REPT": {
@ -456,7 +456,7 @@
"d": "Devolve o número especificado de carateres do fim de uma cadeia de texto"
},
"RIGHTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract a substring from a string starting from the right-most character, based on the specified number of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SEARCH": {
@ -464,7 +464,7 @@
"d": "Devolve o número do caráter no qual é localizado pela primeira vez uma cadeia de texto específica, lida da esquerda para a direita (não distingue maiúsculas e minúsculas)"
},
"SEARCHB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to return the location of the specified substring in a string and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SUBSTITUTE": {
@ -1384,7 +1384,7 @@
"d": "Arredonda um número por excesso para o número inteiro ou para o múltiplo significativo mais próximo"
},
"CEILING.PRECISE": {
"a": "( x [ , significance ] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance"
},
"COMBIN": {
@ -1428,7 +1428,7 @@
"d": "Converte radianos em graus"
},
"ECMA.CEILING": {
"a": "( x, significance )",
"a": "( x; significance )",
"d": "Math and trigonometry function used to round the number up to the nearest multiple of significance"
},
"EVEN": {
@ -1452,7 +1452,7 @@
"d": "Arredonda um número por defeito para o múltiplo significativo mais próximo"
},
"FLOOR.PRECISE": {
"a": "( x [, significance] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded down to the nearest integer or to the nearest multiple of significance"
},
"FLOOR.MATH": {
@ -1468,7 +1468,7 @@
"d": "Arredonda um número por defeito até ao número inteiro mais próximo"
},
"ISO.CEILING": {
"a": "( number [ , significance ] )",
"a": "( number; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance regardless of the sign of the number. However, if the number or the significance is zero, zero is returned."
},
"LCM": {
@ -1720,7 +1720,7 @@
"d": "Procura uma correspondência num intervalo ou matriz e devolve o item correspondente de um segundo intervalo ou matriz. Por predefinição, é utilizada uma correspondência exata"
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Information function used to return information about the formatting, location, or contents of a cell"
},
"ERROR.TYPE": {

View file

@ -4,7 +4,7 @@
"d": "Returnează numărul care reprezintă data în cod dată-oră."
},
"DATEDIF": {
"a": "( start-date , end-date , unit )",
"a": "( start-date; end-date; unit )",
"d": "Date and time function used to return the difference between two date values (start date and end date), based on the interval (unit) specified"
},
"DATEVALUE": {
@ -396,7 +396,7 @@
"d": "Returnează numărul poziției de început a unui șir text găsit în cadrul altui șir text. FIND diferențiază literele mari de literele mici"
},
"FINDB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to find the specified substring (string-1) within a string (string-2) and is intended for languages the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"FIXED": {
@ -408,7 +408,7 @@
"d": "Returnează numărul precizat de caractere de la începutul unui șir text"
},
"LEFTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract the substring from the specified string starting from the left character and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"LEN": {
@ -428,7 +428,7 @@
"d": "Returnează caracterele din mijlocul unui șir text fiind date poziția de început și lungimea"
},
"MIDB": {
"a": "( string , start-pos , number-chars )",
"a": "( string; start-pos; number-chars )",
"d": "Text and data function used to extract the characters from the specified string starting from any position and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"NUMBERVALUE": {
@ -444,7 +444,7 @@
"d": "Înlocuiește o parte a unui șir text cu un șir text diferit"
},
"REPLACEB": {
"a": "( string-1, start-pos, number-chars, string-2 )",
"a": "( string-1; start-pos; number-chars; string-2 )",
"d": "Text and data function used to replace a set of characters, based on the number of characters and the start position you specify, with a new set of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"REPT": {
@ -456,7 +456,7 @@
"d": "Returnează numărul precizat de caractere de la sfârșitul unui șir text"
},
"RIGHTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract a substring from a string starting from the right-most character, based on the specified number of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SEARCH": {
@ -464,7 +464,7 @@
"d": "Returnează numărul caracterului de la care este găsit prima dată un caracter sau un șir text precizat, citind de la stânga la dreapta (nu se diferențiază literele mari și mici)"
},
"SEARCHB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to return the location of the specified substring in a string and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SUBSTITUTE": {
@ -1384,7 +1384,7 @@
"d": "Rotunjește prin adaos un număr, la cel mai apropiat întreg sau la cel mai apropiat multiplu de semnificație"
},
"CEILING.PRECISE": {
"a": "( x [ , significance ] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance"
},
"COMBIN": {
@ -1428,7 +1428,7 @@
"d": "Transformă radiani în grade"
},
"ECMA.CEILING": {
"a": "( x, significance )",
"a": "( x; significance )",
"d": "Math and trigonometry function used to round the number up to the nearest multiple of significance"
},
"EVEN": {
@ -1452,7 +1452,7 @@
"d": "Rotunjește prin lipsă un număr, la cel mai apropiat multiplu de semnificație"
},
"FLOOR.PRECISE": {
"a": "( x [, significance] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded down to the nearest integer or to the nearest multiple of significance"
},
"FLOOR.MATH": {
@ -1468,7 +1468,7 @@
"d": "Rotunjește un număr prin lipsă la cel mai apropiat întreg"
},
"ISO.CEILING": {
"a": "( number [ , significance ] )",
"a": "( number; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance regardless of the sign of the number. However, if the number or the significance is zero, zero is returned."
},
"LCM": {
@ -1720,7 +1720,7 @@
"d": "Caută într-o zonă sau într-o matrice pentru o potrivire și returnează elementul corespunzător dintr-o a doua zonă sau matrice. În mod implicit, se utilizează o potrivire exactă"
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Information function used to return information about the formatting, location, or contents of a cell"
},
"ERROR.TYPE": {

View file

@ -1720,7 +1720,7 @@
"d": "Ищет совпадение в диапазоне или массиве и возвращает соответствующий элемент из второго диапазона или массива. По умолчанию используется точное соответствие"
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Информационная функция, возвращает сведения о форматировании, расположении или содержимом ячейки"
},
"ERROR.TYPE": {

View file

@ -4,7 +4,7 @@
"d": "Vráti číslo, ktoré v kóde pre dátum a čas predstavuje dátum"
},
"DATEDIF": {
"a": "( start-date , end-date , unit )",
"a": "( start-date; end-date; unit )",
"d": "Date and time function used to return the difference between two date values (start date and end date), based on the interval (unit) specified"
},
"DATEVALUE": {
@ -396,7 +396,7 @@
"d": "Vráti počiatočnú pozíciu textového reťazca v rámci iného textového reťazca. Táto funkcia rozlišuje malé a veľké písmená"
},
"FINDB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to find the specified substring (string-1) within a string (string-2) and is intended for languages the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"FIXED": {
@ -408,7 +408,7 @@
"d": "Vráti zadaný počet znakov od začiatku textového reťazca"
},
"LEFTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract the substring from the specified string starting from the left character and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"LEN": {
@ -428,7 +428,7 @@
"d": "Vráti znaky z textového reťazca, ak je zadaná počiatočná pozícia a dĺžka"
},
"MIDB": {
"a": "( string , start-pos , number-chars )",
"a": "( string; start-pos; number-chars )",
"d": "Text and data function used to extract the characters from the specified string starting from any position and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"NUMBERVALUE": {
@ -444,7 +444,7 @@
"d": "Nahradí časť textového reťazce iným textovým reťazcom"
},
"REPLACEB": {
"a": "( string-1, start-pos, number-chars, string-2 )",
"a": "( string-1; start-pos; number-chars; string-2 )",
"d": "Text and data function used to replace a set of characters, based on the number of characters and the start position you specify, with a new set of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"REPT": {
@ -456,7 +456,7 @@
"d": "Vráti zadaný počet znakov od konca textového reťazca"
},
"RIGHTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract a substring from a string starting from the right-most character, based on the specified number of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SEARCH": {
@ -464,7 +464,7 @@
"d": "Vráti číslo prvého výskytu daného znaku alebo textového reťazca. Program hľadá zľava doprava a nerozlišuje veľké a malé písmená"
},
"SEARCHB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to return the location of the specified substring in a string and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SUBSTITUTE": {
@ -1384,7 +1384,7 @@
"d": "Zaokrúhli číslo nahor na najbližšie celé číslo alebo na najbližší násobok zadanej hodnoty"
},
"CEILING.PRECISE": {
"a": "( x [ , significance ] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance"
},
"COMBIN": {
@ -1428,7 +1428,7 @@
"d": "Konvertuje radiány na stupne"
},
"ECMA.CEILING": {
"a": "( x, significance )",
"a": "( x; significance )",
"d": "Math and trigonometry function used to round the number up to the nearest multiple of significance"
},
"EVEN": {
@ -1452,7 +1452,7 @@
"d": "Zaokrúhli číslo nadol na najbližší násobok zadanej hodnoty"
},
"FLOOR.PRECISE": {
"a": "( x [, significance] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded down to the nearest integer or to the nearest multiple of significance"
},
"FLOOR.MATH": {
@ -1468,7 +1468,7 @@
"d": "Zaokrúhli číslo nadol na najbližšie celé číslo"
},
"ISO.CEILING": {
"a": "( number [ , significance ] )",
"a": "( number; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance regardless of the sign of the number. However, if the number or the significance is zero, zero is returned."
},
"LCM": {
@ -1720,7 +1720,7 @@
"d": "V danom rozsahu alebo poli hľadá zhodu a vráti zodpovedajúcu položku z druhého rozsahu alebo poľa. Predvolene sa použije presná zhoda"
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Information function used to return information about the formatting, location, or contents of a cell"
},
"ERROR.TYPE": {

View file

@ -4,7 +4,7 @@
"d": "Vrne število, ki predstavlja datum v kodi za datum in uro."
},
"DATEDIF": {
"a": "( start-date , end-date , unit )",
"a": "( start-date; end-date; unit )",
"d": "Date and time function used to return the difference between two date values (start date and end date), based on the interval (unit) specified"
},
"DATEVALUE": {
@ -396,7 +396,7 @@
"d": "Vrne začetni položaj besedilnega niza v drugem besedilnem nizu. FIND loči velike in male črke."
},
"FINDB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to find the specified substring (string-1) within a string (string-2) and is intended for languages the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"FIXED": {
@ -408,7 +408,7 @@
"d": "Vrne določeno število znakov od začetka besedilnega niza."
},
"LEFTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract the substring from the specified string starting from the left character and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"LEN": {
@ -428,7 +428,7 @@
"d": "Vrne znake iz sredine besedilnega niza, če sta podana začetni položaj in dolžina."
},
"MIDB": {
"a": "( string , start-pos , number-chars )",
"a": "( string; start-pos; number-chars )",
"d": "Text and data function used to extract the characters from the specified string starting from any position and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"NUMBERVALUE": {
@ -444,7 +444,7 @@
"d": "Zamenja del besedilnega niza z drugim besedilnim nizom."
},
"REPLACEB": {
"a": "( string-1, start-pos, number-chars, string-2 )",
"a": "( string-1; start-pos; number-chars; string-2 )",
"d": "Text and data function used to replace a set of characters, based on the number of characters and the start position you specify, with a new set of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"REPT": {
@ -456,7 +456,7 @@
"d": "Vrne določeno število znakov od konca besedilnega niza."
},
"RIGHTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract a substring from a string starting from the right-most character, based on the specified number of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SEARCH": {
@ -464,7 +464,7 @@
"d": "Vrne številko znaka, kjer je prvič gledano z leve proti desni - najden poseben znak ali besedilni niz (ne loči velikih in malih črk)."
},
"SEARCHB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to return the location of the specified substring in a string and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SUBSTITUTE": {
@ -1384,7 +1384,7 @@
"d": "Zaokroži število na najbližje celo število ali večkratnik osnove navzgor"
},
"CEILING.PRECISE": {
"a": "( x [ , significance ] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance"
},
"COMBIN": {
@ -1428,7 +1428,7 @@
"d": "Pretvori radiane v stopinje."
},
"ECMA.CEILING": {
"a": "( x, significance )",
"a": "( x; significance )",
"d": "Math and trigonometry function used to round the number up to the nearest multiple of significance"
},
"EVEN": {
@ -1452,7 +1452,7 @@
"d": "Zaokroži število navzdol do najbližjega mnogokratnika značilnega števila."
},
"FLOOR.PRECISE": {
"a": "( x [, significance] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded down to the nearest integer or to the nearest multiple of significance"
},
"FLOOR.MATH": {
@ -1468,7 +1468,7 @@
"d": "Število zaokroži navzdol do najbližjega celega števila."
},
"ISO.CEILING": {
"a": "( number [ , significance ] )",
"a": "( number; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance regardless of the sign of the number. However, if the number or the significance is zero, zero is returned."
},
"LCM": {
@ -1720,7 +1720,7 @@
"d": "Poišče ujemanje v obsegu ali polju in vrne ustrezen element iz drugega obsega ali polja. Privzeto je uporabljeno natančno ujemanje"
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Information function used to return information about the formatting, location, or contents of a cell"
},
"ERROR.TYPE": {

View file

@ -4,7 +4,7 @@
"d": "Returnerar numret som representerar datumet i datum-tidkoden"
},
"DATEDIF": {
"a": "( start-date , end-date , unit )",
"a": "( start-date; end-date; unit )",
"d": "Date and time function used to return the difference between two date values (start date and end date), based on the interval (unit) specified"
},
"DATEVALUE": {
@ -396,7 +396,7 @@
"d": "Returnerar startpositionen för en textsträng inom en annan textsträng. SÖK är skiftlägeskänsligt."
},
"FINDB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to find the specified substring (string-1) within a string (string-2) and is intended for languages the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"FIXED": {
@ -408,7 +408,7 @@
"d": "Returnerar det angivna antalet tecken från början av en textsträng."
},
"LEFTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract the substring from the specified string starting from the left character and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"LEN": {
@ -428,7 +428,7 @@
"d": "Returnerar tecknen från mitten av en textsträng med en startposition och längd som du anger."
},
"MIDB": {
"a": "( string , start-pos , number-chars )",
"a": "( string; start-pos; number-chars )",
"d": "Text and data function used to extract the characters from the specified string starting from any position and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"NUMBERVALUE": {
@ -444,7 +444,7 @@
"d": "Ersätter del av textsträng med en annan."
},
"REPLACEB": {
"a": "( string-1, start-pos, number-chars, string-2 )",
"a": "( string-1; start-pos; number-chars; string-2 )",
"d": "Text and data function used to replace a set of characters, based on the number of characters and the start position you specify, with a new set of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"REPT": {
@ -456,7 +456,7 @@
"d": "Returnerar det angivna antalet tecken från slutet av en textsträng."
},
"RIGHTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract a substring from a string starting from the right-most character, based on the specified number of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SEARCH": {
@ -464,7 +464,7 @@
"d": "Returnerar antalet tecken vilka ett givet tecken eller textsträng söker efter först, läser från höger till vänster (ej skiftlägeskänslig)."
},
"SEARCHB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to return the location of the specified substring in a string and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SUBSTITUTE": {
@ -1384,7 +1384,7 @@
"d": "Avrundar ett tal uppåt till närmaste heltal eller till närmaste signifikanta multipel."
},
"CEILING.PRECISE": {
"a": "( x [ , significance ] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance"
},
"COMBIN": {
@ -1428,7 +1428,7 @@
"d": "Konverterar radianer till grader."
},
"ECMA.CEILING": {
"a": "( x, significance )",
"a": "( x; significance )",
"d": "Math and trigonometry function used to round the number up to the nearest multiple of significance"
},
"EVEN": {
@ -1452,7 +1452,7 @@
"d": "Avrundar ett tal nedåt, till närmaste signifikanta multipel."
},
"FLOOR.PRECISE": {
"a": "( x [, significance] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded down to the nearest integer or to the nearest multiple of significance"
},
"FLOOR.MATH": {
@ -1468,7 +1468,7 @@
"d": "Rundar av ett tal till närmaste heltal."
},
"ISO.CEILING": {
"a": "( number [ , significance ] )",
"a": "( number; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance regardless of the sign of the number. However, if the number or the significance is zero, zero is returned."
},
"LCM": {
@ -1720,7 +1720,7 @@
"d": "söker efter ett intervall eller en matris för en matchning och returnerar motsvarande objekt från ett andra intervall eller en andra matris. Som standard används en exakt matchning"
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Information function used to return information about the formatting, location, or contents of a cell"
},
"ERROR.TYPE": {

View file

@ -4,7 +4,7 @@
"d": "Tarih-saat kodundaki tarihi gösteren sayıyı verir."
},
"DATEDIF": {
"a": "( start-date , end-date , unit )",
"a": "( start-date; end-date; unit )",
"d": "Date and time function used to return the difference between two date values (start date and end date), based on the interval (unit) specified"
},
"DATEVALUE": {
@ -396,7 +396,7 @@
"d": "Bir metin dizesini diğer bir metin dizesi içinde bulur ve bulunan dizenin başlama konumu numarasını verir (büyük küçük harfe duyarlı)"
},
"FINDB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to find the specified substring (string-1) within a string (string-2) and is intended for languages the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"FIXED": {
@ -408,7 +408,7 @@
"d": "Bir metin dizesinin ilk (en solundaki) belirtilen sayıdaki karakter ya da karakterlerini verir"
},
"LEFTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract the substring from the specified string starting from the left character and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"LEN": {
@ -428,7 +428,7 @@
"d": "Belirttiğiniz konumdan başlamak üzere metinden belirli sayıda karakter verir"
},
"MIDB": {
"a": "( string , start-pos , number-chars )",
"a": "( string; start-pos; number-chars )",
"d": "Text and data function used to extract the characters from the specified string starting from any position and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"NUMBERVALUE": {
@ -444,7 +444,7 @@
"d": "Metin dizesinin bir kısmını başka bir metin dizesiyle değiştirir"
},
"REPLACEB": {
"a": "( string-1, start-pos, number-chars, string-2 )",
"a": "( string-1; start-pos; number-chars; string-2 )",
"d": "Text and data function used to replace a set of characters, based on the number of characters and the start position you specify, with a new set of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"REPT": {
@ -456,7 +456,7 @@
"d": "Bir metin dizesinin son (en sağdaki) belirtilen sayıdaki karakter ya da karakterlerini verir"
},
"RIGHTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract a substring from a string starting from the right-most character, based on the specified number of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SEARCH": {
@ -464,7 +464,7 @@
"d": "Özel bir karakter ya da metin dizesinin ilk geçtiği yerin karakter numarasını verir, soldan sağa okuma sırasında (büyük küçük harfe duyarlı değil)"
},
"SEARCHB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to return the location of the specified substring in a string and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SUBSTITUTE": {
@ -1384,7 +1384,7 @@
"d": "Bir sayıyı, yukarı doğru en yakın tamsayı veya anlamlı sayı katına yuvarlar"
},
"CEILING.PRECISE": {
"a": "( x [ , significance ] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance"
},
"COMBIN": {
@ -1428,7 +1428,7 @@
"d": "Radyanı dereceye çevirir"
},
"ECMA.CEILING": {
"a": "( x, significance )",
"a": "( x; significance )",
"d": "Math and trigonometry function used to round the number up to the nearest multiple of significance"
},
"EVEN": {
@ -1452,7 +1452,7 @@
"d": "Bir sayıyı, anlamlı en yakın katına, aşağı doğru yuvarlar"
},
"FLOOR.PRECISE": {
"a": "( x [, significance] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded down to the nearest integer or to the nearest multiple of significance"
},
"FLOOR.MATH": {
@ -1468,7 +1468,7 @@
"d": "Bir sayıyı, sıfırdan ıraksayarak en yakın tam sayıya yuvarlar"
},
"ISO.CEILING": {
"a": "( number [ , significance ] )",
"a": "( number; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance regardless of the sign of the number. However, if the number or the significance is zero, zero is returned."
},
"LCM": {
@ -1720,7 +1720,7 @@
"d": "Eşleştirme bulmak için bir aralıkta veya dizide arama yapar ve ilgili öğeyi ikinci bir aralıkta ya da dizide döndürür. Varsayılan olarak tam eşleşme kullanılır"
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Information function used to return information about the formatting, location, or contents of a cell"
},
"ERROR.TYPE": {

View file

@ -4,7 +4,7 @@
"d": "Повертає число, що відповідає коду дати-часу"
},
"DATEDIF": {
"a": "( start-date , end-date , unit )",
"a": "( start-date; end-date; unit )",
"d": "Date and time function used to return the difference between two date values (start date and end date), based on the interval (unit) specified"
},
"DATEVALUE": {
@ -396,7 +396,7 @@
"d": "Повертає позицію початку шуканого текстового рядка в тексті перегляду, який його містить. Великі й малі букви розрізняються"
},
"FINDB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to find the specified substring (string-1) within a string (string-2) and is intended for languages the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"FIXED": {
@ -408,7 +408,7 @@
"d": "Повертає задану кількість символів, вибрану з початку текстового рядка"
},
"LEFTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract the substring from the specified string starting from the left character and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"LEN": {
@ -428,7 +428,7 @@
"d": "Повертає задану кількість символів, вибрану з рядка тексту, починаючи з указаної позиції"
},
"MIDB": {
"a": "( string , start-pos , number-chars )",
"a": "( string; start-pos; number-chars )",
"d": "Text and data function used to extract the characters from the specified string starting from any position and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"NUMBERVALUE": {
@ -444,7 +444,7 @@
"d": "Замінює частину текстового рядка на інший текст"
},
"REPLACEB": {
"a": "( string-1, start-pos, number-chars, string-2 )",
"a": "( string-1; start-pos; number-chars; string-2 )",
"d": "Text and data function used to replace a set of characters, based on the number of characters and the start position you specify, with a new set of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"REPT": {
@ -456,7 +456,7 @@
"d": "Повертає задану кількість символів, вибрану з кінця текстового рядка"
},
"RIGHTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract a substring from a string starting from the right-most character, based on the specified number of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SEARCH": {
@ -464,7 +464,7 @@
"d": "Повертає позицію першого входження символу або рядка тексту (без урахування регістру), якщо читати зліва направо"
},
"SEARCHB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to return the location of the specified substring in a string and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SUBSTITUTE": {
@ -1384,7 +1384,7 @@
"d": "Округлює число до найближчого більшого за модулем цілого числа або кратного значенню точності"
},
"CEILING.PRECISE": {
"a": "( x [ , significance ] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance"
},
"COMBIN": {
@ -1428,7 +1428,7 @@
"d": "Перетворює радіани на градуси"
},
"ECMA.CEILING": {
"a": "( x, significance )",
"a": "( x; significance )",
"d": "Math and trigonometry function used to round the number up to the nearest multiple of significance"
},
"EVEN": {
@ -1452,7 +1452,7 @@
"d": "Округлює число до найближчого меншого кратного точності"
},
"FLOOR.PRECISE": {
"a": "( x [, significance] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded down to the nearest integer or to the nearest multiple of significance"
},
"FLOOR.MATH": {
@ -1468,7 +1468,7 @@
"d": "Округлює число до найближчого меншого цілого"
},
"ISO.CEILING": {
"a": "( number [ , significance ] )",
"a": "( number; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance regardless of the sign of the number. However, if the number or the significance is zero, zero is returned."
},
"LCM": {
@ -1720,7 +1720,7 @@
"d": "Пошук збігів у масиві або діапазоні та повернення відповідного елемента з другого масиву або діапазону. За замовчуванням ведеться пошук точних збігів"
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Information function used to return information about the formatting, location, or contents of a cell"
},
"ERROR.TYPE": {

View file

@ -4,7 +4,7 @@
"d": "Trả về số thể hiện ngày tháng theo mã ngày-giờ"
},
"DATEDIF": {
"a": "( start-date , end-date , unit )",
"a": "( start-date; end-date; unit )",
"d": "Date and time function used to return the difference between two date values (start date and end date), based on the interval (unit) specified"
},
"DATEVALUE": {
@ -396,7 +396,7 @@
"d": "Trả về vị trí bắt đầu của một xâu văn bản nằm trong xâu văn bản khác. Hàm FIND có phân biệt chữ hoa, chữ thường"
},
"FINDB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to find the specified substring (string-1) within a string (string-2) and is intended for languages the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"FIXED": {
@ -408,7 +408,7 @@
"d": "Trả về số ký tự xác định từ vị trí bắt đầu của xâu văn bản"
},
"LEFTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract the substring from the specified string starting from the left character and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"LEN": {
@ -428,7 +428,7 @@
"d": "Trả về các ký tự ở giữa xâu văn bản, với vị trí bắt đầu và độ dài chỉ định"
},
"MIDB": {
"a": "( string , start-pos , number-chars )",
"a": "( string; start-pos; number-chars )",
"d": "Text and data function used to extract the characters from the specified string starting from any position and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"NUMBERVALUE": {
@ -444,7 +444,7 @@
"d": "Thay thế một phần của xâu văn bản bằng xâu văn bản khác"
},
"REPLACEB": {
"a": "( string-1, start-pos, number-chars, string-2 )",
"a": "( string-1; start-pos; number-chars; string-2 )",
"d": "Text and data function used to replace a set of characters, based on the number of characters and the start position you specify, with a new set of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"REPT": {
@ -456,7 +456,7 @@
"d": "Trả về số ký tự xác định từ vị trí cuối của xâu văn bản"
},
"RIGHTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract a substring from a string starting from the right-most character, based on the specified number of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SEARCH": {
@ -464,7 +464,7 @@
"d": "Trả về số ký tự tại vị trí xuất hiện đầu tiên của ký tự hoặc xâu văn bản cho trước, tính từ trái qua phải (không phân biệt chữ hoa, chữ thường)"
},
"SEARCHB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to return the location of the specified substring in a string and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SUBSTITUTE": {
@ -1384,7 +1384,7 @@
"d": "Làm tròn số lên tới số nguyên gần nhất hoặc lên bội số có nghĩa gần nhất"
},
"CEILING.PRECISE": {
"a": "( x [ , significance ] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance"
},
"COMBIN": {
@ -1428,7 +1428,7 @@
"d": "Chuyển đổi từ radian sang độ"
},
"ECMA.CEILING": {
"a": "( x, significance )",
"a": "( x; significance )",
"d": "Math and trigonometry function used to round the number up to the nearest multiple of significance"
},
"EVEN": {
@ -1452,7 +1452,7 @@
"d": " làm tròn number xuống bội số gần nhất của significance"
},
"FLOOR.PRECISE": {
"a": "( x [, significance] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded down to the nearest integer or to the nearest multiple of significance"
},
"FLOOR.MATH": {
@ -1468,7 +1468,7 @@
"d": "Làm tròn số xuống giá trị nguyên gần nhất"
},
"ISO.CEILING": {
"a": "( number [ , significance ] )",
"a": "( number; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance regardless of the sign of the number. However, if the number or the significance is zero, zero is returned."
},
"LCM": {
@ -1720,7 +1720,7 @@
"d": "Tìm kiếm giá trị trùng khớp trong một dải ô hoặc một mảng và trả về mục tương ứng từ dải ô hoặc mảng thứ hai. Theo mặc định, sẽ sử dụng giá trị khớp hoàn toàn"
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Information function used to return information about the formatting, location, or contents of a cell"
},
"ERROR.TYPE": {

View file

@ -4,7 +4,7 @@
"d": "返回在日期时间代码中代表日期的数字"
},
"DATEDIF": {
"a": "( start-date , end-date , unit )",
"a": "( start-date; end-date; unit )",
"d": "Date and time function used to return the difference between two date values (start date and end date), based on the interval (unit) specified"
},
"DATEVALUE": {
@ -396,7 +396,7 @@
"d": "返回一个字符串在另一个字符串中出现的起始位置(区分大小写)"
},
"FINDB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to find the specified substring (string-1) within a string (string-2) and is intended for languages the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"FIXED": {
@ -408,7 +408,7 @@
"d": "从一个文本字符串的第一个字符开始返回指定个数的字符"
},
"LEFTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract the substring from the specified string starting from the left character and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"LEN": {
@ -428,7 +428,7 @@
"d": "从文本字符串中指定的起始位置起返回指定长度的字符"
},
"MIDB": {
"a": "( string , start-pos , number-chars )",
"a": "( string; start-pos; number-chars )",
"d": "Text and data function used to extract the characters from the specified string starting from any position and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"NUMBERVALUE": {
@ -444,7 +444,7 @@
"d": "将一个字符串中的部分字符用另一个字符串替换"
},
"REPLACEB": {
"a": "( string-1, start-pos, number-chars, string-2 )",
"a": "( string-1; start-pos; number-chars; string-2 )",
"d": "Text and data function used to replace a set of characters, based on the number of characters and the start position you specify, with a new set of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"REPT": {
@ -456,7 +456,7 @@
"d": "从一个文本字符串的最后一个字符开始返回指定个数的字符"
},
"RIGHTB": {
"a": "( string [ , number-chars ] )",
"a": "( string; [number-chars] )",
"d": "Text and data function used to extract a substring from a string starting from the right-most character, based on the specified number of characters and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SEARCH": {
@ -464,7 +464,7 @@
"d": "返回一个指定字符或文本字符串在字符串中第一次出现的位置,从左到右查找(忽略大小写)"
},
"SEARCHB": {
"a": "( string-1 , string-2 [ , start-pos ] )",
"a": "( string-1; string-2; [start-pos] )",
"d": "Text and data function used to return the location of the specified substring in a string and is intended for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc."
},
"SUBSTITUTE": {
@ -1384,7 +1384,7 @@
"d": "将数字向上舍入到最接近的整数或最接近的指定基数的倍数"
},
"CEILING.PRECISE": {
"a": "( x [ , significance ] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance"
},
"COMBIN": {
@ -1428,7 +1428,7 @@
"d": "将弧度转换成角度"
},
"ECMA.CEILING": {
"a": "( x, significance )",
"a": "( x; significance )",
"d": "Math and trigonometry function used to round the number up to the nearest multiple of significance"
},
"EVEN": {
@ -1452,7 +1452,7 @@
"d": "将参数向下舍入为最接近的指定基数的倍数"
},
"FLOOR.PRECISE": {
"a": "( x [, significance] )",
"a": "( x; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded down to the nearest integer or to the nearest multiple of significance"
},
"FLOOR.MATH": {
@ -1468,7 +1468,7 @@
"d": "将数值向下取整为最接近的整数"
},
"ISO.CEILING": {
"a": "( number [ , significance ] )",
"a": "( number; [significance] )",
"d": "Math and trigonometry function used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance regardless of the sign of the number. However, if the number or the significance is zero, zero is returned."
},
"LCM": {
@ -1720,7 +1720,7 @@
"d": "在某个范围或数组中搜索匹配项,并通过第二个范围或数组返回相应的项。默认情况下使用精确匹配"
},
"CELL": {
"a": "(info_type, [reference])",
"a": "(info_type; [reference])",
"d": "Information function used to return information about the formatting, location, or contents of a cell"
},
"ERROR.TYPE": {