Si vous avez l’habitude d’utiliser MS Excel en français, et que vous voulez programmer en VBA, vous allez devoir trouver l’équivalent des fonctions Excel en anglais, car VBA ne reconnaît que l’anglais, et que ces fonctions utilisables avec la propriété WorksheetFunction de l’objet Application, sont bien pratiques et souvent plus rapides (voir les meilleures pratiques du développement VBA) qu’une fonction que vous allez développer vous-mêmes…
Pour vous faciliter la tâche, voici la liste. Certaines sont identiques, bien sûr, mais la grande majorité (environ 80%) porte un nom différent.
Catégorie | Français | Anglais |
---|---|---|
Fonctions math et trigonométrie | ABS | ABS |
Fonctions math et trigonométrie | ACOS | ACOS |
Fonctions math et trigonométrie | ACOSH | ACOSH |
Fonctions math et trigonométrie | ACOT | ACOT |
Fonctions math et trigonométrie | ACOTH | ACOTH |
Fonctions recherche et référence | ADRESSE | ADDRESS |
Fonctions math et trigonométrie | AGREGAT | AGGREGATE |
Fonctions math et trigonométrie | ALEA | RAND |
Fonctions math et trigonométrie | ALEA.ENTRE.BORNES | RANDBETWEEN |
Fonctions financières | AMORDEGRC | AMORDEGRC |
Fonctions financières | AMORLIN | SLN |
Fonctions financières | AMORLINC | AMORLINC |
Fonctions date et heure | ANNEE | YEAR |
Fonctions math et trigonométrie | ARRONDI | ROUND |
Fonctions math et trigonométrie | ARRONDI.AU.MULTIPLE | MROUND |
Fonctions math et trigonométrie | ARRONDI.INF | ROUNDDOWN |
Fonctions math et trigonométrie | ARRONDI.SUP | ROUNDUP |
Fonctions math et trigonométrie | ASIN | ASIN |
Fonctions math et trigonométrie | ASINH | ASINH |
Fonctions math et trigonométrie | ATAN | ATAN |
Fonctions math et trigonométrie | ATAN2 | ATAN2 |
Fonctions math et trigonométrie | ATANH | ATANH |
Fonctions date et heure | AUJOURDHUI | TODAY |
Fonctions statistiques | AVERAGEA | AVERAGEA |
Fonctions texte | BAHTTEXT | BAHTTEXT |
Fonctions math et trigonométrie | BASE | BASE |
Fonctions de base de données | BDECARTYPE | DSTDEV |
Fonctions de base de données | BDECARTYPEP | DSTDEVP |
Fonctions de base de données | BDLIRE | DGET |
Fonctions de base de données | BDMAX | DMAX |
Fonctions de base de données | BDMIN | DMIN |
Fonctions de base de données | BDMOYENNE | DAVERAGE |
Fonctions de base de données | BDNB | DCOUNT |
Fonctions de base de données | BDNBVAL | DCOUNTA |
Fonctions de base de données | BDPRODUIT | DPRODUCT |
Fonctions de base de données | BDSOMME | DSUM |
Fonctions de base de données | BDVAR | DVAR |
Fonctions de base de données | BDVARP | DVARP |
Fonctions d'ingénierie | BESSELI | BESSELI |
Fonctions d'ingénierie | BESSELJ | BESSELJ |
Fonctions d'ingénierie | BESSELK | BESSELK |
Fonctions d'ingénierie | BESSELY | BESSELY |
Fonctions de comptabilité | BETA.INVERSE | BETAINV |
Fonctions statistiques | BETA.INVERSE.N | BETA.INV |
Fonctions d'ingénierie | BINDEC | BIN2DEC |
Fonctions d'ingénierie | BINHEX | BIN2HEX |
Fonctions d'ingénierie | BINOCT | BIN2OCT |
Fonctions d'ingénierie | BITDECALD | BITRSHIFT |
Fonctions d'ingénierie | BITDECALG | BITLSHIFT |
Fonctions d'ingénierie | BITET | BITAND |
Fonctions d'ingénierie | BITOU | BITOR |
Fonctions d'ingénierie | BITOUEXCLUSIF | BITXOR |
Fonctions texte | CAR | CHAR |
Fonctions d'informations | CELLULE | CELL |
Fonctions de comptabilité | CENTILE | PERCENTILE |
Fonctions statistiques | CENTILE.EXCLURE | PERCENTILE.EXC |
Fonctions statistiques | CENTILE.INCLURE | PERCENTILE.INC |
Fonctions statistiques | CENTREE.REDUITE | STANDARDIZE |
Fonctions texte | CHERCHE | SEARCH |
Fonctions math et trigonométrie | CHIFFRE.ARABE | ARABIC |
Fonctions statistiques | CHISQ.TEST | CHISQ.TEST |
Fonctions recherche et référence | CHOISIR | CHOOSE |
Fonctions texte | CNUM | VALUE |
Fonctions texte | CODE | CODE |
Fonctions statistiques | COEFFICIENT.ASYMETRIE | SKEW |
Fonctions statistiques | COEFFICIENT.ASYMETRIE.P | SKEW.P |
Fonctions statistiques | COEFFICIENT.CORRELATION | CORREL |
Fonctions statistiques | COEFFICIENT.DETERMINATION | RSQ |
Fonctions recherche et référence | COLONNE | COLUMN |
Fonctions recherche et référence | COLONNES | COLUMNS |
Fonctions math et trigonométrie | COMBIN | COMBIN |
Fonctions math et trigonométrie | COMBINA | COMBINA |
Fonctions d'ingénierie | COMPLEXE | COMPLEX |
Fonctions d'ingénierie | COMPLEXE.ARGUMENT | IMARGUMENT |
Fonctions d'ingénierie | COMPLEXE.CONJUGUE | IMCONJUGATE |
Fonctions d'ingénierie | COMPLEXE.COS | IMCOS |
Fonctions d'ingénierie | COMPLEXE.COSH | IMCOSH |
Fonctions d'ingénierie | COMPLEXE.COT | IMCOT |
Fonctions d'ingénierie | COMPLEXE.CSC | IMCSC |
Fonctions d'ingénierie | COMPLEXE.CSCH | IMCSCH |
Fonctions d'ingénierie | COMPLEXE.DIFFERENCE | IMSUB |
Fonctions d'ingénierie | COMPLEXE.DIV | IMDIV |
Fonctions d'ingénierie | COMPLEXE.EXP | IMEXP |
Fonctions d'ingénierie | COMPLEXE.IMAGINAIRE | IMAGINARY |
Fonctions d'ingénierie | COMPLEXE.LN | IMLN |
Fonctions d'ingénierie | COMPLEXE.LOG10 | IMLOG10 |
Fonctions d'ingénierie | COMPLEXE.LOG2 | IMLOG2 |
Fonctions d'ingénierie | COMPLEXE.MODULE | IMABS |
Fonctions d'ingénierie | COMPLEXE.PRODUIT | IMPRODUCT |
Fonctions d'ingénierie | COMPLEXE.PUISSANCE | IMPOWER |
Fonctions d'ingénierie | COMPLEXE.RACINE | IMSQRT |
Fonctions d'ingénierie | COMPLEXE.REEL | IMREAL |
Fonctions d'ingénierie | COMPLEXE.SEC | IMSEC |
Fonctions d'ingénierie | COMPLEXE.SECH | IMSECH |
Fonctions d'ingénierie | COMPLEXE.SIN | IMSIN |
Fonctions d'ingénierie | COMPLEXE.SINH | IMSINH |
Fonctions d'ingénierie | COMPLEXE.SOMME | IMSUM |
Fonctions d'ingénierie | COMPLEXE.TAN | IMTAN |
Fonctions texte | CONCATENER | CONCATENATE |
Fonctions d'ingénierie | CONVERT | CONVERT |
Fonctions math et trigonométrie | COS | COS |
Fonctions math et trigonométrie | COSH | COSH |
Fonctions math et trigonométrie | COT | COT |
Fonctions math et trigonométrie | COTH | COTH |
Fonctions de comptabilité | COVARIANCE | COVAR |
Fonctions statistiques | COVARIANCE.PEARSON | COVARIANCE.P |
Fonctions statistiques | COVARIANCE.STANDARD | COVARIANCE.S |
Fonctions de comptabilité | CRITERE.LOI.BINOMIALE | CRITBINOM |
Fonctions statistiques | CROISSANCE | GROWTH |
Fonctions math et trigonométrie | CSC | CSC |
Fonctions math et trigonométrie | CSCH | CSCH |
Fonctions texte | CTXT | FIXED |
Fonctions financières | CUMUL.INTER | CUMIPMT |
Fonctions financières | CUMUL.PRINCPER | CUMPRINC |
Fonctions date et heure | DATE | DATE |
Fonctions financières | DATE.COUPON.PREC | COUPPCD |
Fonctions financières | DATE.COUPON.SUIV | COUPNCD |
Fonctions date et heure | DATEDIF | DATEDIF |
Fonctions date et heure | DATEVAL | DATEVALUE |
Fonctions financières | DB | DB |
Fonctions financières | DDB | DDB |
Fonctions recherche et référence | DECALER | OFFSET |
Fonctions d'ingénierie | DECBIN | DEC2BIN |
Fonctions d'ingénierie | DECHEX | DEC2HEX |
Fonctions math et trigonométrie | DECIMAL | DECIMAL |
Fonctions d'ingénierie | DECOCT | DEC2OCT |
Fonctions math et trigonométrie | DEGRES | DEGREES |
Fonctions d'ingénierie | DELTA | DELTA |
Fonctions math et trigonométrie | DETERMAT | MDETERM |
Fonctions texte | DROITE | RIGHT |
Fonctions statistiques | DROITEREG | LINEST |
Fonctions financières | DUREE | DURATION |
Fonctions financières | DUREE.MODIFIEE | MDURATION |
Fonctions statistiques | ECART.MOYEN | AVEDEV |
Fonctions de comptabilité | ECARTYPE | STDEV |
Fonctions statistiques | ECARTYPE.PEARSON | STDEV.P |
Fonctions statistiques | ECARTYPE.STANDARD | STDEV.S |
Fonctions de comptabilité | ECARTYPEP | STDEVP |
Fonctions math et trigonométrie | ENT | INT |
Fonctions texte | EPURAGE | CLEAN |
Fonctions statistiques | EQUATION.RANG | RANK.EQ |
Fonctions recherche et référence | EQUIV | MATCH |
Fonctions d'ingénierie | ERF | ERF |
Fonctions d'ingénierie | ERF.PRECIS | ERF.PRECISE |
Fonctions d'ingénierie | ERFC | ERFC |
Fonctions d'ingénierie | ERFC.PRECIS | ERFC.PRECISE |
Fonctions statistiques | ERREUR.TYPE.XY | STEYX |
Fonctions d'informations | EST.IMPAIR | ISODD |
Fonctions d'informations | EST.PAIR | ISEVEN |
Fonctions d'informations | ESTERR | ISERR |
Fonctions d'informations | ESTERREUR | ISERROR |
Fonctions d'informations | ESTFORMULE | ISFORMULA |
Fonctions d'informations | ESTLOGIQUE | ISLOGICAL |
Fonctions d'informations | ESTNA | ISNA |
Fonctions d'informations | ESTNONTEXTE | ISNONTEXT |
Fonctions d'informations | ESTNUM | ISNUMBER |
Fonctions d'informations | ESTREF | ISREF |
Fonctions d'informations | ESTTEXTE | ISTEXT |
Fonctions d'informations | ESTVIDE | ISBLANK |
Fonctions logiques | ET | AND |
Fonctions texte | EXACT | EXACT |
Fonctions math et trigonométrie | EXP | EXP |
Fonctions statistiques | F.TEST | F.TEST |
Fonctions math et trigonométrie | FACT | FACT |
Fonctions math et trigonométrie | FACTDOUBLE | FACTDOUBLE |
Fonctions d'informations | FEUILLE | SHEET |
Fonctions d'informations | FEUILLES | SHEETS |
Fonctions web | FILTRE.XML | FILTERXML |
Fonctions date et heure | FIN.MOIS | EOMONTH |
Fonctions statistiques | FISHER | FISHER |
Fonctions statistiques | FISHER.INVERSE | FISHERINV |
Fonctions recherche et référence | FORMULETEXTE | FORMULATEXT |
Fonctions date et heure | FRACTION.ANNEE | YEARFRAC |
Fonctions texte | FRANC | DOLLAR |
Fonctions statistiques | FREQUENCE | FREQUENCY |
Fonctions statistiques | GAMMA | GAMMA |
Fonctions texte | GAUCHE | LEFT |
Fonctions statistiques | GAUSS | GAUSS |
Fonctions statistiques | GRANDE.VALEUR | LARGE |
Fonctions date et heure | HEURE | HOUR |
Fonctions d'ingénierie | HEXBIN | HEX2BIN |
Fonctions d'ingénierie | HEXDEC | HEX2DEC |
Fonctions d'ingénierie | HEXOCT | HEX2OCT |
Fonctions math et trigonométrie | IMPAIR | ODD |
Fonctions recherche et référence | INDEX | INDEX |
Fonctions recherche et référence | INDIRECT | INDIRECT |
Fonctions d'informations | INFORMATIONS | INFO |
Fonctions financières | INTERET.ACC | ACCRINT |
Fonctions financières | INTERET.ACC.MAT | ACCRINTM |
Fonctions de comptabilité | INTERVALLE.CONFIANCE | CONFIDENCE |
Fonctions statistiques | INTERVALLE.CONFIANCE.NORMAL | CONFIDENCE.NORM |
Fonctions statistiques | INTERVALLE.CONFIANCE.STUDENT | CONFIDENCE.T |
Fonctions financières | INTPER | IPMT |
Fonctions statistiques | INVERSE.LOI.F | FINV |
Fonctions statistiques | INVERSE.LOI.F.DROITE | F.INV.RT |
Fonctions statistiques | INVERSE.LOI.F.N | F.INV |
Fonctions math et trigonométrie | INVERSEMAT | MINVERSE |
Fonctions financières | ISPMT | ISPMT |
Fonctions cube | JEUCUBE | CUBESET |
Fonctions date et heure | JOUR | DAY |
Fonctions date et heure | JOURS | DAYS |
Fonctions date et heure | JOURS360 | DAYS360 |
Fonctions date et heure | JOURSEM | WEEKDAY |
Fonctions de comptabilité | KHIDEUX.INVERSE | CHIINV |
Fonctions statistiques | KURTOSIS | KURT |
Fonctions recherche et référence | LIEN_HYPERTEXTE | HYPERLINK |
Fonctions recherche et référence | LIGNE | ROW |
Fonctions recherche et référence | LIGNES | ROWS |
Fonctions recherche et référence | LIREDONNEESTABCROISDYNAMIQUE | GETPIVOTDATA |
Fonctions math et trigonométrie | LN | LN |
Fonctions statistiques | LNGAMMA | GAMMALN |
Fonctions statistiques | LNGAMMA.PRECIS | GAMMALN.PRECISE |
Fonctions math et trigonométrie | LOG | LOG |
Fonctions math et trigonométrie | LOG10 | LOG10 |
Fonctions statistiques | LOGREG | LOGEST |
Fonctions de comptabilité | LOI.BETA | BETADIST |
Fonctions statistiques | LOI.BETA.N | BETA.DIST |
Fonctions de comptabilité | LOI.BINOMIALE | BINOMDIST |
Fonctions statistiques | LOI.BINOMIALE.INVERSE | BINOM.INV |
Fonctions statistiques | LOI.BINOMIALE.N | BINOM.DIST |
Fonctions de comptabilité | LOI.BINOMIALE.NEG | NEGBINOMDIST |
Fonctions statistiques | LOI.BINOMIALE.NEG.N | NEGBINOM.DIST |
Fonctions statistiques | LOI.BINOMIALE.SERIE | BINOM.DIST.RANGE |
Fonctions de comptabilité | LOI.EXPONENTIELLE | EXPONDIST |
Fonctions statistiques | LOI.EXPONENTIELLE.N | EXPON.DIST |
Fonctions de comptabilité | LOI.F | FDIST |
Fonctions statistiques | LOI.F.DROITE | F.DIST.RT |
Fonctions statistiques | LOI.F.N | F.DIST |
Fonctions de comptabilité | LOI.GAMMA | GAMMADIST |
Fonctions de comptabilité | LOI.GAMMA.INVERSE | GAMMAINV |
Fonctions statistiques | LOI.GAMMA.INVERSE.N | GAMMA.INV |
Fonctions statistiques | LOI.GAMMA.N | GAMMA.DIST |
Fonctions de comptabilité | LOI.HYPERGEOMETRIQUE | HYPGEOMDIST |
Fonctions statistiques | LOI.HYPERGEOMETRIQUE.N | HYPGEOM.DIST |
Fonctions de comptabilité | LOI.KHIDEUX | CHIDIST |
Fonctions statistiques | LOI.KHIDEUX.DROITE | CHISQ.DIST.RT |
Fonctions statistiques | LOI.KHIDEUX.INVERSE | CHISQ.INV |
Fonctions statistiques | LOI.KHIDEUX.INVERSE.DROITE | CHISQ.INV.RT |
Fonctions statistiques | LOI.KHIDEUX.N | CHISQ.DIST |
Fonctions de comptabilité | LOI.LOGNORMALE | LOGNORMDIST |
Fonctions de comptabilité | LOI.LOGNORMALE.INVERSE | LOGINV |
Fonctions statistiques | LOI.LOGNORMALE.INVERSE.N | LOGNORM.INV |
Fonctions statistiques | LOI.LOGNORMALE.N | LOGNORM.DIST |
Fonctions de comptabilité | LOI.NORMALE | NORMDIST |
Fonctions de comptabilité | LOI.NORMALE.INVERSE | NORMINV |
Fonctions statistiques | LOI.NORMALE.INVERSE.N | NORM.INV |
Fonctions statistiques | LOI.NORMALE.N | NORM.DIST |
Fonctions de comptabilité | LOI.NORMALE.STANDARD | NORMSDIST |
Fonctions de comptabilité | LOI.NORMALE.STANDARD.INVERSE | NORMSINV |
Fonctions statistiques | LOI.NORMALE.STANDARD.INVERSE.N | NORM.S.INV |
Fonctions statistiques | LOI.NORMALE.STANDARD.N | NORM.S.DIST |
Fonctions de comptabilité | LOI.POISSON | POISSON |
Fonctions statistiques | LOI.POISSON.N | POISSON.DIST |
Fonctions de comptabilité | LOI.STUDENT | TDIST |
Fonctions statistiques | LOI.STUDENT.BILATERALE | T.DIST.2T |
Fonctions statistiques | LOI.STUDENT.DROITE | T.DIST.RT |
Fonctions de comptabilité | LOI.STUDENT.INVERSE | TINV |
Fonctions statistiques | LOI.STUDENT.INVERSE.BILATERALE | T.INV.2T |
Fonctions statistiques | LOI.STUDENT.INVERSE.N | T.INV |
Fonctions statistiques | LOI.STUDENT.N | T.DIST |
Fonctions de comptabilité | LOI.WEIBULL | WEIBULL |
Fonctions statistiques | LOI.WEIBULL.N | WEIBULL.DIST |
Fonctions date et heure | MAINTENANT | NOW |
Fonctions texte | MAJUSCULE | UPPER |
Fonctions math et trigonométrie | MATRICE.UNITAIRE | MUNIT |
Fonctions statistiques | MAX | MAX |
Fonctions statistiques | MAXA | MAXA |
Fonctions statistiques | MEDIANE | MEDIAN |
Fonctions cube | MEMBRECUBE | CUBEMEMBER |
Fonctions cube | MEMBREKPICUBE | CUBEKPIMEMBER |
Fonctions statistiques | MIN | MIN |
Fonctions statistiques | MINA | MINA |
Fonctions texte | MINUSCULE | LOWER |
Fonctions date et heure | MINUTE | MINUTE |
Fonctions math et trigonométrie | MOD | MOD |
Fonctions de comptabilité | MODE | MODE |
Fonctions statistiques | MODE.MULTIPLE | MODE.MULT |
Fonctions statistiques | MODE.SIMPLE | MODE.SNGL |
Fonctions date et heure | MOIS | MONTH |
Fonctions date et heure | MOIS.DECALER | EDATE |
Fonctions statistiques | MOYENNE | AVERAGE |
Fonctions statistiques | MOYENNE.GEOMETRIQUE | GEOMEAN |
Fonctions statistiques | MOYENNE.HARMONIQUE | HARMEAN |
Fonctions statistiques | MOYENNE.RANG | RANK.AVG |
Fonctions statistiques | MOYENNE.REDUITE | TRIMMEAN |
Fonctions statistiques | MOYENNE.SI | AVERAGEIF |
Fonctions statistiques | MOYENNE.SI.ENS | AVERAGEIFS |
Fonctions math et trigonométrie | MULTINOMIALE | MULTINOMIAL |
Fonctions d'informations | N | N |
Fonctions d'informations | NA | NA |
Fonctions statistiques | NB | COUNT |
Fonctions financières | NB.COUPONS | COUPNUM |
Fonctions financières | NB.JOURS.COUPON.PREC | COUPDAYBS |
Fonctions financières | NB.JOURS.COUPON.SUIV | COUPDAYSNC |
Fonctions financières | NB.JOURS.COUPONS | COUPDAYS |
Fonctions date et heure | NB.JOURS.OUVRES | NETWORKDAYS |
Fonctions date et heure | NB.JOURS.OUVRES.INTL | NETWORKDAYS.INTL |
Fonctions statistiques | NB.SI | COUNTIF |
Fonctions statistiques | NB.SI.ENS | COUNTIFS |
Fonctions statistiques | NB.VIDE | COUNTBLANK |
Fonctions texte | NBCAR | LEN |
Fonctions cube | NBJEUCUBE | CUBESETCOUNT |
Fonctions statistiques | NBVAL | COUNTA |
Fonctions date et heure | NO.SEMAINE | WEEKNUM |
Fonctions date et heure | NO.SEMAINE.ISO | ISOWEEKNUM |
Fonctions texte | NOMPROPRE | PROPER |
Fonctions logiques | NON | NOT |
Fonctions financières | NPM | NPER |
Fonctions d'ingénierie | OCTBIN | OCT2BIN |
Fonctions d'ingénierie | OCTDEC | OCT2DEC |
Fonctions d'ingénierie | OCTHEX | OCT2HEX |
Fonctions statistiques | ORDONNEE.ORIGINE | INTERCEPT |
Fonctions logiques | OU | OR |
Fonctions logiques | OUX | XOR |
Fonctions math et trigonométrie | PAIR | EVEN |
Fonctions financières | PDUREE | PDURATION |
Fonctions statistiques | PEARSON | PEARSON |
Fonctions statistiques | PENTE | SLOPE |
Fonctions statistiques | PERMUTATION | PERMUT |
Fonctions statistiques | PERMUTATIONA | PERMUTATIONA |
Fonctions statistiques | PETITE.VALEUR | SMALL |
Fonctions math et trigonométrie | PGCD | GCD |
Fonctions statistiques | PHI | PHI |
Fonctions math et trigonométrie | PI | PI |
Fonctions math et trigonométrie | PLAFOND | CEILING |
Fonctions math et trigonométrie | PLAFOND.MATH | CEILING.MATH |
Fonctions math et trigonométrie | PLAFOND.PRECIS | CEILING.PRECISE |
Fonctions math et trigonométrie | PLANCHER | FLOOR |
Fonctions math et trigonométrie | PLANCHER.MATH | FLOOR.MATH |
Fonctions math et trigonométrie | PLANCHER.PRECIS | FLOOR.PRECISE |
Fonctions math et trigonométrie | PPCM | LCM |
Fonctions statistiques | PREVISION | FORECAST |
Fonctions financières | PRINCPER | PPMT |
Fonctions financières | PRIX.BON.TRESOR | TBILLPRICE |
Fonctions financières | PRIX.DCOUPON.IRREG | ODDLPRICE |
Fonctions financières | PRIX.DEC | DOLLARDE |
Fonctions financières | PRIX.FRAC | DOLLARFR |
Fonctions financières | PRIX.PCOUPON.IRREG | ODDFPRICE |
Fonctions financières | PRIX.TITRE | PRICE |
Fonctions financières | PRIX.TITRE.ECHEANCE | PRICEMAT |
Fonctions statistiques | PROBABILITE | PROB |
Fonctions math et trigonométrie | PRODUIT | PRODUCT |
Fonctions math et trigonométrie | PRODUITMAT | MMULT |
Fonctions cube | PROPRIETEMEMBRECUBE | CUBEMEMBERPROPERTY |
Fonctions math et trigonométrie | PUISSANCE | POWER |
Fonctions de comptabilité | QUARTILE | QUARTILE |
Fonctions statistiques | QUARTILE.EXCLURE | QUARTILE.EXC |
Fonctions statistiques | QUARTILE.INCLURE | QUARTILE.INC |
Fonctions math et trigonométrie | QUOTIENT | QUOTIENT |
Fonctions math et trigonométrie | RACINE | SQRT |
Fonctions math et trigonométrie | RACINE.PI | SQRTPI |
Fonctions math et trigonométrie | RADIANS | RADIANS |
Fonctions de comptabilité | RANG | RANK |
Fonctions de comptabilité | RANG.POURCENTAGE | PERCENTRANK |
Fonctions statistiques | RANG.POURCENTAGE.EXCLURE | PERCENTRANK.EXC |
Fonctions statistiques | RANG.POURCENTAGE.INCLURE | PERCENTRANK.INC |
Fonctions cube | RANGMEMBRECUBE | CUBERANKEDMEMBER |
Fonctions recherche et référence | RECHERCHE | LOOKUP |
Fonctions recherche et référence | RECHERCHEH | HLOOKUP |
Fonctions recherche et référence | RECHERCHEV | VLOOKUP |
Fonctions texte | REMPLACER | REPLACE |
Fonctions financières | REND.DCOUPON.IRREG | ODDLYIELD |
Fonctions financières | REND.PCOUPON.IRREG | ODDFYIELD |
Fonctions financières | RENDEMENT.BON.TRESOR | TBILLYIELD |
Fonctions financières | RENDEMENT.SIMPLE | YIELDDISC |
Fonctions financières | RENDEMENT.TITRE | YIELD |
Fonctions financières | RENDEMENT.TITRE.ECHEANCE | YIELDMAT |
Fonctions texte | REPT | REPT |
Fonctions math et trigonométrie | ROMAIN | ROMAN |
Fonctions recherche et référence | RTD | RTD |
Fonctions math et trigonométrie | SEC | SEC |
Fonctions math et trigonométrie | SECH | SECH |
Fonctions date et heure | SECONDE | SECOND |
Fonctions date et heure | SERIE.JOUR.OUVRE | WORKDAY |
Fonctions date et heure | SERIE.JOUR.OUVRE.INTL | WORKDAY.INTL |
Fonctions web | SERVICEWEB | WEBSERVICE |
Fonctions logiques | SI | IF |
Fonctions logiques | SI.NON.DISP | IFNA |
Fonctions logiques | SIERREUR | IFERROR |
Fonctions math et trigonométrie | SIGNE | SIGN |
Fonctions math et trigonométrie | SIN | SIN |
Fonctions math et trigonométrie | SINH | SINH |
Fonctions math et trigonométrie | SOMME | SUM |
Fonctions math et trigonométrie | SOMME.CARRES | SUMSQ |
Fonctions statistiques | SOMME.CARRES.ECARTS | DEVSQ |
Fonctions math et trigonométrie | SOMME.SERIES | SERIESSUM |
Fonctions math et trigonométrie | SOMME.SI | SUMIF |
Fonctions math et trigonométrie | SOMME.SI.ENS | SUMIFS |
Fonctions math et trigonométrie | SOMME.X2MY2 | SUMX2MY2 |
Fonctions math et trigonométrie | SOMME.X2PY2 | SUMX2PY2 |
Fonctions math et trigonométrie | SOMME.XMY2 | SUMXMY2 |
Fonctions math et trigonométrie | SOMMEPROD | SUMPRODUCT |
Fonctions math et trigonométrie | SOUS.TOTAL | SUBTOTAL |
Fonctions statistiques | STDEVA | STDEVA |
Fonctions statistiques | STDEVPA | STDEVPA |
Fonctions texte | STXT | MID |
Fonctions texte | SUBSTITUE | SUBSTITUTE |
Fonctions d'ingénierie | SUP.SEUIL | GESTEP |
Fonctions texte | SUPPRESPACE | TRIM |
Fonctions financières | SYD | SYD |
Fonctions texte | T | T |
Fonctions statistiques | T.TEST | T.TEST |
Fonctions math et trigonométrie | TAN | TAN |
Fonctions math et trigonométrie | TANH | TANH |
Fonctions financières | TAUX | RATE |
Fonctions financières | TAUX.EFFECTIF | EFFECT |
Fonctions financières | TAUX.ESCOMPTE | DISC |
Fonctions financières | TAUX.ESCOMPTE.R | TBILLEQ |
Fonctions financières | TAUX.INT.EQUIV | RRI |
Fonctions financières | TAUX.INTERET | INTRATE |
Fonctions financières | TAUX.NOMINAL | NOMINAL |
Fonctions date et heure | TEMPS | TIME |
Fonctions date et heure | TEMPSVAL | TIMEVALUE |
Fonctions statistiques | TENDANCE | TREND |
Fonctions de comptabilité | TEST.F | FTEST |
Fonctions de comptabilité | TEST.KHIDEUX | CHITEST |
Fonctions de comptabilité | TEST.STUDENT | TTEST |
Fonctions de comptabilité | TEST.Z | ZTEST |
Fonctions texte | TEXTE | TEXT |
Fonctions recherche et référence | TRANSPOSE | TRANSPOSE |
Fonctions financières | TRI | IRR |
Fonctions financières | TRI.PAIEMENTS | XIRR |
Fonctions financières | TRIM | MIRR |
Fonctions math et trigonométrie | TRONQUE | TRUNC |
Fonctions texte | TROUVE | FIND |
Fonctions d'informations | TYPE | TYPE |
Fonctions d'informations | TYPE.ERREUR | ERROR.TYPE |
Fonctions texte | UNICAR | UNICHAR |
Fonctions texte | UNICODE | UNICODE |
Fonctions web | URLENCODAGE | ENCODEURL |
Fonctions financières | VA | PV |
Fonctions financières | VALEUR.ENCAISSEMENT | PRICEDISC |
Fonctions financières | VALEUR.NOMINALE | RECEIVED |
Fonctions cube | VALEURCUBE | CUBEVALUE |
Fonctions texte | VALEURNOMBRE | NUMBERVALUE |
Fonctions financières | VAN | NPV |
Fonctions financières | VAN.PAIEMENTS | XNPV |
Fonctions de comptabilité | VAR | VAR |
Fonctions de comptabilité | VAR.P | VARP |
Fonctions statistiques | VAR.P.N | VAR.P |
Fonctions statistiques | VAR.S | VAR.S |
Fonctions statistiques | VARA | VARA |
Fonctions statistiques | VARPA | VARPA |
Fonctions financières | VC | FV |
Fonctions financières | VC.PAIEMENTS | FVSCHEDULE |
Fonctions financières | VDB | VDB |
Fonctions financières | VPM | PMT |
Fonctions statistiques | Z.TEST | Z.TEST |
Fonctions recherche et référence | ZONES | AREAS |