Functions in English | Functions in French | Description of Function |
---|
CELL | CELLULE | Returns information about the formatting, location, or contents of a cell. |
ERROR.TYPE | TYPE.ERREUR | Returns a number corresponding to an error type. |
INFO | INFORMATIONS | Returns information about the current operating environment. |
ISBLANK | ESTVIDE | Returns TRUE if the value is blank. |
ISERR | ESTERR | Returns TRUE if the value is any error value except #N/A. |
ISERROR | ESTERREUR | Returns TRUE if the value is any error value. |
ISEVEN | EST.PAIR | Returns TRUE if the number is even. |
ISFORMULA | ESTFORMULE | Returns TRUE if there is a reference to a cell that contains a formula (2013). |
ISLOGICAL | ESTLOGIQUE | Returns TRUE if the value is a logical value. |
ISNA | ESTNA | Returns TRUE if the value is the #N/A error value. |
ISNONTEXT | ESTNONTEXTE | Returns TRUE if the value is not text. |
ISNUMBER | ESTNUM | Returns TRUE if the value is a number. |
ISODD | EST.IMPAIR | Returns TRUE if the number is odd. |
ISREF | ESTREF | Returns TRUE if the value is a reference. |
ISTEXT | ESTTEXTE | Returns TRUE if the value is text. |
N | N | Returns a value converted to a number. |
NA | NA | Returns the error value #N/A. |
SHEET | FEUILLE | Returns the sheet number of the referenced sheet (2013). |
SHEETS | FEUILLES | Returns the number of sheets in a reference (2013). |
TYPE | TYPE | Returns a number indicating the data type of a value. |