95 lines
43 KiB
HTML
95 lines
43 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<title>Insérer une fonction</title>
|
||
<meta charset="utf-8" />
|
||
<meta name="description" content="Insert function to perform basic calculations" />
|
||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||
<script type="text/javascript" src="../callback.js"></script>
|
||
<script type="text/javascript" src="../search/js/page-search.js"></script>
|
||
</head>
|
||
<body>
|
||
<div class="mainpart">
|
||
<div class="search-field">
|
||
<input id="search" class="searchBar" placeholder="Recherche" type="text" onkeypress="doSearch(event)">
|
||
</div>
|
||
<h1>Insérer une fonction</h1>
|
||
<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>
|
||
<li><b>MOYENNE</b> est utilisée pour analyser la plage de données et trouver la valeur moyenne.</li>
|
||
<li><b>COMPTE</b> est utilisée pour compter le nombre de cellules sélectionnées qui contiennent des nombres en ignorant les cellules vides.</li>
|
||
<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>
|
||
</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>
|
||
<ol>
|
||
<li>sélectionnez une cellule dans laquelle vous voulez afficher le résultat de la fonction,</li>
|
||
<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>
|
||
<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>
|
||
</ol>
|
||
<p>Voici la liste des fonctions disponibles regroupées par catégories :</p>
|
||
<table class="helptable">
|
||
<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>
|
||
<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>
|
||
</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>
|
||
<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(this)">PREVISION.ETS</a>; <a href="../Functions/forecast-ets-confint.htm" onclick="onhyperlinkclick(this)">PREVISION.ETS.CONFINT</a>; <a href="../Functions/forecast-ets-seasonality.htm" onclick="onhyperlinkclick(this)">PREVISION.ETS.CARACTERESAISONNIER</a>; <a href="../Functions/forecast-ets-stat.htm" onclick="onhyperlinkclick(this)">PREVISION.ETS.STAT</a>; <a href="../Functions/forecast-linear.htm" onclick="onhyperlinkclick(this)">PREVISION.LINEAIRE</a>; <a href="../Functions/frequency.htm" onclick="onhyperlinkclick(this)">FREQUENCE</a>; <a href="../Functions/ftest.htm" onclick="onhyperlinkclick(this)">TEST.F</a>; <a href="../Functions/f-test.htm" onclick="onhyperlinkclick(this)">F.TEST</a>; <a href="../Functions/gamma.htm" onclick="onhyperlinkclick(this)">GAMMA</a>; <a href="../Functions/gamma-dist.htm" onclick="onhyperlinkclick(this)">LOI.GAMMA.N</a>; <a href="../Functions/gammadist.htm" onclick="onhyperlinkclick(this)">LOI.GAMMA</a>; <a href="../Functions/gamma-inv.htm" onclick="onhyperlinkclick(this)">LOI.GAMMA.INVERSE.N</a>; <a href="../Functions/gammainv.htm" onclick="onhyperlinkclick(this)">LOI.GAMMA.INVERSE</a>; <a href="../Functions/gammaln.htm" onclick="onhyperlinkclick(this)">LNGAMMA</a>; <a href="../Functions/gammaln-precise.htm" onclick="onhyperlinkclick(this)">LNGAMMA.PRECIS</a>; <a href="../Functions/gauss.htm" onclick="onhyperlinkclick(this)">GAUSS</a>; <a href="../Functions/geomean.htm" onclick="onhyperlinkclick(this)">MOYENNE.GEOMETRIQUE</a>; <a href="../Functions/harmean.htm" onclick="onhyperlinkclick(this)">MOYENNE.HARMONIQUE</a>; <a href="../Functions/hypgeomdist.htm" onclick="onhyperlinkclick(this)">LOI.HYPERGEOMETRIQUE</a>; <a href="../Functions/hypgeom-dist.htm" onclick="onhyperlinkclick(this)">LOI.HYPERGEOMETRIQUE.N</a>; <a href="../Functions/intercept.htm" onclick="onhyperlinkclick(this)">ORDONNEE.ORIGINE</a>; <a href="../Functions/kurt.htm" onclick="onhyperlinkclick(this)">KURTOSIS</a>; <a href="../Functions/large.htm" onclick="onhyperlinkclick(this)">GRANDE.VALEUR</a>; <a href="../Functions/loginv.htm" onclick="onhyperlinkclick(this)">LOI.LOGNORMALE.INVERSE</a>; <a href="../Functions/lognorm-dist.htm" onclick="onhyperlinkclick(this)">LOI.LOGNORMALE.N</a>; <a href="../Functions/lognorm-inv.htm" onclick="onhyperlinkclick(this)">LOI.LOGNORMALE.INVERSE.N</a>; <a href="../Functions/lognormdist.htm" onclick="onhyperlinkclick(this)">LOI.LOGNORMALE</a>; <a href="../Functions/max.htm" onclick="onhyperlinkclick(this)">MAX</a>; <a href="../Functions/maxa.htm" onclick="onhyperlinkclick(this)">MAXA</a>; <a href="../Functions/maxifs.htm" onclick="onhyperlinkclick(this)">MAX.SI.ENS</a>; <a href="../Functions/median.htm" onclick="onhyperlinkclick(this)">MEDIANE</a>; <a href="../Functions/min.htm" onclick="onhyperlinkclick(this)">MIN</a>; <a href="../Functions/mina.htm" onclick="onhyperlinkclick(this)">MINA</a>; <a href="../Functions/minifs.htm" onclick="onhyperlinkclick(this)">MIN.SI.ENS</a>; <a href="../Functions/mode.htm" onclick="onhyperlinkclick(this)">MODE</a>; <a href="../Functions/mode-mult.htm" onclick="onhyperlinkclick(this)">MODE.MULTIPLE</a>; <a href="../Functions/mode-sngl.htm" onclick="onhyperlinkclick(this)">MODE.SIMPLE</a>; <a href="../Functions/negbinomdist.htm" onclick="onhyperlinkclick(this)">LOI.BINOMIALE.NEG</a>; <a href="../Functions/negbinom-dist.htm" onclick="onhyperlinkclick(this)">LOI.BINOMIALE.NEG.N</a>; <a href="../Functions/normdist.htm" onclick="onhyperlinkclick(this)">LOI.NORMALE</a>; <a href="../Functions/norm-dist.htm" onclick="onhyperlinkclick(this)">LOI.NORMALE.N</a>; <a href="../Functions/norminv.htm" onclick="onhyperlinkclick(this)">LOI.NORMALE.INVERSE</a>; <a href="../Functions/norm-inv.htm" onclick="onhyperlinkclick(this)">LOI.NORMALE.INVERSE.N</a>; <a href="../Functions/normsdist.htm" onclick="onhyperlinkclick(this)">LOI.NORMALE.STANDARD</a>; <a href="../Functions/norm-s-dist.htm" onclick="onhyperlinkclick(this)">LOI.NORMALE.STANDARD.N</a>; <a href="../Functions/normsinv.htm" onclick="onhyperlinkclick(this)">LOI.NORMALE.STANDARD.INVERSE</a>; <a href="../Functions/norm-s-inv.htm" onclick="onhyperlinkclick(this)">LOI.NORMALE.STANDARD.INVERSE.N</a>; <a href="../Functions/pearson.htm" onclick="onhyperlinkclick(this)">PEARSON</a>; <a href="../Functions/percentile.htm" onclick="onhyperlinkclick(this)">CENTILE</a>; <a href="../Functions/percentile-exc.htm" onclick="onhyperlinkclick(this)">CENTILE.EXCLURE</a>; <a href="../Functions/percentile-inc.htm" onclick="onhyperlinkclick(this)">CENTILE.INCLURE</a>; <a href="../Functions/percentrank.htm" onclick="onhyperlinkclick(this)">RANG.POURCENTAGE</a>; <a href="../Functions/percentrank-exc.htm" onclick="onhyperlinkclick(this)">RANG.POURCENTAGE.EXCLURE</a>; <a href="../Functions/percentrank-inc.htm" onclick="onhyperlinkclick(this)">RANG.POURCENTAGE.INCLURE</a>; <a href="../Functions/permut.htm" onclick="onhyperlinkclick(this)">PERMUTATION</a>; <a href="../Functions/permutationa.htm" onclick="onhyperlinkclick(this)">PERMUTATIONA</a>; <a href="../Functions/phi.htm" onclick="onhyperlinkclick(this)">PHI</a>; <a href="../Functions/poisson.htm" onclick="onhyperlinkclick(this)">LOI.POISSON</a>; <a href="../Functions/poisson-dist.htm" onclick="onhyperlinkclick(this)">LOI.POISSON.N</a>; <a href="../Functions/prob.htm" onclick="onhyperlinkclick(this)">PROBABILITE</a>; <a href="../Functions/quartile.htm" onclick="onhyperlinkclick(this)">QUARTILE</a>; <a href="../Functions/quartile-exc.htm" onclick="onhyperlinkclick(this)">QUARTILE.EXCLURE</a>; <a href="../Functions/quartile-inc.htm" onclick="onhyperlinkclick(this)">QUARTILE.INCLURE</a>; <a href="../Functions/rank.htm" onclick="onhyperlinkclick(this)">RANG</a>; <a href="../Functions/rank-avg.htm" onclick="onhyperlinkclick(this)">MOYENNE.RANG</a>; <a href="../Functions/rank-eq.htm" onclick="onhyperlinkclick(this)">EQUATION.RANG</a>; <a href="../Functions/rsq.htm" onclick="onhyperlinkclick(this)">COEFFICIENT.DETERMINATION</a>; <a href="../Functions/skew.htm" onclick="onhyperlinkclick(this)">COEFFICIENT.ASYMETRIE</a>; <a href="../Functions/skew-p.htm" onclick="onhyperlinkclick(this)">COEFFICIENT.ASYMETRIE.P</a>; <a href="../Functions/slope.htm" onclick="onhyperlinkclick(this)">PENTE</a>; <a href="../Functions/small.htm" onclick="onhyperlinkclick(this)">PETITE.VALEUR</a>; <a href="../Functions/standardize.htm" onclick="onhyperlinkclick(this)">CENTREE.REDUITE</a>; <a href="../Functions/stdev.htm" onclick="onhyperlinkclick(this)">ECARTYPE</a>; <a href="../Functions/stdev-s.htm" onclick="onhyperlinkclick(this)">ECARTYPE.STANDARD</a>; <a href="../Functions/stdeva.htm" onclick="onhyperlinkclick(this)">STDEVA</a>; <a href="../Functions/stdevp.htm" onclick="onhyperlinkclick(this)">ECARTYPEP</a>; <a href="../Functions/stdev-p.htm" onclick="onhyperlinkclick(this)">ECARTYPE.PEARSON</a>; <a href="../Functions/stdevpa.htm" onclick="onhyperlinkclick(this)">STDEVPA</a>; <a href="../Functions/steyx.htm" onclick="onhyperlinkclick(this)">ERREUR.TYPE.XY</a>; <a href="../Functions/tdist.htm" onclick="onhyperlinkclick(this)">LOI.STUDENT</a>; <a href="../Functions/t-dist.htm" onclick="onhyperlinkclick(this)">LOI.STUDENT.N</a>; <a href="../Functions/t-dist-2t.htm" onclick="onhyperlinkclick(this)">LOI.STUDENT.BILATERALE</a>; <a href="../Functions/t-dist-rt.htm" onclick="onhyperlinkclick(this)">LOI.STUDENT.DROITE</a>; <a href="../Functions/t-inv.htm" onclick="onhyperlinkclick(this)">LOI.STUDENT.INVERSE.N</a>; <a href="../Functions/t-inv-2t.htm" onclick="onhyperlinkclick(this)">LOI.STUDENT.INVERSE.BILATERALE</a>; <a href="../Functions/tinv.htm" onclick="onhyperlinkclick(this)">LOI.STUDENT.INVERSE</a>; <a href="../Functions/trimmean.htm" onclick="onhyperlinkclick(this)">MOYENNE.REDUITE</a>; <a href="../Functions/ttest.htm" onclick="onhyperlinkclick(this)">TEST.STUDENT</a>; <a href="../Functions/t-test.htm" onclick="onhyperlinkclick(this)">T.TEST</a>; <a href="../Functions/var.htm" onclick="onhyperlinkclick(this)">VAR</a>; <a href="../Functions/vara.htm" onclick="onhyperlinkclick(this)">VARA</a>; <a href="../Functions/varp.htm" onclick="onhyperlinkclick(this)">VAR.P</a>; <a href="../Functions/var-p.htm" onclick="onhyperlinkclick(this)">VAR.P.N</a>; <a href="../Functions/var-s.htm" onclick="onhyperlinkclick(this)">VAR.S</a>; <a href="../Functions/varpa.htm" onclick="onhyperlinkclick(this)">VARPA</a>; <a href="../Functions/weibull.htm" onclick="onhyperlinkclick(this)">LOI.WEIBULL</a>; <a href="../Functions/weibull-dist.htm" onclick="onhyperlinkclick(this)">LOI.WEIBULL.N</a>; <a href="../Functions/ztest.htm" onclick="onhyperlinkclick(this)">TEST.Z</a>; <a href="../Functions/z-test.htm" onclick="onhyperlinkclick(this)">Z.TEST</a></td>
|
||
</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" onclick="onhyperlinkclick(this)">RENDEMENT.BON.TRESOR</a>; <a href="../Functions/vdb.htm" onclick="onhyperlinkclick(this)">VDB</a>; <a href="../Functions/xirr.htm" onclick="onhyperlinkclick(this)">TRI.PAIEMENTS</a>; <a href="../Functions/xnpv.htm" onclick="onhyperlinkclick(this)">VAN.PAIEMENTS</a>; <a href="../Functions/yield.htm" onclick="onhyperlinkclick(this)">RENDEMENT.TITRE</a>; <a href="../Functions/yielddisc.htm" onclick="onhyperlinkclick(this)">RENDEMENT.SIMPLE</a>; <a href="../Functions/yieldmat.htm" onclick="onhyperlinkclick(this)">RENDEMENT.TITRE.ECHEANCE</a></td>
|
||
</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>
|
||
<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/ceilingmath.htm" onclick="onhyperlinkclick(this)">PLAFOND.MATH</a>; <a href="../Functions/ceilingprecise.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/floorprecise.htm" onclick="onhyperlinkclick(this)">PLANCHER.PRECIS</a>; <a href="../Functions/floormath.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/isoceiling.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" onclick="onhyperlinkclick(this)">QUOTIENT</a>; <a href="../Functions/radians.htm" onclick="onhyperlinkclick(this)">RADIANS</a>; <a href="../Functions/rand.htm" onclick="onhyperlinkclick(this)">ALEA</a>; <a href="../Functions/randbetween.htm" onclick="onhyperlinkclick(this)">ALEA.ENTRE.BORNES</a>; <a href="../Functions/roman.htm" onclick="onhyperlinkclick(this)">ROMAIN</a>; <a href="../Functions/round.htm" onclick="onhyperlinkclick(this)">ARRONDI</a>; <a href="../Functions/rounddown.htm" onclick="onhyperlinkclick(this)">ARRONDI.INF</a>; <a href="../Functions/roundup.htm" onclick="onhyperlinkclick(this)">ARRONDI.SUP</a>; <a href="../Functions/sec.htm" onclick="onhyperlinkclick(this)">SEC</a>; <a href="../Functions/sech.htm" onclick="onhyperlinkclick(this)">SECH</a>; <a href="../Functions/seriessum.htm" onclick="onhyperlinkclick(this)">SOMME.SERIES</a>; <a href="../Functions/sign.htm" onclick="onhyperlinkclick(this)">SIGNE</a>; <a href="../Functions/sin.htm" onclick="onhyperlinkclick(this)">SIN</a>; <a href="../Functions/sinh.htm" onclick="onhyperlinkclick(this)">SINH</a>; <a href="../Functions/sqrt.htm" onclick="onhyperlinkclick(this)">RACINE</a>; <a href="../Functions/sqrtpi.htm" onclick="onhyperlinkclick(this)">RACINE.PI</a>; <a href="../Functions/subtotal.htm" onclick="onhyperlinkclick(this)">SOUS.TOTAL</a>; <a href="../Functions/sum.htm" onclick="onhyperlinkclick(this)">SOMME</a>; <a href="../Functions/sumif.htm" onclick="onhyperlinkclick(this)">SOMME.SI</a>; <a href="../Functions/sumifs.htm" onclick="onhyperlinkclick(this)">SOMME.SI.ENS</a>; <a href="../Functions/sumproduct.htm" onclick="onhyperlinkclick(this)">SOMMEPROD</a>; <a href="../Functions/sumsq.htm" onclick="onhyperlinkclick(this)">SOMME.CARRES</a>; <a href="../Functions/sumx2my2.htm" onclick="onhyperlinkclick(this)">SOMME.X2MY2</a>; <a href="../Functions/sumx2py2.htm" onclick="onhyperlinkclick(this)">SOMME.X2PY2</a>; <a href="../Functions/sumxmy2.htm" onclick="onhyperlinkclick(this)">SOMME.XMY2</a>; <a href="../Functions/tan.htm" onclick="onhyperlinkclick(this)">TAN</a>; <a href="../Functions/tanh.htm" onclick="onhyperlinkclick(this)">TANH</a>; <a href="../Functions/trunc.htm" onclick="onhyperlinkclick(this)">TRONQUE</a></td>
|
||
</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>
|
||
</tr>
|
||
<tr>
|
||
<td>Fonctions de date et d'heure</td>
|
||
<td>Servent à afficher correctement la date et l'heure dans votre classeur.</td>
|
||
<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>
|
||
</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>
|
||
<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="onhyperlinkclick(this)">COMPLEXE.DIFFERENCE</a>; <a href="../Functions/imsum.htm" onclick="onhyperlinkclick(this)">COMPLEXE.SOMME</a>; <a href="../Functions/imtan.htm" onclick="onhyperlinkclick(this)">COMPLEXE.TAN</a>; <a href="../Functions/oct2bin.htm" onclick="onhyperlinkclick(this)">OCTBIN</a>; <a href="../Functions/oct2dec.htm" onclick="onhyperlinkclick(this)">OCTDEC</a>; <a href="../Functions/oct2hex.htm" onclick="onhyperlinkclick(this)">OCTHEX</a></td>
|
||
</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>
|
||
<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>
|
||
</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>
|
||
<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>
|
||
</tr>
|
||
<tr>
|
||
<td>Fonctions logiques</td>
|
||
<td>Servent uniquement à vous donner une réponse VRAI ou FAUX.</td>
|
||
<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>
|
||
</tr>
|
||
</table>
|
||
</div>
|
||
</body>
|
||
</html> |