2016-03-11 00:48:53 +00:00
<!DOCTYPE html>
< html >
< head >
< title > Insérer une fonction< / title >
< meta charset = "utf-8" / >
2018-03-20 09:08:38 +00:00
< meta name = "description" content = "Insert function to perform basic calculations" / >
2016-03-11 00:48:53 +00:00
< link type = "text/css" rel = "stylesheet" href = "../editor.css" / >
< script type = "text/javascript" src = "../callback.js" > < / script >
2018-03-20 09:08:38 +00:00
< script type = "text/javascript" src = "../search/js/page-search.js" > < / script >
2016-03-11 00:48:53 +00:00
< / head >
< body >
< div class = "mainpart" >
2018-03-20 09:08:38 +00:00
< div class = "search-field" >
< input id = "search" class = "searchBar" placeholder = "Recherche" type = "text" onkeypress = "doSearch(event)" >
< / div >
2016-03-11 00:48:53 +00:00
< h1 > Insérer une fonction< / h1 >
2018-03-20 09:08:38 +00:00
< p > La possibilité d'accomplir les opérations de calcul de base est la raison principale d'utiliser un classeur. Certaines d'entre elles sont exécutées automatiquement lorsque vous sélectionnez une plage de cellules dans votre feuille de calcul :< / p >
< ul >
2018-05-24 12:50:28 +00:00
< li > < b > MOYENNE< / b > est utilisée pour analyser la plage de données et trouver la valeur moyenne.< / li >
2018-06-08 11:36:21 +00:00
< li > < b > NB< / b > est utilisée pour compter le nombre de cellules sélectionnées qui contiennent des nombres en ignorant les cellules vides.< / li >
2018-05-24 12:50:28 +00:00
< li > < b > SOMME< / b > est utilisée pour ajouter tous les nombres dans la plage sélectionnée en ignorant les cellules vides ou celles contenant du texte.< / li >
2018-03-20 09:08:38 +00:00
< / ul >
< p > Les résultats de ces calculs sont affichés dans le coin inférieur droit de la barre d'état.< / p >
< p > < img alt = "Calculs de base" src = "../images/basiccalculations.png" / > < / p >
< p > Pour le faire, vous pouvez insérer une formule nécessaire à la main en utilisant des opérateurs mathématiques appropriés ou insérer une formule prédéfinie - < b > Fonction< / b > .< / p >
< p id = "insertfunction" > Pour insérer une fonction,< / p >
2016-03-11 00:48:53 +00:00
< ol >
< li > sélectionnez une cellule dans laquelle vous voulez afficher le résultat de la fonction,< / li >
2018-05-24 12:50:28 +00:00
< li > cliquez sur l'icône < b > Insérer une fonction< / b > < img alt = "Icône Insérer une fonction" src = "../images/insertfunction.png" / > située dans l'onglet < b > Accueil< / b > de la barre d'outils supérieure, et sélectionnez une des fonctions d'usage courant (SOMME, MIN, MAX, NB) ou cliquez sur l'option < b > Plus< / b > , < br / > ou faites un clic droit sur la cellule sélectionnée et sélectionnez l'option depuis le menu, < br / > ou cliquez sur l'icône < img alt = "Icône Fonction" src = "../images/function.png" / > qui se trouve devant la barre de formule,< / li >
2018-03-20 09:08:38 +00:00
< li > Dans la fenêtre < b > Insérer une fonction< / b > qui s'ouvre, sélectionnez le groupe de fonctions souhaité, puis choisissez la fonction dont vous avez besoin dans la liste et cliquez sur < b > OK< / b > .< / li >
< li > entrez les arguments de la fonction manuellement ou en faisant glisser le curseur pour sélectionner une plage de cellules à inclure en tant que argument. Si la fonction nécessite plusieurs arguments, ils doivent être séparés par des virgules.< p class = "note" > < b > Remarque< / b > : en règle générale, les valeurs numériques, les valeurs logiques (TRUE, FALSE), les valeurs de texte (entre guillemets), les références de cellules, les références de plage de cellules, < a href = "UseNamedRanges.htm#usingnames" onclick = "onhyperlinkclick(this)" > les noms attribués aux plages< / a > et autres fonctions peuvent être utilisés comme arguments de fonction.< / p >
< / li >
< li > Appuyez sur la touche < b > Entrée< / b > .< / li >
2016-03-11 00:48:53 +00:00
< / ol >
< p > Voici la liste des fonctions disponibles regroupées par catégories :< / p >
< table class = "helptable" >
2018-03-20 09:08:38 +00:00
< tr class = "headerlite" >
< td width = "25%" > < b > Catégorie de fonctions< / b > < / td >
< td width = "40%" > < b > Description< / b > < / td >
< td width = "35%" > < b > Fonctions< / b > < / td >
< / tr >
< tr >
< td > Fonctions de données et texte< / td >
< td > Servent à afficher correctement les données de texte dans votre classeur.< / td >
2018-05-15 11:28:44 +00:00
< td > < a href = "../Functions/char.htm" onclick = "onhyperlinkclick(this)" > CAR< / a > ; < a href = "../Functions/clean.htm" onclick = "onhyperlinkclick(this)" > EPURAGE< / a > ; < a href = "../Functions/code.htm" onclick = "onhyperlinkclick(this)" > CODE< / a > ; < a href = "../Functions/concatenate.htm" onclick = "onhyperlinkclick(this)" > CONCATENER< / a > ; < a href = "../Functions/concat.htm" onclick = "onhyperlinkclick(this)" > CONCAT< / a > ; < a href = "../Functions/dollar.htm" onclick = "onhyperlinkclick(this)" > DEVISE< / a > ; < a href = "../Functions/exact.htm" onclick = "onhyperlinkclick(this)" > EXACT< / a > ; < a href = "../Functions/find.htm" onclick = "onhyperlinkclick(this)" > TROUVE< / a > ; < a href = "../Functions/find.htm" onclick = "onhyperlinkclick(this)" > TROUVERB< / a > ; < a href = "../Functions/fixed.htm" onclick = "onhyperlinkclick(this)" > CTXT< / a > ; < a href = "../Functions/left.htm" onclick = "onhyperlinkclick(this)" > GAUCHE< / a > ; < a href = "../Functions/left.htm" onclick = "onhyperlinkclick(this)" > GAUCHEB< / a > ; < a href = "../Functions/len.htm" onclick = "onhyperlinkclick(this)" > NBCAR< / a > ; < a href = "../Functions/len.htm" onclick = "onhyperlinkclick(this)" > LENB< / a > ; < a href = "../Functions/lower.htm" onclick = "onhyperlinkclick(this)" > MINUSCULE< / a > ; < a href = "../Functions/mid.htm" onclick = "onhyperlinkclick(this)" > STXT< / a > ; < a href = "../Functions/mid.htm" onclick = "onhyperlinkclick(this)" > MIDB< / a > ; < a href = "../Functions/numbervalue.htm" onclick = "onhyperlinkclick(this)" > VALEURNOMBRE< / a > ; < a href = "../Functions/proper.htm" onclick = "onhyperlinkclick(this)" > NOMPROPRE< / a > ; < a href = "../Functions/replace.htm" onclick = "onhyperlinkclick(this)" > REMPLACER< / a > ; < a href = "../Functions/replace.htm" onclick = "onhyperlinkclick(this)" > REMPLACERB< / a > ; < a href = "../Functions/rept.htm" onclick = "onhyperlinkclick(this)" > REPT< / a > ; < a href = "../Functions/right.htm" onclick = "onhyperlinkclick(this)" > DROITE< / a > ; < a href = "../Functions/right.htm" onclick = "onhyperlinkclick(this)" > DROITEB< / a > ; < a href = "../Functions/search.htm" onclick = "onhyperlinkclick(this)" > CHERCHE< / a > ; < a href = "../Functions/search.htm" onclick = "onhyperlinkclick(this)" > CHERCHERB< / a > ; < a href = "../Functions/substitute.htm" onclick = "onhyperlinkclick(this)" > SUBSTITUE< / a > ; < a href = "../Functions/t.htm" onclick = "onhyperlinkclick(this)" > T< / a > ; < a href = "../Functions/text.htm" onclick = "onhyperlinkclick(this)" > TEXTE< / a > ; < a href = "../Functions/textjoin.htm" onclick = "onhyperlinkclick(this)" > JOINDRE.TEXTE< / a > ; < a href = "../Functions/trim.htm" onclick = "onhyperlinkclick(this)" > SUPPRESPACE< / a > ; < a href = "../Functions/unichar.htm" onclick = "onhyperlinkclick(this)" > UNICAR< / a > ; < a href = "../Functions/unicode.htm" onclick = "onhyperlinkclick(this)" > UNICODE< / a > ; < a href = "../Functions/upper.htm" onclick = "onhyperlinkclick(this)" > MAJUSCULE< / a > ; < a href = "../Functions/value.htm" onclick = "onhyperlinkclick(this)" > VALEUR< / a > < / td >
2018-03-20 09:08:38 +00:00
< / tr >
< tr >
< td > Fonctions statistiques< / td >
< td > Servent à analyser les données : trouver la valeur moyenne, les valeurs plus grandes ou plus petites dans une plage de cellules.< / td >
2018-05-15 11:28:44 +00:00
< td > < a href = "../Functions/avedev.htm" onclick = "onhyperlinkclick(this)" > ECART.MOYEN< / a > ; < a href = "../Functions/average.htm" onclick = "onhyperlinkclick(this)" > MOYENNE< / a > ; < a href = "../Functions/averagea.htm" onclick = "onhyperlinkclick(this)" > AVERAGEA< / a > ; < a href = "../Functions/averageif.htm" onclick = "onhyperlinkclick(this)" > MOYENNE.SI< / a > ; < a href = "../Functions/averageifs.htm" onclick = "onhyperlinkclick(this)" > MOYENNE.SI.ENS< / a > ; < a href = "../Functions/betadist.htm" onclick = "onhyperlinkclick(this)" > LOI.BETA< / a > ; < a href = "../Functions/beta-dist.htm" onclick = "onhyperlinkclick(this)" > LOI.BETA.N< / a > ; < a href = "../Functions/beta-inv.htm" onclick = "onhyperlinkclick(this)" > BETA.INVERSE< / a > ; < a href = "../Functions/binomdist.htm" onclick = "onhyperlinkclick(this)" > LOI.BINOMIALE< / a > ; < a href = "../Functions/binom-dist.htm" onclick = "onhyperlinkclick(this)" > LOI.BINOMIALE.N< / a > ; < a href = "../Functions/binom-dist-range.htm" onclick = "onhyperlinkclick(this)" > LOI.BINOMIALE.SERIE< / a > ; < a href = "../Functions/binom-inv.htm" onclick = "onhyperlinkclick(this)" > LOI.BINOMIALE.INVERSE< / a > ; < a href = "../Functions/chidist.htm" onclick = "onhyperlinkclick(this)" > LOI.KHIDEUX< / a > ; < a href = "../Functions/chiinv.htm" onclick = "onhyperlinkclick(this)" > KHIDEUX.INVERSE< / a > ; < a href = "../Functions/chisq-dist.htm" onclick = "onhyperlinkclick(this)" > LOI.KHIDEUX.N< / a > ; < a href = "../Functions/chisq-dist-rt.htm" onclick = "onhyperlinkclick(this)" > LOI.KHIDEUX.DROITE< / a > ; < a href = "../Functions/chisq-inv.htm" onclick = "onhyperlinkclick(this)" > LOI.KHIDEUX.INVERSE< / a > ; < a href = "../Functions/chisq-inv-rt.htm" onclick = "onhyperlinkclick(this)" > LOI.KHIDEUX.INVERSE.DROITE< / a > ; < a href = "../Functions/chitest.htm" onclick = "onhyperlinkclick(this)" > TEST.KHIDEUX< / a > ; < a href = "../Functions/chisq-test.htm" onclick = "onhyperlinkclick(this)" > CHISQ.TEST< / a > ; < a href = "../Functions/confidence.htm" onclick = "onhyperlinkclick(this)" > INTERVALLE.CONFIANCE< / a > ; < a href = "../Functions/confidence-norm.htm" onclick = "onhyperlinkclick(this)" > INTERVALLE.CONFIANCE.NORMAL< / a > ; < a href = "../Functions/confidence-t.htm" onclick = "onhyperlinkclick(this)" > INTERVALLE.CONFIANCE.STUDENT< / a > ; < a href = "../Functions/correl.htm" onclick = "onhyperlinkclick(this)" > COEFFICIENT.CORRELATION< / a > ; < a href = "../Functions/count.htm" onclick = "onhyperlinkclick(this)" > NB< / a > ; < a href = "../Functions/counta.htm" onclick = "onhyperlinkclick(this)" > NBVAL< / a > ; < a href = "../Functions/countblank.htm" onclick = "onhyperlinkclick(this)" > NB.VIDE< / a > ; < a href = "../Functions/countif.htm" onclick = "onhyperlinkclick(this)" > NB.SI< / a > ; < a href = "../Functions/countifs.htm" onclick = "onhyperlinkclick(this)" > NB.SI.ENS< / a > ; < a href = "../Functions/covar.htm" onclick = "onhyperlinkclick(this)" > COVARIANCE< / a > ; < a href = "../Functions/covariance-p.htm" onclick = "onhyperlinkclick(this)" > COVARIANCE.PEARSON< / a > ; < a href = "../Functions/covariance-s.htm" onclick = "onhyperlinkclick(this)" > COVARIANCE.STANDARD< / a > ; < a href = "../Functions/critbinom.htm" onclick = "onhyperlinkclick(this)" > CRITERE.LOI.BINOMIALE< / a > ; < a href = "../Functions/devsq.htm" onclick = "onhyperlinkclick(this)" > SOMME.CARRES.ECARTS< / a > ; < a href = "../Functions/expon-dist.htm" onclick = "onhyperlinkclick(this)" > LOI.EXPONENTIELLE.N< / a > ; < a href = "../Functions/expondist.htm" onclick = "onhyperlinkclick(this)" > LOI.EXPONENTIELLE< / a > ; < a href = "../Functions/f-dist.htm" onclick = "onhyperlinkclick(this)" > LOI.F.N< / a > ; < a href = "../Functions/fdist.htm" onclick = "onhyperlinkclick(this)" > LOI.F< / a > ; < a href = "../Functions/f-dist-rt.htm" onclick = "onhyperlinkclick(this)" > LOI.F.DROITE< / a > ; < a href = "../Functions/f-inv.htm" onclick = "onhyperlinkclick(this)" > INVERSE.LOI.F.N< / a > ; < a href = "../Functions/finv.htm" onclick = "onhyperlinkclick(this)" > INVERSE.LOI.F< / a > ; < a href = "../Functions/f-inv-rt.htm" onclick = "onhyperlinkclick(this)" > INVERSE.LOI.F.DROITE< / a > ; < a href = "../Functions/fisher.htm" onclick = "onhyperlinkclick(this)" > FISHER< / a > ; < a href = "../Functions/fisherinv.htm" onclick = "onhyperlinkclick(this)" > FISHER.INVERSE< / a > ; < a href = "../Functions/forecast.htm" onclick = "onhyperlinkclick(this)" > PREVISION< / a > ; < a href = "../Functions/forecast-ets.htm" onclick = "onhyperlinkclick
2018-03-20 09:08:38 +00:00
< / tr >
< tr >
< td > Fonctions mathématiques et trigonométriques< / td >
< td > Servent à effectuer des opérations mathématiques et trigonométriques telles que l'ajout, la multiplication, la division, l'arrondissement, etc.< / td >
2020-04-24 10:59:17 +00:00
< td > < a href = "../Functions/abs.htm" onclick = "onhyperlinkclick(this)" > ABS< / a > ; < a href = "../Functions/acos.htm" onclick = "onhyperlinkclick(this)" > ACOS< / a > ; < a href = "../Functions/acosh.htm" onclick = "onhyperlinkclick(this)" > ACOSH< / a > ; < a href = "../Functions/acot.htm" onclick = "onhyperlinkclick(this)" > ACOT< / a > ; < a href = "../Functions/acoth.htm" onclick = "onhyperlinkclick(this)" > ACOTH< / a > ; < a href = "../Functions/aggregate.htm" onclick = "onhyperlinkclick(this)" > AGREGAT< / a > ; < a href = "../Functions/arabic.htm" onclick = "onhyperlinkclick(this)" > CHIFFRE.ARABE< / a > ; < a href = "../Functions/asin.htm" onclick = "onhyperlinkclick(this)" > ASIN< / a > ; < a href = "../Functions/asinh.htm" onclick = "onhyperlinkclick(this)" > ASINH< / a > ; < a href = "../Functions/atan.htm" onclick = "onhyperlinkclick(this)" > ATAN< / a > ; < a href = "../Functions/atan2.htm" onclick = "onhyperlinkclick(this)" > ATAN2< / a > ; < a href = "../Functions/atanh.htm" onclick = "onhyperlinkclick(this)" > ATANH< / a > ; < a href = "../Functions/base.htm" onclick = "onhyperlinkclick(this)" > BASE< / a > ; < a href = "../Functions/ceiling.htm" onclick = "onhyperlinkclick(this)" > PLAFOND< / a > ; < a href = "../Functions/ceiling-math.htm" onclick = "onhyperlinkclick(this)" > PLAFOND.MATH< / a > ; < a href = "../Functions/ceiling-precise.htm" onclick = "onhyperlinkclick(this)" > PLAFOND.PRECIS< / a > ; < a href = "../Functions/combin.htm" onclick = "onhyperlinkclick(this)" > COMBIN< / a > ; < a href = "../Functions/combina.htm" onclick = "onhyperlinkclick(this)" > COMBINA< / a > ; < a href = "../Functions/cos.htm" onclick = "onhyperlinkclick(this)" > COS< / a > ; < a href = "../Functions/cosh.htm" onclick = "onhyperlinkclick(this)" > COSH< / a > ; < a href = "../Functions/cot.htm" onclick = "onhyperlinkclick(this)" > COT< / a > ; < a href = "../Functions/coth.htm" onclick = "onhyperlinkclick(this)" > COTH< / a > ; < a href = "../Functions/csc.htm" onclick = "onhyperlinkclick(this)" > CSC< / a > ; < a href = "../Functions/csch.htm" onclick = "onhyperlinkclick(this)" > CSCH< / a > ; < a href = "../Functions/decimal.htm" onclick = "onhyperlinkclick(this)" > DECIMAL< / a > ; < a href = "../Functions/degrees.htm" onclick = "onhyperlinkclick(this)" > DEGRES< / a > ; < a href = "../Functions/ecma-ceiling.htm" onclick = "onhyperlinkclick(this)" > ECMA.PLAFOND< / a > ; < a href = "../Functions/even.htm" onclick = "onhyperlinkclick(this)" > PAIR< / a > ; < a href = "../Functions/exp.htm" onclick = "onhyperlinkclick(this)" > EXP< / a > ; < a href = "../Functions/fact.htm" onclick = "onhyperlinkclick(this)" > FACT< / a > ; < a href = "../Functions/factdouble.htm" onclick = "onhyperlinkclick(this)" > FACTDOUBLE< / a > ; < a href = "../Functions/floor.htm" onclick = "onhyperlinkclick(this)" > PLANCHER< / a > ; < a href = "../Functions/floor-precise.htm" onclick = "onhyperlinkclick(this)" > PLANCHER.PRECIS< / a > ; < a href = "../Functions/floor-math.htm" onclick = "onhyperlinkclick(this)" > PLANCHER.MATH< / a > ; < a href = "../Functions/gcd.htm" onclick = "onhyperlinkclick(this)" > PGCD< / a > ; < a href = "../Functions/int.htm" onclick = "onhyperlinkclick(this)" > ENT< / a > ; < a href = "../Functions/iso-ceiling.htm" onclick = "onhyperlinkclick(this)" > ISO.PLAFOND< / a > ; < a href = "../Functions/lcm.htm" onclick = "onhyperlinkclick(this)" > PPCM< / a > ; < a href = "../Functions/ln.htm" onclick = "onhyperlinkclick(this)" > LN< / a > ; < a href = "../Functions/log.htm" onclick = "onhyperlinkclick(this)" > LOG< / a > ; < a href = "../Functions/log10.htm" onclick = "onhyperlinkclick(this)" > LOG10< / a > ; < a href = "../Functions/mdeterm.htm" onclick = "onhyperlinkclick(this)" > DETERMAT< / a > ; < a href = "../Functions/minverse.htm" onclick = "onhyperlinkclick(this)" > INVERSEMAT< / a > ; < a href = "../Functions/mmult.htm" onclick = "onhyperlinkclick(this)" > PRODUITMAT< / a > ; < a href = "../Functions/mod.htm" onclick = "onhyperlinkclick(this)" > MOD< / a > ; < a href = "../Functions/mround.htm" onclick = "onhyperlinkclick(this)" > ARRONDI.AU.MULTIPLE< / a > ; < a href = "../Functions/multinomial.htm" onclick = "onhyperlinkclick(this)" > MULTINOMIALE< / a > ; < a href = "../Functions/odd.htm" onclick = "onhyperlinkclick(this)" > IMPAIR< / a > ; < a href = "../Functions/pi.htm" onclick = "onhyperlinkclick(this)" > PI< / a > ; < a href = "../Functions/power.htm" onclick = "onhyperlinkclick(this)" > PUISSANCE< / a > ; < a href = "../Functions/product.htm" onclick = "onhyperlinkclick(this)" > PRODUIT< / a > ; < a href = "../Functions/quotient.htm" oncli
2018-03-20 09:08:38 +00:00
< / tr >
< tr >
< td > Fonctions de date et d'heure< / td >
< td > Servent à afficher correctement la date et l'heure dans votre classeur.< / td >
2018-05-15 11:28:44 +00:00
< td > < a href = "../Functions/date.htm" onclick = "onhyperlinkclick(this)" > DATE< / a > ; < a href = "../Functions/datedif.htm" onclick = "onhyperlinkclick(this)" > DATEDIF< / a > ; < a href = "../Functions/datevalue.htm" onclick = "onhyperlinkclick(this)" > DATEVAL< / a > ; < a href = "../Functions/day.htm" onclick = "onhyperlinkclick(this)" > JOUR< / a > ; < a href = "../Functions/days.htm" onclick = "onhyperlinkclick(this)" > JOURS< / a > ; < a href = "../Functions/days360.htm" onclick = "onhyperlinkclick(this)" > JOURS360< / a > ; < a href = "../Functions/edate.htm" onclick = "onhyperlinkclick(this)" > MOIS.DECALER< / a > ; < a href = "../Functions/eomonth.htm" onclick = "onhyperlinkclick(this)" > FIN.MOIS< / a > ; < a href = "../Functions/hour.htm" onclick = "onhyperlinkclick(this)" > HEURE< / a > ; < a href = "../Functions/isoweeknum.htm" onclick = "onhyperlinkclick(this)" > NO.SEMAINE.ISO< / a > ; < a href = "../Functions/minute.htm" onclick = "onhyperlinkclick(this)" > MINUTE< / a > ; < a href = "../Functions/month.htm" onclick = "onhyperlinkclick(this)" > MOIS< / a > ; < a href = "../Functions/networkdays.htm" onclick = "onhyperlinkclick(this)" > NB.JOURS.OUVRES< / a > ; < a href = "../Functions/networkdays-intl.htm" onclick = "onhyperlinkclick(this)" > NB.JOURS.OUVRES.INTL< / a > ; < a href = "../Functions/now.htm" onclick = "onhyperlinkclick(this)" > MAINTENANT< / a > ; < a href = "../Functions/second.htm" onclick = "onhyperlinkclick(this)" > SECONDE< / a > ; < a href = "../Functions/time.htm" onclick = "onhyperlinkclick(this)" > TEMPS< / a > ; < a href = "../Functions/timevalue.htm" onclick = "onhyperlinkclick(this)" > TEMPSVAL< / a > ; < a href = "../Functions/today.htm" onclick = "onhyperlinkclick(this)" > AUJOURDHUI< / a > ; < a href = "../Functions/weekday.htm" onclick = "onhyperlinkclick(this)" > JOURSEM< / a > ; < a href = "../Functions/weeknum.htm" onclick = "onhyperlinkclick(this)" > NO.SEMAINE< / a > ; < a href = "../Functions/workday.htm" onclick = "onhyperlinkclick(this)" > SERIE.JOUR.OUVRE< / a > ; < a href = "../Functions/workday-intl.htm" onclick = "onhyperlinkclick(this)" > SERIE.JOUR.OUVRE.INTL< / a > ; < a href = "../Functions/year.htm" onclick = "onhyperlinkclick(this)" > ANNEE< / a > ; < a href = "../Functions/yearfrac.htm" onclick = "onhyperlinkclick(this)" > FRACTION.ANNEE< / a > < / td >
2018-03-20 09:08:38 +00:00
< / tr >
< tr >
< td > Fonctions d'ingénierie< / td >
< td > Sont utilisés pour effectuer des calculs d'ingénierie : conversion entre différentes bases, recherche de nombres complexes, etc.< / td >
2018-05-15 11:28:44 +00:00
< td > < a href = "../Functions/besseli.htm" onclick = "onhyperlinkclick(this)" > BESSELI< / a > ; < a href = "../Functions/besselj.htm" onclick = "onhyperlinkclick(this)" > BESSELJ< / a > ; < a href = "../Functions/besselk.htm" onclick = "onhyperlinkclick(this)" > BESSELK< / a > ; < a href = "../Functions/bessely.htm" onclick = "onhyperlinkclick(this)" > BESSELY< / a > ; < a href = "../Functions/bin2dec.htm" onclick = "onhyperlinkclick(this)" > BINDEC< / a > ; < a href = "../Functions/bin2hex.htm" onclick = "onhyperlinkclick(this)" > BINHEX< / a > ; < a href = "../Functions/bin2oct.htm" onclick = "onhyperlinkclick(this)" > BINOCT< / a > ; < a href = "../Functions/bitand.htm" onclick = "onhyperlinkclick(this)" > BITET< / a > ; < a href = "../Functions/bitlshift.htm" onclick = "onhyperlinkclick(this)" > BITDECALG< / a > ; < a href = "../Functions/bitor.htm" onclick = "onhyperlinkclick(this)" > BITOU< / a > ; < a href = "../Functions/bitrshift.htm" onclick = "onhyperlinkclick(this)" > BITDECALD< / a > ; < a href = "../Functions/bitxor.htm" onclick = "onhyperlinkclick(this)" > BITOUEXCLUSIF< / a > ; < a href = "../Functions/complex.htm" onclick = "onhyperlinkclick(this)" > COMPLEXE< / a > ; < a href = "../Functions/convert.htm" onclick = "onhyperlinkclick(this)" > CONVERT< / a > ; < a href = "../Functions/dec2bin.htm" onclick = "onhyperlinkclick(this)" > DECBIN< / a > ; < a href = "../Functions/dec2hex.htm" onclick = "onhyperlinkclick(this)" > DECHEX< / a > ; < a href = "../Functions/dec2oct.htm" onclick = "onhyperlinkclick(this)" > DECOCT< / a > ; < a href = "../Functions/delta.htm" onclick = "onhyperlinkclick(this)" > DELTA< / a > ; < a href = "../Functions/erf.htm" onclick = "onhyperlinkclick(this)" > ERF< / a > ; < a href = "../Functions/erf-precise.htm" onclick = "onhyperlinkclick(this)" > ERF.PRECIS< / a > ; < a href = "../Functions/erfc.htm" onclick = "onhyperlinkclick(this)" > ERFC< / a > ; < a href = "../Functions/erfc-precise.htm" onclick = "onhyperlinkclick(this)" > ERFC.PRECIS< / a > ; < a href = "../Functions/gestep.htm" onclick = "onhyperlinkclick(this)" > SUP.SEUIL< / a > ; < a href = "../Functions/hex2bin.htm" onclick = "onhyperlinkclick(this)" > HEXBIN< / a > ; < a href = "../Functions/hex2dec.htm" onclick = "onhyperlinkclick(this)" > HEXDEC< / a > ; < a href = "../Functions/hex2oct.htm" onclick = "onhyperlinkclick(this)" > HEXOCT< / a > ; < a href = "../Functions/imabs.htm" onclick = "onhyperlinkclick(this)" > COMPLEXE.MODULE< / a > ; < a href = "../Functions/imaginary.htm" onclick = "onhyperlinkclick(this)" > COMPLEXE.IMAGINAIRE< / a > ; < a href = "../Functions/imargument.htm" onclick = "onhyperlinkclick(this)" > COMPLEXE.ARGUMENT< / a > ; < a href = "../Functions/imconjugate.htm" onclick = "onhyperlinkclick(this)" > COMPLEXE.CONJUGUE< / a > ; < a href = "../Functions/imcos.htm" onclick = "onhyperlinkclick(this)" > COMPLEXE.COS< / a > ; < a href = "../Functions/imcosh.htm" onclick = "onhyperlinkclick(this)" > COMPLEXE.COSH< / a > ; < a href = "../Functions/imcot.htm" onclick = "onhyperlinkclick(this)" > COMPLEXE.COT< / a > ; < a href = "../Functions/imcsc.htm" onclick = "onhyperlinkclick(this)" > COMPLEXE.CSC< / a > ; < a href = "../Functions/imcsch.htm" onclick = "onhyperlinkclick(this)" > COMPLEXE.CSCH< / a > ; < a href = "../Functions/imdiv.htm" onclick = "onhyperlinkclick(this)" > COMPLEXE.DIV< / a > ; < a href = "../Functions/imexp.htm" onclick = "onhyperlinkclick(this)" > COMPLEXE.EXP< / a > ; < a href = "../Functions/imln.htm" onclick = "onhyperlinkclick(this)" > COMPLEXE.LN< / a > ; < a href = "../Functions/imlog10.htm" onclick = "onhyperlinkclick(this)" > COMPLEXE.LOG10< / a > ; < a href = "../Functions/imlog2.htm" onclick = "onhyperlinkclick(this)" > COMPLEXE.LOG2< / a > ; < a href = "../Functions/impower.htm" onclick = "onhyperlinkclick(this)" > COMPLEXE.PUISSANCE< / a > ; < a href = "../Functions/improduct.htm" onclick = "onhyperlinkclick(this)" > COMPLEXE.PRODUIT< / a > ; < a href = "../Functions/imreal.htm" onclick = "onhyperlinkclick(this)" > COMPLEXE.REEL< / a > ; < a href = "../Functions/imsec.htm" onclick = "onhyperlinkclick(this)" > COMPLEXE.SEC< / a > ; < a href = "../Functions/imsech.htm" onclick = "onhyperlinkclick(this)" > COMPLEXE.SECH< / a > ; < a href = "../Functions/imsin.htm" onclick = "onhyperlinkclick(this)" > COMPLEXE.SIN< / a > ; < a href = "../Functions/imsinh.htm" onclick = "onhyperlinkclick(this)" > COMPLEXE.SINH< / a > ; < a href = "../Functions/imsqrt.htm" onclick = "onhyperlinkclick(this)" > COMPLEXE.RACINE< / a > ; < a href = "../Functions/imsub.htm" onclick = "onhyperli
2018-03-20 09:08:38 +00:00
< / tr >
< tr >
< td > Fonctions de base de données< / td >
< td > Sont utilisés pour effectuer des calculs sur les valeurs dans un certain champ de la base de données qui correspondent aux critères spécifiés.< / td >
2018-05-15 11:28:44 +00:00
< td > < a href = "../Functions/daverage.htm" onclick = "onhyperlinkclick(this)" > BDMOYENNE< / a > ; < a href = "../Functions/dcount.htm" onclick = "onhyperlinkclick(this)" > BCOMPTE< / a > ; < a href = "../Functions/dcounta.htm" onclick = "onhyperlinkclick(this)" > BDNBVAL< / a > ; < a href = "../Functions/dget.htm" onclick = "onhyperlinkclick(this)" > BDLIRE< / a > ; < a href = "../Functions/dmax.htm" onclick = "onhyperlinkclick(this)" > BDMAX< / a > ; < a href = "../Functions/dmin.htm" onclick = "onhyperlinkclick(this)" > BDMIN< / a > ; < a href = "../Functions/dproduct.htm" onclick = "onhyperlinkclick(this)" > BDPRODUIT< / a > ; < a href = "../Functions/dstdev.htm" onclick = "onhyperlinkclick(this)" > BDECARTYPE< / a > ; < a href = "../Functions/dstdevp.htm" onclick = "onhyperlinkclick(this)" > BDECARTYPEP< / a > ; < a href = "../Functions/dsum.htm" onclick = "onhyperlinkclick(this)" > BDSOMME< / a > ; < a href = "../Functions/dvar.htm" onclick = "onhyperlinkclick(this)" > BDVAR< / a > ; < a href = "../Functions/dvarp.htm" onclick = "onhyperlinkclick(this)" > BDVARP< / a > < / td >
2018-07-25 14:43:12 +00:00
< / tr >
< tr >
< td > Fonctions financières< / td >
< td > Servent à effectuer certaines opérations financières, calculer la valeur nette actuelle, les paiements etc...< / td >
< td > < a href = "../Functions/accrint.htm" onclick = "onhyperlinkclick(this)" > INTERET.ACC< / a > ; < a href = "../Functions/accrintm.htm" onclick = "onhyperlinkclick(this)" > INTERET.ACC.MAT< / a > ; < a href = "../Functions/amordegrc.htm" onclick = "onhyperlinkclick(this)" > AMORDEGRC< / a > ; < a href = "../Functions/amorlinc.htm" onclick = "onhyperlinkclick(this)" > AMORLINC< / a > ; < a href = "../Functions/coupdaybs.htm" onclick = "onhyperlinkclick(this)" > NB.JOURS.COUPON.PREC< / a > ; < a href = "../Functions/coupdays.htm" onclick = "onhyperlinkclick(this)" > NB.JOURS.COUPONS< / a > ; < a href = "../Functions/coupdaysnc.htm" onclick = "onhyperlinkclick(this)" > NB.JOURS.COUPON.SUIV< / a > ; < a href = "../Functions/coupncd.htm" onclick = "onhyperlinkclick(this)" > DATE.COUPON.SUIV< / a > ; < a href = "../Functions/coupnum.htm" onclick = "onhyperlinkclick(this)" > NB.COUPONS< / a > ; < a href = "../Functions/couppcd.htm" onclick = "onhyperlinkclick(this)" > DATE.COUPON.PREC< / a > ; < a href = "../Functions/cumipmt.htm" onclick = "onhyperlinkclick(this)" > CUMUL.INTER< / a > ; < a href = "../Functions/cumprinc.htm" onclick = "onhyperlinkclick(this)" > CUMUL.PRINCPER< / a > ; < a href = "../Functions/db.htm" onclick = "onhyperlinkclick(this)" > DB< / a > ; < a href = "../Functions/ddb.htm" onclick = "onhyperlinkclick(this)" > DDB< / a > ; < a href = "../Functions/disc.htm" onclick = "onhyperlinkclick(this)" > TAUX.ESCOMPTE< / a > ; < a href = "../Functions/dollarde.htm" onclick = "onhyperlinkclick(this)" > PRIX.DEC< / a > ; < a href = "../Functions/dollarfr.htm" onclick = "onhyperlinkclick(this)" > PRIX.FRAC< / a > ; < a href = "../Functions/duration.htm" onclick = "onhyperlinkclick(this)" > DUREE< / a > ; < a href = "../Functions/effect.htm" onclick = "onhyperlinkclick(this)" > TAUX.EFFECTIF< / a > ; < a href = "../Functions/fv.htm" onclick = "onhyperlinkclick(this)" > VC< / a > ; < a href = "../Functions/fvschedule.htm" onclick = "onhyperlinkclick(this)" > VC.PAIEMENTS< / a > ; < a href = "../Functions/intrate.htm" onclick = "onhyperlinkclick(this)" > TAUX.INTERET< / a > ; < a href = "../Functions/ipmt.htm" onclick = "onhyperlinkclick(this)" > INTPER< / a > ; < a href = "../Functions/irr.htm" onclick = "onhyperlinkclick(this)" > TRI< / a > ; < a href = "../Functions/ispmt.htm" onclick = "onhyperlinkclick(this)" > ISPMT< / a > ; < a href = "../Functions/mduration.htm" onclick = "onhyperlinkclick(this)" > DUREE.MODIFIEE< / a > ; < a href = "../Functions/mirr.htm" onclick = "onhyperlinkclick(this)" > TRIM< / a > ; < a href = "../Functions/nominal.htm" onclick = "onhyperlinkclick(this)" > TAUX.NOMINAL< / a > ; < a href = "../Functions/nper.htm" onclick = "onhyperlinkclick(this)" > NPM< / a > ; < a href = "../Functions/npv.htm" onclick = "onhyperlinkclick(this)" > VAN< / a > ; < a href = "../Functions/oddfprice.htm" onclick = "onhyperlinkclick(this)" > PRIX.PCOUPON.IRREG< / a > ; < a href = "../Functions/oddfyield.htm" onclick = "onhyperlinkclick(this)" > REND.PCOUPON.IRREG< / a > ; < a href = "../Functions/oddlprice.htm" onclick = "onhyperlinkclick(this)" > PRIX.DCOUPON.IRREG< / a > ; < a href = "../Functions/oddlyield.htm" onclick = "onhyperlinkclick(this)" > REND.DCOUPON.IRREG< / a > ; < a href = "../Functions/pduration.htm" onclick = "onhyperlinkclick(this)" > PDUREE< / a > ; < a href = "../Functions/pmt.htm" onclick = "onhyperlinkclick(this)" > VPM< / a > ; < a href = "../Functions/ppmt.htm" onclick = "onhyperlinkclick(this)" > PRINCPER< / a > ; < a href = "../Functions/price.htm" onclick = "onhyperlinkclick(this)" > PRIX.TITRE< / a > ; < a href = "../Functions/pricedisc.htm" onclick = "onhyperlinkclick(this)" > VALEUR.ENCAISSEMENT< / a > ; < a href = "../Functions/pricemat.htm" onclick = "onhyperlinkclick(this)" > PRIX.TITRE.ECHEANCE< / a > ; < a href = "../Functions/pv.htm" onclick = "onhyperlinkclick(this)" > VA< / a > ; < a href = "../Functions/rate.htm" onclick = "onhyperlinkclick(this)" > TAUX< / a > ; < a href = "../Functions/received.htm" onclick = "onhyperlinkclick(this)" > VALEUR.NOMINALE< / a > ; < a href = "../Functions/rri.htm" onclick = "onhyperlinkclick(this)" > TAUX.INT.EQUIV< / a > ; < a href = "../Functions/sln.htm" onclick = "onhyperlinkclick(this)" > AMORLIN< / a > ; < a href = "../Functions/syd.htm" onclick = "onhyperlinkclick(this)" > AMORANN< / a > ; < a href = "../Functions/tbilleq.htm" onclick = "onhyperlinkclick(this)" > TAUX.ESCOMPTE.R< / a > ; < a href = "../Functions/tbillprice.htm" onclick = "onhyperlinkclick(this)" > PRIX.BON.TRESOR< / a > ; < a href = "../Functions/tbillyield.htm"
< / tr >
< tr >
< td > Fonctions de recherche et de référence< / td >
< td > Servent à trouver facilement les informations dans la liste de données.< / td >
< td > < a href = "../Functions/address.htm" onclick = "onhyperlinkclick(this)" > ADRESSE< / a > ; < a href = "../Functions/choose.htm" onclick = "onhyperlinkclick(this)" > CHOISIR< / a > ; < a href = "../Functions/column.htm" onclick = "onhyperlinkclick(this)" > COLONNE< / a > ; < a href = "../Functions/columns.htm" onclick = "onhyperlinkclick(this)" > COLONNES< / a > ; < a href = "../Functions/formulatext.htm" onclick = "onhyperlinkclick(this)" > FORMULETEXTE< / a > ; < a href = "../Functions/hlookup.htm" onclick = "onhyperlinkclick(this)" > RECHERCHEH< / a > ; < a href = "../Functions/index.htm" onclick = "onhyperlinkclick(this)" > INDEX< / a > ; < a href = "../Functions/indirect.htm" onclick = "onhyperlinkclick(this)" > INDIRECT< / a > ; < a href = "../Functions/lookup.htm" onclick = "onhyperlinkclick(this)" > RECHERCHE< / a > ; < a href = "../Functions/match.htm" onclick = "onhyperlinkclick(this)" > EQUIV< / a > ; < a href = "../Functions/offset.htm" onclick = "onhyperlinkclick(this)" > DECALER< / a > ; < a href = "../Functions/row.htm" onclick = "onhyperlinkclick(this)" > LIGNE< / a > ; < a href = "../Functions/rows.htm" onclick = "onhyperlinkclick(this)" > LIGNES< / a > ; < a href = "../Functions/transpose.htm" onclick = "onhyperlinkclick(this)" > TRANSPOSE< / a > ; < a href = "../Functions/vlookup.htm" onclick = "onhyperlinkclick(this)" > RECHERCHEV< / a > < / td >
2018-03-20 09:08:38 +00:00
< / tr >
< tr >
< td > Fonctions d’ information< / td >
< td > Servent à vous donner les informations sur les données de la cellule sélectionnée ou une plage de cellules.< / td >
2020-04-24 10:59:17 +00:00
< td > < a href = "../Functions/error-type.htm" onclick = "onhyperlinkclick(this)" > TYPE.ERREUR< / a > ; < a href = "../Functions/isblank.htm" onclick = "onhyperlinkclick(this)" > ESTVIDE< / a > ; < a href = "../Functions/iserr.htm" onclick = "onhyperlinkclick(this)" > ESTERR< / a > ; < a href = "../Functions/iserror.htm" onclick = "onhyperlinkclick(this)" > ESTERREUR< / a > ; < a href = "../Functions/iseven.htm" onclick = "onhyperlinkclick(this)" > EST.PAIR< / a > ; < a href = "../Functions/isformula.htm" onclick = "onhyperlinkclick(this)" > ESTFORMULE< / a > ; < a href = "../Functions/islogical.htm" onclick = "onhyperlinkclick(this)" > ESTLOGIQUE< / a > ; < a href = "../Functions/isna.htm" onclick = "onhyperlinkclick(this)" > ESTNA< / a > ; < a href = "../Functions/isnontext.htm" onclick = "onhyperlinkclick(this)" > ESTNONTEXTE< / a > ; < a href = "../Functions/isnumber.htm" onclick = "onhyperlinkclick(this)" > ESTNUM< / a > ; < a href = "../Functions/isodd.htm" onclick = "onhyperlinkclick(this)" > EST.IMPAIR< / a > ; < a href = "../Functions/isref.htm" onclick = "onhyperlinkclick(this)" > ESTREF< / a > ; < a href = "../Functions/istext.htm" onclick = "onhyperlinkclick(this)" > ESTTEXTE< / a > ; < a href = "../Functions/n.htm" onclick = "onhyperlinkclick(this)" > N< / a > ; < a href = "../Functions/na.htm" onclick = "onhyperlinkclick(this)" > NA< / a > ; < a href = "../Functions/sheet.htm" onclick = "onhyperlinkclick(this)" > FEUILLE< / a > ; < a href = "../Functions/sheets.htm" onclick = "onhyperlinkclick(this)" > FEUILLES< / a > ; < a href = "../Functions/type.htm" onclick = "onhyperlinkclick(this)" > TYPE< / a > < / td >
2018-03-20 09:08:38 +00:00
< / tr >
< tr >
< td > Fonctions logiques< / td >
< td > Servent uniquement à vous donner une réponse VRAI ou FAUX.< / td >
2018-05-15 11:28:44 +00:00
< td > < a href = "../Functions/and.htm" onclick = "onhyperlinkclick(this)" > ET< / a > ; < a href = "../Functions/false.htm" onclick = "onhyperlinkclick(this)" > FAUX< / a > ; < a href = "../Functions/if.htm" onclick = "onhyperlinkclick(this)" > SI< / a > ; < a href = "../Functions/iferror.htm" onclick = "onhyperlinkclick(this)" > SIERREUR< / a > ; < a href = "../Functions/ifna.htm" onclick = "onhyperlinkclick(this)" > SI.NON.DISP< / a > ; < a href = "../Functions/ifs.htm" onclick = "onhyperlinkclick(this)" > SI.CONDITIONS< / a > ; < a href = "../Functions/not.htm" onclick = "onhyperlinkclick(this)" > PAS< / a > ; < a href = "../Functions/or.htm" onclick = "onhyperlinkclick(this)" > OU< / a > ; < a href = "../Functions/switch.htm" onclick = "onhyperlinkclick(this)" > SI.MULTIPLE< / a > ; < a href = "../Functions/true.htm" onclick = "onhyperlinkclick(this)" > VRAI< / a > ; < a href = "../Functions/xor.htm" onclick = "onhyperlinkclick(this)" > OUX< / a > < / td >
2018-03-20 09:08:38 +00:00
< / tr >
< / table >
2016-03-11 00:48:53 +00:00
< / div >
< / body >
< / html >