helpcenter/Web/OfficeWeb/apps/spreadsheeteditor/UsageInstructions/InsertFunction.htm
2019-12-10 17:18:55 +03:00

118 lines
42 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Insert function</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="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Insert function</h1>
<p>The ability to perform basic calculations is the principal reason for using a spreadsheet. Some of them are performed automatically when you select a range of cells in your spreadsheet:</p>
<ul>
<li><b>AVERAGE</b> is used to analyze the selected range of cells and find the average value.</li>
<li><b>COUNT</b> is used to count the number of the selected cells containing values ignoring empty cells.</li>
<li><b>MIN</b> is used to analyze the range of data and find the smallest number.</li>
<li><b>MAX</b> is used to analyze the range of data and find the largest number.</li>
<li><b>SUM</b> is used to add all the numbers in the selected range ignoring empty cells or those contaning text.</li>
</ul>
<p>The results of these calculations are displayed in the right lower corner at the status bar.</p>
<p><img alt="Basic Calculations" src="../images/basiccalculations.png" /></p>
<p>To perform any other calculations you can insert a needed formula manually using the common mathematical operators or insert a predefined formula - <b>Function</b>.</p>
<p id="insertfunction">To insert a function,</p>
<ol>
<li>select a cell you wish to insert a function into,</li>
<li>click the <b>Insert function</b> <img alt="Insert function icon" src="../images/insertfunction.png" /> icon situated at the <b>Home</b> tab of the top toolbar and select one of the commonly used functions (SUM, MIN, MAX, COUNT) or click the <b>Additional</b> option,
<br />or right-click within a selected cell and select the <b>Insert Function</b> option from the menu,
<br />or click the <img alt="Function icon" src="../images/function.png" /> icon before the formula bar,
</li>
<li>in the <b>Insert Function</b> window that opens, select the necessary function group, then choose the function you need from the list and click <b>OK</b>.</li>
<li>enter the function arguments either manually or dragging to select a range of cells to be included as an argument. If the function requires several arguments, they must be separated by commas.
<p class="note"><b>Note</b>: generally, numeric values, logical values (TRUE, FALSE), text values (must be quoted), cell references, cell range references, <a href="UseNamedRanges.htm#usingnames" onclick="onhyperlinkclick(this)">names assigned to ranges</a> and other functions can be used as function arguments.</p>
</li>
<li>Press the <b>Enter</b> key.</li>
</ol>
<p>To enter a function manually using the keyboard,</p>
<ol>
<li>select a cell,</li>
<li>enter the equal sign (=)
<p>Each formula must begin with the equal sign (=).</p>
</li>
<li>enter the function name
<p>Once you type the initial letters, the <b>Formula Autocomplete</b> list will be displayed. As you type, the items (formulas and names) that match the entered characters are displayed in it. If you hover the mouse pointer over a formula, a tooltip with the formula description will be displayed. You can select the necessary formula from the list and insert it by clicking it or pressing the <b>Tab</b> key.</p>
</li>
<li>enter the function arguments
<p>Arguments must be enclosed into parentheses. The opening parenthesis '(' is added automatically if you select a function from the list. When you enter arguments, a tooltip that contains the formula syntax is also displayed. </p>
<p>
<img alt="Function tooltip" src="../images/functiontooltip.png" />
</p>
</li>
<li>when all the agruments are specified, enter the closing parenthesis ')' and press <b>Enter</b>.</li>
</ol>
<p>Here is the list of the available functions grouped by categories:</p>
<table class="helptable">
<tr class="headerlite">
<td width="25%"><b>Function Category</b></td>
<td width="40%"><b>Description</b></td>
<td width="35%"><b>Functions</b></td>
</tr>
<tr>
<td>Text and Data Functions</td>
<td>Are used to correctly display the text data in your spreadsheet.</td>
<td><a href="../Functions/asc.htm" onclick="onhyperlinkclick(this)">ASC</a>; <a href="../Functions/char.htm" onclick="onhyperlinkclick(this)">CHAR</a>; <a href="../Functions/clean.htm" onclick="onhyperlinkclick(this)">CLEAN</a>; <a href="../Functions/code.htm" onclick="onhyperlinkclick(this)">CODE</a>; <a href="../Functions/concatenate.htm" onclick="onhyperlinkclick(this)">CONCATENATE</a>; <a href="../Functions/concat.htm" onclick="onhyperlinkclick(this)">CONCAT</a>; <a href="../Functions/dollar.htm" onclick="onhyperlinkclick(this)">DOLLAR</a>; <a href="../Functions/exact.htm" onclick="onhyperlinkclick(this)">EXACT</a>; <a href="../Functions/find.htm" onclick="onhyperlinkclick(this)">FIND</a>; <a href="../Functions/find.htm" onclick="onhyperlinkclick(this)">FINDB</a>; <a href="../Functions/fixed.htm" onclick="onhyperlinkclick(this)">FIXED</a>; <a href="../Functions/left.htm" onclick="onhyperlinkclick(this)">LEFT</a>; <a href="../Functions/left.htm" onclick="onhyperlinkclick(this)">LEFTB</a>; <a href="../Functions/len.htm" onclick="onhyperlinkclick(this)">LEN</a>; <a href="../Functions/len.htm" onclick="onhyperlinkclick(this)">LENB</a>; <a href="../Functions/lower.htm" onclick="onhyperlinkclick(this)">LOWER</a>; <a href="../Functions/mid.htm" onclick="onhyperlinkclick(this)">MID</a>; <a href="../Functions/mid.htm" onclick="onhyperlinkclick(this)">MIDB</a>; <a href="../Functions/numbervalue.htm" onclick="onhyperlinkclick(this)">NUMBERVALUE</a>; <a href="../Functions/proper.htm" onclick="onhyperlinkclick(this)">PROPER</a>; <a href="../Functions/replace.htm" onclick="onhyperlinkclick(this)">REPLACE</a>; <a href="../Functions/replace.htm" onclick="onhyperlinkclick(this)">REPLACEB</a>; <a href="../Functions/rept.htm" onclick="onhyperlinkclick(this)">REPT</a>; <a href="../Functions/right.htm" onclick="onhyperlinkclick(this)">RIGHT</a>; <a href="../Functions/right.htm" onclick="onhyperlinkclick(this)">RIGHTB</a>; <a href="../Functions/search.htm" onclick="onhyperlinkclick(this)">SEARCH</a>; <a href="../Functions/search.htm" onclick="onhyperlinkclick(this)">SEARCHB</a>; <a href="../Functions/substitute.htm" onclick="onhyperlinkclick(this)">SUBSTITUTE</a>; <a href="../Functions/t.htm" onclick="onhyperlinkclick(this)">T</a>; <a href="../Functions/text.htm" onclick="onhyperlinkclick(this)">TEXT</a>; <a href="../Functions/textjoin.htm" onclick="onhyperlinkclick(this)">TEXTJOIN</a>; <a href="../Functions/trim.htm" onclick="onhyperlinkclick(this)">TRIM</a>; <a href="../Functions/unichar.htm" onclick="onhyperlinkclick(this)">UNICHAR</a>; <a href="../Functions/unicode.htm" onclick="onhyperlinkclick(this)">UNICODE</a>; <a href="../Functions/upper.htm" onclick="onhyperlinkclick(this)">UPPER</a>; <a href="../Functions/value.htm" onclick="onhyperlinkclick(this)">VALUE</a></td>
</tr>
<tr>
<td>Statistical Functions</td>
<td>Are used to analyze data: finding the average value, the largest or smallest values in a range of cells.</td>
<td><a href="../Functions/avedev.htm" onclick="onhyperlinkclick(this)">AVEDEV</a>; <a href="../Functions/average.htm" onclick="onhyperlinkclick(this)">AVERAGE</a>; <a href="../Functions/averagea.htm" onclick="onhyperlinkclick(this)">AVERAGEA</a>; <a href="../Functions/averageif.htm" onclick="onhyperlinkclick(this)">AVERAGEIF</a>; <a href="../Functions/averageifs.htm" onclick="onhyperlinkclick(this)">AVERAGEIFS</a>; <a href="../Functions/betadist.htm" onclick="onhyperlinkclick(this)">BETADIST</a>; <a href="../Functions/beta-dist.htm" onclick="onhyperlinkclick(this)">BETA.DIST</a>; <a href="../Functions/beta-inv.htm" onclick="onhyperlinkclick(this)">BETA.INV</a>; <a href="../Functions/betainv.htm" onclick="onhyperlinkclick(this)">BETAINV</a>; <a href="../Functions/binomdist.htm" onclick="onhyperlinkclick(this)">BINOMDIST</a>; <a href="../Functions/binom-dist.htm" onclick="onhyperlinkclick(this)">BINOM.DIST</a>; <a href="../Functions/binom-dist-range.htm" onclick="onhyperlinkclick(this)">BINOM.DIST.RANGE</a>; <a href="../Functions/binom-inv.htm" onclick="onhyperlinkclick(this)">BINOM.INV</a>; <a href="../Functions/chidist.htm" onclick="onhyperlinkclick(this)">CHIDIST</a>; <a href="../Functions/chiinv.htm" onclick="onhyperlinkclick(this)">CHIINV</a>; <a href="../Functions/chisq-dist.htm" onclick="onhyperlinkclick(this)">CHISQ.DIST</a>; <a href="../Functions/chisq-dist-rt.htm" onclick="onhyperlinkclick(this)">CHISQ.DIST.RT</a>; <a href="../Functions/chisq-inv.htm" onclick="onhyperlinkclick(this)">CHISQ.INV</a>; <a href="../Functions/chisq-inv-rt.htm" onclick="onhyperlinkclick(this)">CHISQ.INV.RT</a>; <a href="../Functions/chitest.htm" onclick="onhyperlinkclick(this)">CHITEST</a>; <a href="../Functions/chisq-test.htm" onclick="onhyperlinkclick(this)">CHISQ.TEST</a>; <a href="../Functions/confidence.htm" onclick="onhyperlinkclick(this)">CONFIDENCE</a>; <a href="../Functions/confidence-norm.htm" onclick="onhyperlinkclick(this)">CONFIDENCE.NORM</a>; <a href="../Functions/confidence-t.htm" onclick="onhyperlinkclick(this)">CONFIDENCE.T</a>; <a href="../Functions/correl.htm" onclick="onhyperlinkclick(this)">CORREL</a>; <a href="../Functions/count.htm" onclick="onhyperlinkclick(this)">COUNT</a>; <a href="../Functions/counta.htm" onclick="onhyperlinkclick(this)">COUNTA</a>; <a href="../Functions/countblank.htm" onclick="onhyperlinkclick(this)">COUNBLANK</a>; <a href="../Functions/countif.htm" onclick="onhyperlinkclick(this)">COUNTIF</a>; <a href="../Functions/countifs.htm" onclick="onhyperlinkclick(this)">COUNTIFS</a>; <a href="../Functions/covar.htm" onclick="onhyperlinkclick(this)">COVAR</a>; <a href="../Functions/covariance-p.htm" onclick="onhyperlinkclick(this)">COVARIANCE.P</a>; <a href="../Functions/covariance-s.htm" onclick="onhyperlinkclick(this)">COVARIANCE.S</a>; <a href="../Functions/critbinom.htm" onclick="onhyperlinkclick(this)">CRITBINOM</a>; <a href="../Functions/devsq.htm" onclick="onhyperlinkclick(this)">DEVSQ</a>; <a href="../Functions/expon-dist.htm" onclick="onhyperlinkclick(this)">EXPON.DIST</a>; <a href="../Functions/expondist.htm" onclick="onhyperlinkclick(this)">EXPONDIST</a>; <a href="../Functions/f-dist.htm" onclick="onhyperlinkclick(this)">F.DIST</a>; <a href="../Functions/fdist.htm" onclick="onhyperlinkclick(this)">FDIST</a>; <a href="../Functions/f-dist-rt.htm" onclick="onhyperlinkclick(this)">F.DIST.RT</a>; <a href="../Functions/f-inv.htm" onclick="onhyperlinkclick(this)">F.INV</a>; <a href="../Functions/finv.htm" onclick="onhyperlinkclick(this)">FINV</a>; <a href="../Functions/f-inv-rt.htm" onclick="onhyperlinkclick(this)">F.INV.RT</a>; <a href="../Functions/fisher.htm" onclick="onhyperlinkclick(this)">FISHER</a>; <a href="../Functions/fisherinv.htm" onclick="onhyperlinkclick(this)">FISHERINV</a>; <a href="../Functions/forecast.htm" onclick="onhyperlinkclick(this)">FORECAST</a>; <a href="../Functions/forecast-ets.htm" onclick="onhyperlinkclick(this)">FORECAST.ETS</a>; <a href="../Functions/forecast-ets-confint.htm" onclick="onhyperlinkclick(this)">FORECAST.ETS.CONFINT</a>; <a href="../Functions/forecast-ets-seasonality.htm" onclick="onhyperlinkclick(this)">FORECAST.ETS.SEASONALITY</a>; <a href="../Functions/forecast-ets-stat.htm" onclick="onhyperlinkclick(this)">FORECAST.ETS.STAT</a>; <a href="../Functions/forecast-linear.htm" onclick="onhyperlinkclick(this)">FORECAST.LINEAR</a>; <a href="../Functions/frequency.htm" onclick="onhyperlinkclick(this)">FREQUENCY</a>; <a href="../Functions/ftest.htm" onclick="onhyperlinkclick(this)">FTEST</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)">GAMMA.DIST</a>; <a href="../Functions/gammadist.htm" onclick="onhyperlinkclick(this)">GAMMADIST</a>; <a href="../Functions/gamma-inv.htm" onclick="onhyperlinkclick(this)">GAMMA.INV</a>; <a href="../Functions/gammainv.htm" onclick="onhyperlinkclick(this)">GAMMAINV</a>; <a href="../Functions/gammaln.htm" onclick="onhyperlinkclick(this)">GAMMALN</a>; <a href="../Functions/gammaln-precise.htm" onclick="onhyperlinkclick(this)">GAMMALN.PRECISE</a>; <a href="../Functions/gauss.htm" onclick="onhyperlinkclick(this)">GAUSS</a>; <a href="../Functions/geomean.htm" onclick="onhyperlinkclick(this)">GEOMEAN</a>; <a href="../Functions/harmean.htm" onclick="onhyperlinkclick(this)">HARMEAN</a>; <a href="../Functions/hypgeomdist.htm" onclick="onhyperlinkclick(this)">HYPGEOMDIST</a>; <a href="../Functions/hypgeom-dist.htm" onclick="onhyperlinkclick(this)">HYPGEOM.DIST</a>; <a href="../Functions/intercept.htm" onclick="onhyperlinkclick(this)">INTERCEPT</a>; <a href="../Functions/kurt.htm" onclick="onhyperlinkclick(this)">KURT</a>; <a href="../Functions/large.htm" onclick="onhyperlinkclick(this)">LARGE</a>; <a href="../Functions/loginv.htm" onclick="onhyperlinkclick(this)">LOGINV</a>; <a href="../Functions/lognorm-dist.htm" onclick="onhyperlinkclick(this)">LOGNORM.DIST</a>; <a href="../Functions/lognorm-inv.htm" onclick="onhyperlinkclick(this)">LOGNORM.INV</a>; <a href="../Functions/lognormdist.htm" onclick="onhyperlinkclick(this)">LOGNORMDIST</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)">MAXIFS</a>; <a href="../Functions/median.htm" onclick="onhyperlinkclick(this)">MEDIAN</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)">MINIFS</a>; <a href="../Functions/mode.htm" onclick="onhyperlinkclick(this)">MODE</a>; <a href="../Functions/mode-mult.htm" onclick="onhyperlinkclick(this)">MODE.MULT</a>; <a href="../Functions/mode-sngl.htm" onclick="onhyperlinkclick(this)">MODE.SNGL</a>; <a href="../Functions/negbinomdist.htm" onclick="onhyperlinkclick(this)">NEGBINOMDIST</a>; <a href="../Functions/negbinom-dist.htm" onclick="onhyperlinkclick(this)">NEGBINOM.DIST</a>; <a href="../Functions/normdist.htm" onclick="onhyperlinkclick(this)">NORMDIST</a>; <a href="../Functions/norm-dist.htm" onclick="onhyperlinkclick(this)">NORM.DIST</a>; <a href="../Functions/norminv.htm" onclick="onhyperlinkclick(this)">NORMINV</a>; <a href="../Functions/norm-inv.htm" onclick="onhyperlinkclick(this)">NORM.INV</a>; <a href="../Functions/normsdist.htm" onclick="onhyperlinkclick(this)">NORMSDIST</a>; <a href="../Functions/norm-s-dist.htm" onclick="onhyperlinkclick(this)">NORM.S.DIST</a>; <a href="../Functions/normsinv.htm" onclick="onhyperlinkclick(this)">NORMSINV</a>; <a href="../Functions/norm-s-inv.htm" onclick="onhyperlinkclick(this)">NORM.S.INV</a>; <a href="../Functions/pearson.htm" onclick="onhyperlinkclick(this)">PEARSON</a>; <a href="../Functions/percentile.htm" onclick="onhyperlinkclick(this)">PERCENTILE</a>; <a href="../Functions/percentile-exc.htm" onclick="onhyperlinkclick(this)">PERCENTILE.EXC</a>; <a href="../Functions/percentile-inc.htm" onclick="onhyperlinkclick(this)">PERCENTILE.INC</a>; <a href="../Functions/percentrank.htm" onclick="onhyperlinkclick(this)">PERCENTRANK</a>; <a href="../Functions/percentrank-exc.htm" onclick="onhyperlinkclick(this)">PERCENTRANK.EXC</a>; <a href="../Functions/percentrank-inc.htm" onclick="onhyperlinkclick(this)">PERCENTRANK.INC</a>; <a href="../Functions/permut.htm" onclick="onhyperlinkclick(this)">PERMUT</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)">POISSON</a>; <a href="../Functions/poisson-dist.htm" onclick="onhyperlinkclick(this)">POISSON.DIST</a>; <a href="../Functions/prob.htm" onclick="onhyperlinkclick(this)">PROB</a>; <a href="../Functions/quartile.htm" onclick="onhyperlinkclick(this)">QUARTILE</a>; <a href="../Functions/quartile-exc.htm" onclick="onhyperlinkclick(this)">QUARTILE.EXC</a>; <a href="../Functions/quartile-inc.htm" onclick="onhyperlinkclick(this)">QUARTILE.INC</a>; <a href="../Functions/rank.htm" onclick="onhyperlinkclick(this)">RANK</a>; <a href="../Functions/rank-avg.htm" onclick="onhyperlinkclick(this)">RANK.AVG</a>; <a href="../Functions/rank-eq.htm" onclick="onhyperlinkclick(this)">RANK.EQ</a>; <a href="../Functions/rsq.htm" onclick="onhyperlinkclick(this)">RSQ</a>; <a href="../Functions/skew.htm" onclick="onhyperlinkclick(this)">SKEW</a>; <a href="../Functions/skew-p.htm" onclick="onhyperlinkclick(this)">SKEW.P</a>; <a href="../Functions/slope.htm" onclick="onhyperlinkclick(this)">SLOPE</a>; <a href="../Functions/small.htm" onclick="onhyperlinkclick(this)">SMALL</a>; <a href="../Functions/standardize.htm" onclick="onhyperlinkclick(this)">STANDARDIZE</a>; <a href="../Functions/stdev.htm" onclick="onhyperlinkclick(this)">STDEV</a>; <a href="../Functions/stdev-s.htm" onclick="onhyperlinkclick(this)">STDEV.S</a>; <a href="../Functions/stdeva.htm" onclick="onhyperlinkclick(this)">STDEVA</a>; <a href="../Functions/stdevp.htm" onclick="onhyperlinkclick(this)">STDEVP</a>; <a href="../Functions/stdev-p.htm" onclick="onhyperlinkclick(this)">STDEV.P</a>; <a href="../Functions/stdevpa.htm" onclick="onhyperlinkclick(this)">STDEVPA</a>; <a href="../Functions/steyx.htm" onclick="onhyperlinkclick(this)">STEYX</a>; <a href="../Functions/tdist.htm" onclick="onhyperlinkclick(this)">TDIST</a>; <a href="../Functions/t-dist.htm" onclick="onhyperlinkclick(this)">T.DIST</a>; <a href="../Functions/t-dist-2t.htm" onclick="onhyperlinkclick(this)">T.DIST.2T</a>; <a href="../Functions/t-dist-rt.htm" onclick="onhyperlinkclick(this)">T.DIST.RT</a>; <a href="../Functions/t-inv.htm" onclick="onhyperlinkclick(this)">T.INV</a>; <a href="../Functions/t-inv-2t.htm" onclick="onhyperlinkclick(this)">T.INV.2T</a>; <a href="../Functions/tinv.htm" onclick="onhyperlinkclick(this)">TINV</a>; <a href="../Functions/trimmean.htm" onclick="onhyperlinkclick(this)">TRIMMEAN</a>; <a href="../Functions/ttest.htm" onclick="onhyperlinkclick(this)">TTEST</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)">VARP</a>; <a href="../Functions/var-p.htm" onclick="onhyperlinkclick(this)">VAR.P</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)">WEIBULL</a>; <a href="../Functions/weibull-dist.htm" onclick="onhyperlinkclick(this)">WEIBULL.DIST</a>; <a href="../Functions/ztest.htm" onclick="onhyperlinkclick(this)">ZTEST</a>; <a href="../Functions/z-test.htm" onclick="onhyperlinkclick(this)">Z.TEST</a></td>
</tr>
<tr>
<td>Math and Trigonometry Functions</td>
<td>Are used to perform basic math and trigonometry operations such as adding, multiplying, dividing, rounding, 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)">AGGREGATE</a>; <a href="../Functions/arabic.htm" onclick="onhyperlinkclick(this)">ARABIC</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)">CEILING</a>; <a href="../Functions/ceilingmath.htm" onclick="onhyperlinkclick(this)">CEILING.MATH</a>; <a href="../Functions/ceilingprecise.htm" onclick="onhyperlinkclick(this)">CEILING.PRECISE</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)">DEGREES</a>; <a href="../Functions/ecma-ceiling.htm" onclick="onhyperlinkclick(this)">ECMA.CEILING</a>; <a href="../Functions/even.htm" onclick="onhyperlinkclick(this)">EVEN</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)">FLOOR</a>; <a href="../Functions/floorprecise.htm" onclick="onhyperlinkclick(this)">FLOOR.PRECISE</a>; <a href="../Functions/floormath.htm" onclick="onhyperlinkclick(this)">FLOOR.MATH</a>; <a href="../Functions/gcd.htm" onclick="onhyperlinkclick(this)">GCD</a>; <a href="../Functions/int.htm" onclick="onhyperlinkclick(this)">INT</a>; <a href="../Functions/isoceiling.htm" onclick="onhyperlinkclick(this)">ISO.CEILING</a>; <a href="../Functions/lcm.htm" onclick="onhyperlinkclick(this)">LCM</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)">MDETERM</a>; <a href="../Functions/minverse.htm" onclick="onhyperlinkclick(this)">MINVERSE</a>; <a href="../Functions/mmult.htm" onclick="onhyperlinkclick(this)">MMULT</a>; <a href="../Functions/mod.htm" onclick="onhyperlinkclick(this)">MOD</a>; <a href="../Functions/mround.htm" onclick="onhyperlinkclick(this)">MROUND</a>; <a href="../Functions/multinomial.htm" onclick="onhyperlinkclick(this)">MULTINOMIAL</a>; <a href="../Functions/odd.htm" onclick="onhyperlinkclick(this)">ODD</a>; <a href="../Functions/pi.htm" onclick="onhyperlinkclick(this)">PI</a>; <a href="../Functions/power.htm" onclick="onhyperlinkclick(this)">POWER</a>; <a href="../Functions/product.htm" onclick="onhyperlinkclick(this)">PRODUCT</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)">RAND</a>; <a href="../Functions/randbetween.htm" onclick="onhyperlinkclick(this)">RANDBETWEEN</a>; <a href="../Functions/roman.htm" onclick="onhyperlinkclick(this)">ROMAN</a>; <a href="../Functions/round.htm" onclick="onhyperlinkclick(this)">ROUND</a>; <a href="../Functions/rounddown.htm" onclick="onhyperlinkclick(this)">ROUNDDOWN</a>; <a href="../Functions/roundup.htm" onclick="onhyperlinkclick(this)">ROUNDUP</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)">SERIESSUM</a>; <a href="../Functions/sign.htm" onclick="onhyperlinkclick(this)">SIGN</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)">SQRT</a>; <a href="../Functions/sqrtpi.htm" onclick="onhyperlinkclick(this)">SQRTPI</a>; <a href="../Functions/subtotal.htm" onclick="onhyperlinkclick(this)">SUBTOTAL</a>; <a href="../Functions/sum.htm" onclick="onhyperlinkclick(this)">SUM</a>; <a href="../Functions/sumif.htm" onclick="onhyperlinkclick(this)">SUMIF</a>; <a href="../Functions/sumifs.htm" onclick="onhyperlinkclick(this)">SUMIFS</a>; <a href="../Functions/sumproduct.htm" onclick="onhyperlinkclick(this)">SUMPRODUCT</a>; <a href="../Functions/sumsq.htm" onclick="onhyperlinkclick(this)">SUMSQ</a>; <a href="../Functions/sumx2my2.htm" onclick="onhyperlinkclick(this)">SUMX2MY2</a>; <a href="../Functions/sumx2py2.htm" onclick="onhyperlinkclick(this)">SUMX2PY2</a>; <a href="../Functions/sumxmy2.htm" onclick="onhyperlinkclick(this)">SUMXMY2</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)">TRUNC</a></td>
</tr>
<tr>
<td>Date and Time Functions</td>
<td>Are used to correctly display date and time in your spreadsheet.</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)">DATEVALUE</a>; <a href="../Functions/day.htm" onclick="onhyperlinkclick(this)">DAY</a>; <a href="../Functions/days.htm" onclick="onhyperlinkclick(this)">DAYS</a>; <a href="../Functions/days360.htm" onclick="onhyperlinkclick(this)">DAYS360</a>; <a href="../Functions/edate.htm" onclick="onhyperlinkclick(this)">EDATE</a>; <a href="../Functions/eomonth.htm" onclick="onhyperlinkclick(this)">EOMONTH</a>; <a href="../Functions/hour.htm" onclick="onhyperlinkclick(this)">HOUR</a>; <a href="../Functions/isoweeknum.htm" onclick="onhyperlinkclick(this)">ISOWEEKNUM</a>; <a href="../Functions/minute.htm" onclick="onhyperlinkclick(this)">MINUTE</a>; <a href="../Functions/month.htm" onclick="onhyperlinkclick(this)">MONTH</a>; <a href="../Functions/networkdays.htm" onclick="onhyperlinkclick(this)">NETWORKDAYS</a>; <a href="../Functions/networkdays-intl.htm" onclick="onhyperlinkclick(this)">NETWORKDAYS.INTL</a>; <a href="../Functions/now.htm" onclick="onhyperlinkclick(this)">NOW</a>; <a href="../Functions/second.htm" onclick="onhyperlinkclick(this)">SECOND</a>; <a href="../Functions/time.htm" onclick="onhyperlinkclick(this)">TIME</a>; <a href="../Functions/timevalue.htm" onclick="onhyperlinkclick(this)">TIMEVALUE</a>; <a href="../Functions/today.htm" onclick="onhyperlinkclick(this)">TODAY</a>; <a href="../Functions/weekday.htm" onclick="onhyperlinkclick(this)">WEEKDAY</a>; <a href="../Functions/weeknum.htm" onclick="onhyperlinkclick(this)">WEEKNUM</a>; <a href="../Functions/workday.htm" onclick="onhyperlinkclick(this)">WORKDAY</a>; <a href="../Functions/workday-intl.htm" onclick="onhyperlinkclick(this)">WORKDAY.INTL</a>; <a href="../Functions/year.htm" onclick="onhyperlinkclick(this)">YEAR</a>; <a href="../Functions/yearfrac.htm" onclick="onhyperlinkclick(this)">YEARFRAC</a></td>
</tr>
<tr>
<td>Engineering Functions</td>
<td>Are used to perform some engineering calculations: converting between different bases, finding complex numbers 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)">BIN2DEC</a>; <a href="../Functions/bin2hex.htm" onclick="onhyperlinkclick(this)">BIN2HEX</a>; <a href="../Functions/bin2oct.htm" onclick="onhyperlinkclick(this)">BIN2OCT</a>; <a href="../Functions/bitand.htm" onclick="onhyperlinkclick(this)">BITAND</a>; <a href="../Functions/bitlshift.htm" onclick="onhyperlinkclick(this)">BITLSHIFT</a>; <a href="../Functions/bitor.htm" onclick="onhyperlinkclick(this)">BITOR</a>; <a href="../Functions/bitrshift.htm" onclick="onhyperlinkclick(this)">BITRSHIFT</a>; <a href="../Functions/bitxor.htm" onclick="onhyperlinkclick(this)">BITXOR</a>; <a href="../Functions/complex.htm" onclick="onhyperlinkclick(this)">COMPLEX</a>; <a href="../Functions/convert.htm" onclick="onhyperlinkclick(this)">CONVERT</a>; <a href="../Functions/dec2bin.htm" onclick="onhyperlinkclick(this)">DEC2BIN</a>; <a href="../Functions/dec2hex.htm" onclick="onhyperlinkclick(this)">DEC2HEX</a>; <a href="../Functions/dec2oct.htm" onclick="onhyperlinkclick(this)">DEC2OCT</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.PRECISE</a>; <a href="../Functions/erfc.htm" onclick="onhyperlinkclick(this)">ERFC</a>; <a href="../Functions/erfc-precise.htm" onclick="onhyperlinkclick(this)">ERFC.PRECISE</a>; <a href="../Functions/gestep.htm" onclick="onhyperlinkclick(this)">GESTEP</a>; <a href="../Functions/hex2bin.htm" onclick="onhyperlinkclick(this)">HEX2BIN</a>; <a href="../Functions/hex2dec.htm" onclick="onhyperlinkclick(this)">HEX2DEC</a>; <a href="../Functions/hex2oct.htm" onclick="onhyperlinkclick(this)">HEX2OCT</a>; <a href="../Functions/imabs.htm" onclick="onhyperlinkclick(this)">IMABS</a>; <a href="../Functions/imaginary.htm" onclick="onhyperlinkclick(this)">IMAGINARY</a>; <a href="../Functions/imargument.htm" onclick="onhyperlinkclick(this)">IMARGUMENT</a>; <a href="../Functions/imconjugate.htm" onclick="onhyperlinkclick(this)">IMCONJUGATE</a>; <a href="../Functions/imcos.htm" onclick="onhyperlinkclick(this)">IMCOS</a>; <a href="../Functions/imcosh.htm" onclick="onhyperlinkclick(this)">IMCOSH</a>; <a href="../Functions/imcot.htm" onclick="onhyperlinkclick(this)">IMCOT</a>; <a href="../Functions/imcsc.htm" onclick="onhyperlinkclick(this)">IMCSC</a>; <a href="../Functions/imcsch.htm" onclick="onhyperlinkclick(this)">IMCSCH</a>; <a href="../Functions/imdiv.htm" onclick="onhyperlinkclick(this)">IMDIV</a>; <a href="../Functions/imexp.htm" onclick="onhyperlinkclick(this)">IMEXP</a>; <a href="../Functions/imln.htm" onclick="onhyperlinkclick(this)">IMLN</a>; <a href="../Functions/imlog10.htm" onclick="onhyperlinkclick(this)">IMLOG10</a>; <a href="../Functions/imlog2.htm" onclick="onhyperlinkclick(this)">IMLOG2</a>; <a href="../Functions/impower.htm" onclick="onhyperlinkclick(this)">IMPOWER</a>; <a href="../Functions/improduct.htm" onclick="onhyperlinkclick(this)">IMPRODUCT</a>; <a href="../Functions/imreal.htm" onclick="onhyperlinkclick(this)">IMREAL</a>; <a href="../Functions/imsec.htm" onclick="onhyperlinkclick(this)">IMSEC</a>; <a href="../Functions/imsech.htm" onclick="onhyperlinkclick(this)">IMSECH</a>; <a href="../Functions/imsin.htm" onclick="onhyperlinkclick(this)">IMSIN</a>; <a href="../Functions/imsinh.htm" onclick="onhyperlinkclick(this)">IMSINH</a>; <a href="../Functions/imsqrt.htm" onclick="onhyperlinkclick(this)">IMSQRT</a>; <a href="../Functions/imsub.htm" onclick="onhyperlinkclick(this)">IMSUB</a>; <a href="../Functions/imsum.htm" onclick="onhyperlinkclick(this)">IMSUM</a>; <a href="../Functions/imtan.htm" onclick="onhyperlinkclick(this)">IMTAN</a>; <a href="../Functions/oct2bin.htm" onclick="onhyperlinkclick(this)">OCT2BIN</a>; <a href="../Functions/oct2dec.htm" onclick="onhyperlinkclick(this)">OCT2DEC</a>; <a href="../Functions/oct2hex.htm" onclick="onhyperlinkclick(this)">OCT2HEX</a></td>
</tr>
<tr>
<td>Database Functions</td>
<td>Are used to perform calculations for the values in a certain field of the database that correspond to the specified criteria.</td>
<td><a href="../Functions/daverage.htm" onclick="onhyperlinkclick(this)">DAVERAGE</a>; <a href="../Functions/dcount.htm" onclick="onhyperlinkclick(this)">DCOUNT</a>; <a href="../Functions/dcounta.htm" onclick="onhyperlinkclick(this)">DCOUNTA</a>; <a href="../Functions/dget.htm" onclick="onhyperlinkclick(this)">DGET</a>; <a href="../Functions/dmax.htm" onclick="onhyperlinkclick(this)">DMAX</a>; <a href="../Functions/dmin.htm" onclick="onhyperlinkclick(this)">DMIN</a>; <a href="../Functions/dproduct.htm" onclick="onhyperlinkclick(this)">DPRODUCT</a>; <a href="../Functions/dstdev.htm" onclick="onhyperlinkclick(this)">DSTDEV</a>; <a href="../Functions/dstdevp.htm" onclick="onhyperlinkclick(this)">DSTDEVP</a>; <a href="../Functions/dsum.htm" onclick="onhyperlinkclick(this)">DSUM</a>; <a href="../Functions/dvar.htm" onclick="onhyperlinkclick(this)">DVAR</a>; <a href="../Functions/dvarp.htm" onclick="onhyperlinkclick(this)">DVARP</a></td>
</tr>
<tr>
<td>Financial Functions</td>
<td>Are used to perform some financial calculations calculating the net present value, payments etc.</td>
<td><a href="../Functions/accrint.htm" onclick="onhyperlinkclick(this)">ACCRINT</a>; <a href="../Functions/accrintm.htm" onclick="onhyperlinkclick(this)">ACCRINTM</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)">COUPDAYBS</a>; <a href="../Functions/coupdays.htm" onclick="onhyperlinkclick(this)">COUPDAYS</a>; <a href="../Functions/coupdaysnc.htm" onclick="onhyperlinkclick(this)">COUPDAYSNC</a>; <a href="../Functions/coupncd.htm" onclick="onhyperlinkclick(this)">COUPNCD</a>; <a href="../Functions/coupnum.htm" onclick="onhyperlinkclick(this)">COUPNUM</a>; <a href="../Functions/couppcd.htm" onclick="onhyperlinkclick(this)">COUPPCD</a>; <a href="../Functions/cumipmt.htm" onclick="onhyperlinkclick(this)">CUMIPMT</a>; <a href="../Functions/cumprinc.htm" onclick="onhyperlinkclick(this)">CUMPRINC</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)">DISC</a>; <a href="../Functions/dollarde.htm" onclick="onhyperlinkclick(this)">DOLLARDE</a>; <a href="../Functions/dollarfr.htm" onclick="onhyperlinkclick(this)">DOLLARFR</a>; <a href="../Functions/duration.htm" onclick="onhyperlinkclick(this)">DURATION</a>; <a href="../Functions/effect.htm" onclick="onhyperlinkclick(this)">EFFECT</a>; <a href="../Functions/fv.htm" onclick="onhyperlinkclick(this)">FV</a>; <a href="../Functions/fvschedule.htm" onclick="onhyperlinkclick(this)">FVSCHEDULE</a>; <a href="../Functions/intrate.htm" onclick="onhyperlinkclick(this)">INTRATE</a>; <a href="../Functions/ipmt.htm" onclick="onhyperlinkclick(this)">IPMT</a>; <a href="../Functions/irr.htm" onclick="onhyperlinkclick(this)">IRR</a>; <a href="../Functions/ispmt.htm" onclick="onhyperlinkclick(this)">ISPMT</a>; <a href="../Functions/mduration.htm" onclick="onhyperlinkclick(this)">MDURATION</a>; <a href="../Functions/mirr.htm" onclick="onhyperlinkclick(this)">MIRR</a>; <a href="../Functions/nominal.htm" onclick="onhyperlinkclick(this)">NOMINAL</a>; <a href="../Functions/nper.htm" onclick="onhyperlinkclick(this)">NPER</a>; <a href="../Functions/npv.htm" onclick="onhyperlinkclick(this)">NPV</a>; <a href="../Functions/oddfprice.htm" onclick="onhyperlinkclick(this)">ODDFPRICE</a>; <a href="../Functions/oddfyield.htm" onclick="onhyperlinkclick(this)">ODDFYIELD</a>; <a href="../Functions/oddlprice.htm" onclick="onhyperlinkclick(this)">ODDLPRICE</a>; <a href="../Functions/oddlyield.htm" onclick="onhyperlinkclick(this)">ODDLYIELD</a>; <a href="../Functions/pduration.htm" onclick="onhyperlinkclick(this)">PDURATION</a>; <a href="../Functions/pmt.htm" onclick="onhyperlinkclick(this)">PMT</a>; <a href="../Functions/ppmt.htm" onclick="onhyperlinkclick(this)">PPMT</a>; <a href="../Functions/price.htm" onclick="onhyperlinkclick(this)">PRICE</a>; <a href="../Functions/pricedisc.htm" onclick="onhyperlinkclick(this)">PRICEDISC</a>; <a href="../Functions/pricemat.htm" onclick="onhyperlinkclick(this)">PRICEMAT</a>; <a href="../Functions/pv.htm" onclick="onhyperlinkclick(this)">PV</a>; <a href="../Functions/rate.htm" onclick="onhyperlinkclick(this)">RATE</a>; <a href="../Functions/received.htm" onclick="onhyperlinkclick(this)">RECEIVED</a>; <a href="../Functions/rri.htm" onclick="onhyperlinkclick(this)">RRI</a>; <a href="../Functions/sln.htm" onclick="onhyperlinkclick(this)">SLN</a>; <a href="../Functions/syd.htm" onclick="onhyperlinkclick(this)">SYD</a>; <a href="../Functions/tbilleq.htm" onclick="onhyperlinkclick(this)">TBILLEQ</a>; <a href="../Functions/tbillprice.htm" onclick="onhyperlinkclick(this)">TBILLPRICE</a>; <a href="../Functions/tbillyield.htm" onclick="onhyperlinkclick(this)">TBILLYIELD</a>; <a href="../Functions/vdb.htm" onclick="onhyperlinkclick(this)">VDB</a>; <a href="../Functions/xirr.htm" onclick="onhyperlinkclick(this)">XIRR</a>; <a href="../Functions/xnpv.htm" onclick="onhyperlinkclick(this)">XNPV</a>; <a href="../Functions/yield.htm" onclick="onhyperlinkclick(this)">YIELD</a>; <a href="../Functions/yielddisc.htm" onclick="onhyperlinkclick(this)">YIELDDISC</a>; <a href="../Functions/yieldmat.htm" onclick="onhyperlinkclick(this)">YIELDMAT</a></td>
</tr>
<tr>
<td>Lookup and Reference Functions</td>
<td>Are used to easily find the information from the data list.</td>
<td><a href="../Functions/address.htm" onclick="onhyperlinkclick(this)">ADDRESS</a>; <a href="../Functions/choose.htm" onclick="onhyperlinkclick(this)">CHOOSE</a>; <a href="../Functions/column.htm" onclick="onhyperlinkclick(this)">COLUMN</a>; <a href="../Functions/columns.htm" onclick="onhyperlinkclick(this)">COLUMNS</a>; <a href="../Functions/formulatext.htm" onclick="onhyperlinkclick(this)">FORMULATEXT</a>; <a href="../Functions/hlookup.htm" onclick="onhyperlinkclick(this)">HLOOKUP</a>; <a href="../Functions/hyperlink.htm" onclick="onhyperlinkclick(this)">HYPERLINLK</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)">LOOKUP</a>; <a href="../Functions/match.htm" onclick="onhyperlinkclick(this)">MATCH</a>; <a href="../Functions/offset.htm" onclick="onhyperlinkclick(this)">OFFSET</a>; <a href="../Functions/row.htm" onclick="onhyperlinkclick(this)">ROW</a>; <a href="../Functions/rows.htm" onclick="onhyperlinkclick(this)">ROWS</a>; <a href="../Functions/transpose.htm" onclick="onhyperlinkclick(this)">TRANSPOSE</a>; <a href="../Functions/vlookup.htm" onclick="onhyperlinkclick(this)">VLOOKUP</a></td>
</tr>
<tr>
<td>Information Functions</td>
<td>Are used to give you the information about the data in the selected cell or a range of cells.</td>
<td><a href="../Functions/error.type.htm" onclick="onhyperlinkclick(this)">ERROR.TYPE</a>; <a href="../Functions/isblank.htm" onclick="onhyperlinkclick(this)">ISBLANK</a>; <a href="../Functions/iserr.htm" onclick="onhyperlinkclick(this)">ISERR</a>; <a href="../Functions/iserror.htm" onclick="onhyperlinkclick(this)">ISERROR</a>; <a href="../Functions/iseven.htm" onclick="onhyperlinkclick(this)">ISEVEN</a>; <a href="../Functions/isformula.htm" onclick="onhyperlinkclick(this)">ISFORMULA</a>; <a href="../Functions/islogical.htm" onclick="onhyperlinkclick(this)">ISLOGICAL</a>; <a href="../Functions/isna.htm" onclick="onhyperlinkclick(this)">ISNA</a>; <a href="../Functions/isnontext.htm" onclick="onhyperlinkclick(this)">ISNONTEXT</a>; <a href="../Functions/isnumber.htm" onclick="onhyperlinkclick(this)">ISNUMBER</a>; <a href="../Functions/isodd.htm" onclick="onhyperlinkclick(this)">ISODD</a>; <a href="../Functions/isref.htm" onclick="onhyperlinkclick(this)">ISREF</a>; <a href="../Functions/istext.htm" onclick="onhyperlinkclick(this)">ISTEXT</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)">SHEET</a>; <a href="../Functions/sheets.htm" onclick="onhyperlinkclick(this)">SHEETS</a>; <a href="../Functions/type.htm" onclick="onhyperlinkclick(this)">TYPE</a></td>
</tr>
<tr>
<td>Logical Functions</td>
<td>Are used to check if a condition is true or false.</td>
<td><a href="../Functions/and.htm" onclick="onhyperlinkclick(this)">AND</a>; <a href="../Functions/false.htm" onclick="onhyperlinkclick(this)">FALSE</a>; <a href="../Functions/if.htm" onclick="onhyperlinkclick(this)">IF</a>; <a href="../Functions/iferror.htm" onclick="onhyperlinkclick(this)">IFERROR</a>; <a href="../Functions/ifna.htm" onclick="onhyperlinkclick(this)">IFNA</a>; <a href="../Functions/ifs.htm" onclick="onhyperlinkclick(this)">IFS</a>; <a href="../Functions/not.htm" onclick="onhyperlinkclick(this)">NOT</a>; <a href="../Functions/or.htm" onclick="onhyperlinkclick(this)">OR</a>; <a href="../Functions/switch.htm" onclick="onhyperlinkclick(this)">SWITCH</a>; <a href="../Functions/true.htm" onclick="onhyperlinkclick(this)">TRUE</a>; <a href="../Functions/xor.htm" onclick="onhyperlinkclick(this)">XOR</a></td>
</tr>
</table>
</div>
</body>
</html>