Functions in English | Functions in French | Description of Function |
---|
ADDRESS | ADRESSE | Returns a reference as text to a single cell in a worksheet. |
AREAS | ZONES | Returns the number of areas in a reference. |
CHOOSE | CHOISIR | Chooses a value from a list of values. |
COLUMN | COLONNE | Returns the column number of a reference. |
COLUMNS | COLONNES | Returns the number of columns in a reference. |
FIELDVALUE | VALEURCHAMP | Retrieve field data from linked data types like the Stocks or Geography data types (365). |
FILTER | FILTRE | Filters a range of data based on criteria (365). |
FORMULATEXT | FORMULETEXTE | Returns the formula at the given reference as text (2013). |
GETPIVOTDATA | LIREDONNEESTABCROISDYNAMIQUE | Returns data stored in a PivotTable report. |
HLOOKUP | RECHERCHEH | Looks in the top row of an array and returns the value of the indicated cell. |
Functions in English | Functions in French | Description of Function |
---|
HYPERLINK | LIEN_HYPERTEXTE | Creates a shortcut or jump that opens a document stored on a network server, an intranet, or the Internet. |
INDEX | INDEX | Uses an index to choose a value from a reference or array. |
INDIRECT | INDIRECT | Returns a reference indicated by a text value. |
LOOKUP | RECHERCHE | Looks up values in a vector or array. |
MATCH | EQUIV | Looks up values in a reference or array. |
OFFSET | DECALER | Returns a reference offset from a given reference. |
ROW | LIGNE | Returns the row number of a reference. |
ROWS | LIGNES | Returns the number of rows in a reference. |
RTD | RTD | Retrieves real-time data from a program that supports COM automation (Automation: A way to work with an application's objects from another application or development tool. Formerly called OLE Automation, Automation is an industry standard and a feature of the Component Object Model (COM).). |
SORT | TRIER | Sorts the contents of a range or array (365). |
SORTBY | TRIERPAR | Sorts the contents of a range or array based on the values in a corresponding range or array (365). |
TRANSPOSE | TRANSPOSE | Returns the transpose of an array. |
VLOOKUP | RECHERCHEV | Looks in the first column of an array and moves across the row to return the value of a cell. |
UNIQUE | UNIQUE | Returns a list of unique values in a list or range (365). |
XLOOKUP | RECHERCHEX | Searches a range or an array, and then returns the item corresponding to the first match it finds (365). |
XMATCH | EQUIVX | Searches for a specified item in an array or range of cells, and then returns the item's relative position (365). |