Continue editing function pages

This commit is contained in:
Svetlana Maleeva 2023-08-29 18:40:17 +03:00
parent 6560b63e4b
commit 49a1ef0cc3
114 changed files with 1630 additions and 372 deletions

View File

@ -26,7 +26,7 @@
</tr>
<tr>
<td><b><em>number1/2/n</em></b></td>
<td>Up to 30 numeric values entered manually or included into the cells you make reference to.</td>
<td>Up to 255 numeric values for which you want to find the average of the absolute deviations.</td>
</tr>
</table>
<h3>Notes</h3>

View File

@ -26,7 +26,7 @@
</tr>
<tr>
<td><b><em>number1/2/n</em></b></td>
<td>Up to 255 numerical values entered manually or included into the cells you make reference to.</td>
<td>Up to 255 numerical values for which you want to find the average value.</td>
</tr>
</table>
<h3>Notes</h3>

View File

@ -26,7 +26,7 @@
</tr>
<tr>
<td><b><em>value1/2/n</em></b></td>
<td>Up to 255 values entered manually or included into the cells you make reference to.</td>
<td>Up to 255 values for which you want to find the average value.</td>
</tr>
</table>

View File

@ -26,7 +26,7 @@
</tr>
<tr>
<td><b><em>array1/2</em></b></td>
<td>The selected range of cells with the same number of elements.</td>
<td>The selected ranges of cells with the same number of elements.</td>
</tr>
</table>

View File

@ -17,7 +17,7 @@
<h1>DELTA Function</h1>
<p>The <b>DELTA</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#engineering" onclick="onhyperlinkclick(this)">engineering functions</a>. It is used to test if two numbers are equal. The function returns 1 if the numbers are equal and 0 otherwise.</p>
<h3>Syntax</h3>
<p><b><em>DELTA(number1 [, number2)</em></b></p>
<p><b><em>DELTA(number1, [number2])</em></b></p>
<p>The <b>DELTA</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>

View File

@ -26,7 +26,7 @@
</tr>
<tr>
<td><b><em>number1/2/n</em></b></td>
<td>Up to 30 numerical values entered manually or included into the cells you make reference to.</td>
<td>Up to 255 numerical values for which you want to find the sum of squares of deviations.</td>
</tr>
</table>
<h3>Notes</h3>

View File

@ -26,7 +26,7 @@
</tr>
<tr>
<td><b><em>number1/2/n</em></b></td>
<td>Up to 30 numeric values for which you want to get the greatest common divisor.</td>
<td>Up to 255 numeric values for which you want to get the greatest common divisor.</td>
</tr>
</table>

View File

@ -26,7 +26,7 @@
</tr>
<tr>
<td><b><em>number1/2/n</em></b></td>
<td>Up to 30 numeric values for which you want to get the geometric mean.</td>
<td>Up to 255 numeric values for which you want to get the geometric mean.</td>
</tr>
</table>

View File

@ -26,7 +26,7 @@
</tr>
<tr>
<td><b><em>number1/2/n</em></b></td>
<td>Up to 30 numeric values for which you want to get the harmonic mean.</td>
<td>Up to 255 numeric values for which you want to get the harmonic mean.</td>
</tr>
</table>

View File

@ -30,7 +30,7 @@
</tr>
<tr>
<td><b><em>table_array</em></b></td>
<td>two or more rows containing data sorted in ascending order.</td>
<td>Two or more rows containing data sorted in ascending order.</td>
</tr>
<tr>
<td><b><em>row_index_num</em></b></td>

View File

@ -26,7 +26,7 @@
</tr>
<tr>
<td><b><em>number1/2/n</em></b></td>
<td>Up to 30 numeric values for which you want to calculate kurtosis.</td>
<td>Up to 255 numeric values for which you want to calculate kurtosis.</td>
</tr>
</table>
<h3>Notes</h3>

View File

@ -19,9 +19,22 @@
<h3>Syntax</h3>
<p><b><em>LARGE(array, k)</em></b></p>
<p>The <b>LARGE</b> function has the following arguments:</p>
<p><b><em>array</em></b> is the selected range of cells you want to analyze.</p>
<p><b><em>k</em></b> is the position of the number from the largest one, a numeric value greater than 0 entered manually or included into the cell you make reference to.</p>
<h3>Notes</h3>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>array</em></b></td>
<td>The selected range of cells you want to analyze.</td>
</tr>
<tr>
<td><b><em>k</em></b></td>
<td>The position of the number from the largest one, a numeric value greater than 0.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>LARGE</b> function.</p>
<h3>Examples</h3>

View File

@ -17,8 +17,18 @@
<h1>LCM Function</h1>
<p>The <b>LCM</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#mathtrigonometry" onclick="onhyperlinkclick(this)">math and trigonometry functions</a>. It is used to return the lowest common multiple of one or more numbers.</p>
<h3>Syntax</h3>
<p><b><em>LCM(argument-list)</em></b></p>
<p>The <b>LCM</b> function has the following argument:</p><p><b><em>argument-list</em></b> is up to 30 numeric values entered manually or included into the cell you make reference to.</p>
<p><b><em>LCM(number1, [number2], ...)</em></b></p>
<p>The <b>LCM</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number1/2/n</em></b></td>
<td>Up to 255 numeric values for which you want to find the lowest common multiple.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>LCM</b> function.</p>

View File

@ -17,12 +17,29 @@
<h1>LEFT/LEFTB Function</h1>
<p>The <b>LEFT/LEFTB</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#textdata" onclick="onhyperlinkclick(this)">text and data functions</a>. Is used to extract the substring from the specified string starting from the left character. The <b>LEFT</b> function is intended for languages that use the single-byte character set (SBCS), while <b>LEFTB</b> - for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc.</p>
<h3>Syntax</h3>
<p><b><em>LEFT(string [, number-chars])</em></b></p>
<p><b><em>LEFTB(string [, number-chars])</em></b></p>
<p><b><em>LEFT(text, [num_chars])</em></b></p>
<p><b><em>LEFTB(text, [num_bytes])</em></b></p>
<p>The <b>LEFT/LEFTB</b> function has the following arguments:</p>
<p><b><em>string</em></b> is a string you need to extract the substring from,</p>
<p><b><em>number-chars</em></b> is a number of the substring characters. It is an optional argument. If it is omitted, the function will assume it to be 1.</p>
<h3>Notes</h3>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>text</em></b></td>
<td>A string you need to extract the substring from.</td>
</tr>
<tr>
<td><b><em>num_chars</em></b></td>
<td>A number of the substring characters. It must be greater than or equal to 0. It is an optional argument. If it is omitted, the function will assume it to be 1.</td>
</tr>
<tr>
<td><b><em>num_bytes</em></b></td>
<td>A number of the substring characters, based on bytes. It is an optional argument.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>LEFT/LEFTB</b> function.</p>
<h3>Examples</h3>

View File

@ -17,11 +17,27 @@
<h1>LEFT/LEFTB Function</h1>
<p>The <b>LEFT/LEFTB</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#textdata" onclick="onhyperlinkclick(this)">text and data functions</a>. Is used to extract the substring from the specified string starting from the left character. The <b>LEFT</b> function is intended for languages that use the single-byte character set (SBCS), while <b>LEFTB</b> - for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc.</p>
<h3>Syntax</h3>
<p><b><em>LEFT(string [, number-chars])</em></b></p>
<p><b><em>LEFTB(string [, number-chars])</em></b></p>
<p><b><em>LEFT(text, [num_chars])</em></b></p>
<p><b><em>LEFTB(text, [num_bytes])</em></b></p>
<p>The <b>LEFT/LEFTB</b> function has the following arguments:</p>
<p><b><em>string</em></b> is a string you need to extract the substring from,</p>
<p><b><em>number-chars</em></b> is a number of the substring characters. It is an optional argument. If it is omitted, the function will assume it to be 1.</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>text</em></b></td>
<td>A string you need to extract the substring from.</td>
</tr>
<tr>
<td><b><em>num_chars</em></b></td>
<td>A number of the substring characters. It must be greater than or equal to 0. It is an optional argument. If it is omitted, the function will assume it to be 1.</td>
</tr>
<tr>
<td><b><em>num_bytes</em></b></td>
<td>A number of the substring characters, based on bytes. It is an optional argument.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>LEFT/LEFTB</b> function.</p>

View File

@ -17,9 +17,19 @@
<h1>LEN/LENB Function</h1>
<p>The <b>LEN/LENB</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#textdata" onclick="onhyperlinkclick(this)">text and data functions</a>. Is used to analyse the specified string and return the number of characters it contains. The <b>LEN</b> function is intended for languages that use the single-byte character set (SBCS), while <b>LENB</b> - for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc.</p>
<h3>Syntax</h3>
<p><b><em>LEN(string)</em></b></p>
<p><b><em>LENB(string)</em></b></p>
<p>The <b>LEN/LENB</b> function has the following argument:</p><p><b><em>string</em></b> is a data entered manually or included into the cell you make reference to.</p>
<p><b><em>LEN(text)</em></b></p>
<p><b><em>LENB(text)</em></b></p>
<p>The <b>LEN/LENB</b> function has the following argument:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>text</em></b></td>
<td>The text whose length you want to find.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>LEN/LENB</b> function.</p>

View File

@ -17,9 +17,19 @@
<h1>LEN/LENB Function</h1>
<p>The <b>LEN/LENB</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#textdata" onclick="onhyperlinkclick(this)">text and data functions</a>. Is used to analyse the specified string and return the number of characters it contains. The <b>LEN</b> function is intended for languages that use the single-byte character set (SBCS), while <b>LENB</b> - for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc.</p>
<h3>Syntax</h3>
<p><b><em>LEN(string)</em></b></p>
<p><b><em>LENB(string)</em></b></p>
<p>The <b>LEN/LENB</b> function has the following argument:</p><p><b><em>string</em></b> is a data entered manually or included into the cell you make reference to.</p>
<p><b><em>LEN(text)</em></b></p>
<p><b><em>LENB(text)</em></b></p>
<p>The <b>LEN/LENB</b> function has the following argument:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>text</em></b></td>
<td>The text whose length you want to find.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>LEN/LENB</b> function.</p>

View File

@ -17,8 +17,18 @@
<h1>LN Function</h1>
<p>The <b>LN</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#mathtrigonometry" onclick="onhyperlinkclick(this)">math and trigonometry functions</a>. It is used to return the natural logarithm of a number.</p>
<h3>Syntax</h3>
<p><b><em>LN(x)</em></b></p>
<p>The <b>LN</b> function has the following argument:</p><p><b><em>x</em></b> is a numeric value entered manually or included into the cell you make reference to. It must be greater than 0.</p>
<p><b><em>LN(number)</em></b></p>
<p>The <b>LN</b> function has the following argument:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number</em></b></td>
<td>A numeric value for which you want to get the natural logarithm. It must be greater than 0.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>LN</b> function.</p>

View File

@ -17,11 +17,24 @@
<h1>LOG Function</h1>
<p>The <b>LOG</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#mathtrigonometry" onclick="onhyperlinkclick(this)">math and trigonometry functions</a>. It is used to return the logarithm of a number to a specified base.</p>
<h3>Syntax</h3>
<p><b><em>LOG(x [,base])</em></b></p>
<p><b><em>LOG(number, [base])</em></b></p>
<p>The <b>LOG</b> function has the following arguments:</p>
<p><b><em>x</em></b> is a numeric value greater than 0</p>
<p><b><em>base</em></b> is the base used to calculate the logarithm of a number. It is an optional parameter. If it is omitted, the function will assume <b><em>base</em></b> to be 10.</p>
<h3>Notes</h3>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number</em></b></td>
<td>A numeric value for which you want to get the logarithm. It must be greater than 0.</td>
</tr>
<tr>
<td><b><em>base</em></b></td>
<td>The base used to calculate the logarithm of a number. It is an optional parameter. If it is omitted, the function will assume <b><em>base</em></b> to be 10.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>LOG</b> function.</p>
<h3>Examples</h3>

View File

@ -17,8 +17,18 @@
<h1>LOG10 Function</h1>
<p>The <b>LOG10</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#mathtrigonometry" onclick="onhyperlinkclick(this)">math and trigonometry functions</a>. It is used to return the logarithm of a number to a base of 10.</p>
<h3>Syntax</h3>
<p><b><em>LOG10(x)</em></b></p>
<p>The <b>LOG10</b> function has the following argument:</p><p><b><em>x</em></b> is a numeric value greater than 0 entered manually or included into the cell you make reference to.</p>
<p><b><em>LOG10(number)</em></b></p>
<p>The <b>LOG10</b> function has the following argument:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number</em></b></td>
<td>A numeric value for which you want to get the logarithm to a base of 10. It must be greater than 0.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>LOG10</b> function.</p>

View File

@ -18,11 +18,30 @@
<p>The <b>LOGEST</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to calculate an exponential curve that fits the data and returns an array of values that describes the curve.</p>
<h3>Syntax</h3>
<p><b><em>LOGEST(known_ys, [known_xs], [const], [stats])</em></b></p>
<p>The <b>LOGEST</b> function has the following argument:</p>
<p><b><em>known_ys</em></b> is the set of y-values you already know in the <em>y = b*m^x</em> equation.</p>
<p><b><em>known_xs</em></b> is the optional set of x-values you might know in the <em>y = b*m^x</em> equation.</p>
<p><b><em>const</em></b> is an optional argument. It is a TRUE or FALSE value where TRUE or lack of the argument forces <em>b</em> to be calculated normally and FALSE sets <em>b</em> to 1 in the <em>y = b*m^x</em> equation and m-values correspond with the <em>y = m^x</em> equation.</p>
<p><b><em>stats</em></b> is an optional argument. It is a TRUE or FALSE value that sets whether additional regression statistics should be returned.</p>
<p>The <b>LOGEST</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>known_ys</em></b></td>
<td>The set of y-values you already know in the <em>y = b*m^x</em> equation.</td>
</tr>
<tr>
<td><b><em>known_xs</em></b></td>
<td>The optional set of x-values you might know in the <em>y = b*m^x</em> equation.</td>
</tr>
<tr>
<td><b><em>const</em></b></td>
<td>An optional argument. It is a TRUE or FALSE value where TRUE or lack of the argument forces <em>b</em> to be calculated normally and FALSE sets <em>b</em> to 1 in the <em>y = b*m^x</em> equation and m-values correspond with the <em>y = m^x</em> equation.</td>
</tr>
<tr>
<td><b><em>stats</em></b></td>
<td>An optional argument. It is a TRUE or FALSE value that sets whether additional regression statistics should be returned.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>LOGEST</b> function.</p>

View File

@ -17,12 +17,28 @@
<h1>LOGINV Function</h1>
<p>The <b>LOGINV</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to return the inverse of the lognormal cumulative distribution function of the given <b><em>x</em></b> value with the specified parameters.</p>
<h3>Syntax</h3>
<p><b><em>LOGINV(x, mean, standard-deviation)</em></b></p>
<p><b><em>LOGINV(probability, mean, standard_dev)</em></b></p>
<p>The <b>LOGINV</b> function has the following arguments:</p>
<p><b><em>x</em></b> is the probability associated with the lognormal distribution, a numeric value greater than 0 but less than 1.</p>
<p><b><em>mean</em></b> is the mean of ln(<b><em>x</em></b>), a numeric value.</p>
<p><b><em>standard-deviation</em></b> is the standard deviation of ln(<b><em>x</em></b>), a numeric value greater than 0.</p>
<h3>Notes</h3>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>probability</em></b></td>
<td>The probability associated with the lognormal distribution, a numeric value greater than 0 but less than 1.</td>
</tr>
<tr>
<td><b><em>mean</em></b></td>
<td>The mean of ln(<b><em>x</em></b>), a numeric value.</td>
</tr>
<tr>
<td><b><em>standard_dev</em></b></td>
<td>The standard deviation of ln(<b><em>x</em></b>), a numeric value greater than 0.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>LOGINV</b> function.</p>
<h3>Examples</h3>

View File

@ -17,13 +17,32 @@
<h1>LOGNORM.DIST Function</h1>
<p>The <b>LOGNORM.DIST</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to return the lognormal distribution of <b><em>x</em></b>, where ln(<b><em>x</em></b>) is normally distributed with parameters <b><em>mean</em></b> and <b><em>standard-dev</em></b>.</p>
<h3>Syntax</h3>
<p><b><em>LOGNORM.DIST(x, mean, standard-dev, cumulative)</em></b></p>
<p><b><em>LOGNORM.DIST(x, mean, standard_dev, cumulative)</em></b></p>
<p>The <b>LOGNORM.DIST</b> function has the following arguments:</p>
<p><b><em>x</em></b> is the value at which the function should be calculated. A numeric value greater than 0.</p>
<p><b><em>mean</em></b> is the mean of ln(<b><em>x</em></b>), a numeric value.</p>
<p><b><em>standard-dev</em></b> is the standard deviation of ln(<b><em>x</em></b>), a numeric value greater than 0.</p>
<p><b><em>cumulative</em></b> is a logical value (TRUE or FALSE) that determines the function form. If it is TRUE, the function returns the cumulative distribution function. If it is FALSE, the function returns the probability density function.</p>
<h3>Notes</h3>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>x</em></b></td>
<td>The value at which the function should be calculated. A numeric value greater than 0.</td>
</tr>
<tr>
<td><b><em>mean</em></b></td>
<td>The mean of ln(<b><em>x</em></b>), a numeric value.</td>
</tr>
<tr>
<td><b><em>standard_dev</em></b></td>
<td>The standard deviation of ln(<b><em>x</em></b>), a numeric value greater than 0.</td>
</tr>
<tr>
<td><b><em>cumulative</em></b></td>
<td>A logical value (TRUE or FALSE) that determines the function form. If it is TRUE, the function returns the cumulative distribution function. If it is FALSE, the function returns the probability density function.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>LOGNORM.DIST</b> function.</p>
<h3>Examples</h3>

View File

@ -17,12 +17,28 @@
<h1>LOGNORM.INV Function</h1>
<p>The <b>LOGNORM.INV</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to return the inverse of the lognormal cumulative distribution function of <b><em>x</em></b>, where ln(<b><em>x</em></b>) is normally distributed with parameters <b><em>mean</em></b> and <b><em>standard-dev</em></b>.</p>
<h3>Syntax</h3>
<p><b><em>LOGNORM.INV(probability, mean, standard-dev)</em></b></p>
<p><b><em>LOGNORM.INV(probability, mean, standard_dev)</em></b></p>
<p>The <b>LOGNORM.INV</b> function has the following arguments:</p>
<p><b><em>probability</em></b> is the probability associated with the lognormal distribution. A numeric value greater than 0 but less than 1.</p>
<p><b><em>mean</em></b> is the mean of ln(<b><em>x</em></b>), a numeric value.</p>
<p><b><em>standard-dev</em></b> is the standard deviation of ln(<b><em>x</em></b>), a numeric value greater than 0.</p>
<h3>Notes</h3>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>probability</em></b></td>
<td>The probability associated with the lognormal distribution, a numeric value greater than 0 but less than 1.</td>
</tr>
<tr>
<td><b><em>mean</em></b></td>
<td>The mean of ln(<b><em>x</em></b>), a numeric value.</td>
</tr>
<tr>
<td><b><em>standard_dev</em></b></td>
<td>The standard deviation of ln(<b><em>x</em></b>), a numeric value greater than 0.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>LOGNORM.INV</b> function.</p>
<h3>Examples</h3>

View File

@ -17,12 +17,28 @@
<h1>LOGNORMDIST Function</h1>
<p>The <b>LOGNORMDIST</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to analyze logarithmically transformed data and return the lognormal cumulative distribution function of the given x value with the specified parameters.</p>
<h3>Syntax</h3>
<p><b><em>LOGNORMDIST(x, mean, standard-deviation)</em></b></p>
<p><b><em>LOGNORMDIST(x, mean, standard_dev)</em></b></p>
<p>The <b>LOGNORMDIST</b> function has the following arguments:</p>
<p><b><em>x</em></b> is the value at which the function should be calculated. A numeric value greater than 0.</p>
<p><b><em>mean</em></b> is the mean of ln(<b><em>x</em></b>), a numeric value.</p>
<p><b><em>standard-deviation</em></b> is the standard deviation of ln(<b><em>x</em></b>), a numeric value greater than 0.</p>
<h3>Notes</h3>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>x</em></b></td>
<td>The value at which the function should be calculated. A numeric value greater than 0.</td>
</tr>
<tr>
<td><b><em>mean</em></b></td>
<td>The mean of ln(<b><em>x</em></b>), a numeric value.</td>
</tr>
<tr>
<td><b><em>standard_dev</em></b></td>
<td>The standard deviation of ln(<b><em>x</em></b>), a numeric value greater than 0.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>LOGNORMDIST</b> function.</p>
<h3>Examples</h3>

View File

@ -17,14 +17,30 @@
<h1>LOOKUP Function</h1>
<p>The <b>LOOKUP</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#lookupreference" onclick="onhyperlinkclick(this)">lookup and reference functions</a>. It is used to return a value from a selected range (row or column containing the data in ascending order).</p>
<h3>Syntax</h3>
<p><b><em>LOOKUP(lookup-value, lookup-vector, result-vector)</em></b></p>
<p><b><em>LOOKUP(lookup_value, lookup_vector, [result_vector])</em></b></p>
<p>The <b>LOOKUP</b> function has the following arguments:</p>
<p><b><em>lookup-value</em></b> is a value to search for.</p>
<p><b><em>lookup-vector</em></b> is a single row or column containing data sorted in ascending order.</p>
<p><b><em>lookup-result</em></b> is a single row or column of data that is the same size as the <b><em>lookup-vector</em></b>.</p>
<h3>Notes</h3>
<p>The function searches for the <b><em>lookup-value</em></b> in the <b><em>lookup-vector</em></b> and returns the value from the same position in the <b><em>lookup-result</em></b>.</p>
<p class="note">If the <b>lookup-value</b> is smaller than all of the values in the <b>lookup-vector</b>, the function will return the <b>#N/A</b> error. If there is not a value that strictly matches the <b>lookup-value</b>, the function chooses the largest value in the <b>lookup-vector</b> that is less than or equal to the value.</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>lookup_value</em></b></td>
<td>A value to search for.</td>
</tr>
<tr>
<td><b><em>lookup_vector</em></b></td>
<td>A single row or column containing data sorted in ascending order.</td>
</tr>
<tr>
<td><b><em>result_vector</em></b></td>
<td>A single row or column of data that is the same size as the <b><em>lookup_vector</em></b>.</td>
</tr>
</table>
<h3>Notes</h3>
<p>The function searches for the <b><em>lookup_value</em></b> in the <b><em>lookup_vector</em></b> and returns the value from the same position in the <b><em>lookup_result</em></b>.</p>
<p>If the <b>lookup_value</b> is smaller than all of the values in the <b>lookup_vector</b>, the function will return the <b>#N/A</b> error. If there is not a value that strictly matches the <b>lookup_value</b>, the function chooses the largest value in the <b>lookup_vector</b> that is less than or equal to the value.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>LOOKUP</b> function.</p>
<h3>Examples</h3>

View File

@ -19,7 +19,16 @@
<h3>Syntax</h3>
<p><b><em>LOWER(text)</em></b></p>
<p>The <b>LOWER</b> function has the following argument:</p>
<p><b><em>text</em></b> is data included into the cell you make reference to.</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>text</em></b></td>
<td>The text you want to convert to lowercase.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>LOWER</b> function.</p>

View File

@ -17,15 +17,32 @@
<h1>MATCH Function</h1>
<p>The <b>MATCH</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#lookupreference" onclick="onhyperlinkclick(this)">lookup and reference functions</a>. It is used to return a relative position of a specified item in a range of cells.</p>
<h3>Syntax</h3>
<p><b><em>MATCH(lookup-value, lookup-array[ , [match-type]])</em></b></p>
<p><b><em>MATCH(lookup_value, lookup_array, [match_type])</em></b></p>
<p>The <b>MATCH</b> function has the following arguments:</p>
<p><em><b>lookup-value</b></em> is a value in the <em><b>lookup-array</b></em> to search for. It can be a numeric, logical or text value, or a cell reference.</p>
<p><em><b>lookup-array</b></em> is a single row or column you need to analyze.</p>
<p><em><b>match-type</b></em> is a type of match. It's an optional argument. It can be one of the following numeric values:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>lookup_value</em></b></td>
<td>A value in the <em><b>lookup_array</b></em> to search for. It can be a numeric, logical or text value, or a cell reference.</td>
</tr>
<tr>
<td><b><em>lookup_array</em></b></td>
<td>A single row or column you need to analyze.</td>
</tr>
<tr>
<td><b><em>match_type</em></b></td>
<td>A type of match. It's an optional argument. Possible values are listed in the table below.</td>
</tr>
</table>
<p>The <b><em>match_type</em></b> argument can be one of the following:</p>
<table style="width: 40%">
<tr>
<td><b>Numeric value</b></td>
<td><b>Meaning</b></td>
<th style="background-color: #f4f4f4"><b>Numeric value</b></th>
<th style="background-color: #f4f4f4"><b>Meaning</b></th>
</tr>
<tr>
<td>1 or omitted</td>

View File

@ -17,9 +17,18 @@
<h1>MAX Function</h1>
<p>The <b>MAX</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to analyze the range of data and find the largest number.</p>
<h3>Syntax</h3>
<p><b><em>MAX(number1, number2, ...)</em></b></p>
<p>The <b>MAX</b> function has the following argument:</p>
<p><b><em>number1(2)</em></b> is up to 30 numeric values entered manually or included into the cells you make reference to.</p>
<p><b><em>MAX(number1, [number2], ...)</em></b></p>
<p>The <b>MAX</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number1/2/n</em></b></td>
<td>Up to 255 numeric values for which you want to find the largest number.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>MAX</b> function.</p>

View File

@ -17,9 +17,18 @@
<h1>MAXA Function</h1>
<p>The <b>MAXA</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to analyze the range of data and find the largest value.</p>
<h3>Syntax</h3>
<p><b><em>MAXA(number1, number2, ...)</em></b></p>
<p>The <b>MAXA</b> function has the following argument:</p>
<p><b><em>number1(2)</em></b> is a data (number, text, logical value) entered manually or included into the cell you make reference to.</p>
<p><b><em>MAXA(value1, [value2], ...)</em></b></p>
<p>The <b>MAXA</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>value1/2/n</em></b></td>
<td>Up to 255 values (number, text, logical value) for which you want to find the largest value.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>MAXA</b> function.</p>

View File

@ -17,14 +17,33 @@
<h1>MAXIFS Function</h1>
<p>The <b>MAXIFS</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to return the maximum value among cells specified by a given set of conditions or criteria.</p>
<h3>Syntax</h3>
<p><b><em>MAXIFS(max_range, criteria_range1, criteria1 [, criteria_range2, criteria2], ...)</em></b></p>
<p>The <b>MAXIFS</b> function has the following argument:</p>
<p><b><em>max_range</em></b> is the range of cells in which the maximum will be determined.</p>
<p><b><em>criteria_range1</em></b> is the first selected range of cells to apply the <em>criteria1</em> to.</p>
<p><b><em>criteria1</em></b> is the first condition that must be met. It is applied to the <em>criteria_range1</em> and used to determine which cells in the <em>max_range</em> will be evaluated as maximum. It can be a value entered manually or included into the cell you make reference to.</p>
<p><b><em>criteria_range2, criteria2, ...</em></b> are additional ranges of cells and their corresponding criteria. These arguments are optional.</p>
<h3>Notes</h3>
<p class="note"><b>Note:</b> you can use wildcard characters when specifying criteria. The question mark "?" can replace any single character and the asterisk "*" can be used instead of any number of characters.</p>
<p><b><em>MAXIFS(max_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)</em></b></p>
<p>The <b>MAXIFS</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>max_range</em></b></td>
<td>The range of cells in which the maximum will be determined.</td>
</tr>
<tr>
<td><b><em>criteria_range1</em></b></td>
<td>The first selected range of cells to apply the <em>criteria1</em> to.</td>
</tr>
<tr>
<td><b><em>criteria1</em></b></td>
<td>The first condition that must be met. It is applied to the <em>criteria_range1</em> and used to determine which cells in the <em>max_range</em> will be evaluated as maximum.</td>
</tr>
<tr>
<td><b><em>criteria_range2, criteria2</em></b></td>
<td>Additional ranges of cells and their corresponding criteria. These arguments are optional.</td>
</tr>
</table>
<h3>Notes</h3>
<p>You can use wildcard characters when specifying criteria. The question mark "?" can replace any single character and the asterisk "*" can be used instead of any number of characters.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>MAXIFS</b> function.</p>
<h3>Examples</h3>

View File

@ -19,10 +19,19 @@
<h3>Syntax</h3>
<p><b><em>MDETERM(array)</em></b></p>
<p>The <b>MDETERM</b> function has the following argument:</p>
<p><b><em>array</em></b> is an array of numbers.</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>array</em></b></td>
<td>An array of numbers.</td>
</tr>
</table>
<h3>Notes</h3>
<p>If any of the cells in the array contain empty or non-numeric values, the function will return the <b>#N/A</b> error.<br />
If the number of rows in the array is not the same as the number of columns, the function will return the <b>#VALUE!</b> error.</p>
<p>If any of the cells in the array contain empty or non-numeric values, the function will return the <b>#N/A</b> error.</p>
<p>If the number of rows in the array is not the same as the number of columns, the function will return the <b>#VALUE!</b> error.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>MDETERM</b> function.</p>
<h3>Examples</h3>

View File

@ -17,8 +17,18 @@
<h1>MEDIAN Function</h1>
<p>The <b>MEDIAN</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to calculate the median of the argument list.</p>
<h3>Syntax</h3>
<p><b><em>MEDIAN(argument-list)</em></b></p>
<p>The <b>MEDIAN</b> function has the following argument:</p><p><b><em>argument-list</em></b> is up tp 30 numerical values entered manually or included into the cell you make reference to.</p>
<p><b><em>MEDIAN(number1, [number2], ...)</em></b></p>
<p>The <b>MEDIAN</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number1/2/n</em></b></td>
<td>Up to 255 numeric values for which you want to calculate the median.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>MEDIAN</b> function.</p>

View File

@ -17,12 +17,31 @@
<h1>MID/MIDB Function</h1>
<p>The <b>MID/MIDB</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#textdata" onclick="onhyperlinkclick(this)">text and data functions</a>. Is used to extract the characters from the specified string starting from any position. The <b>MID</b> function is intended for languages that use the single-byte character set (SBCS), while <b>MIDB</b> - for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc.</p>
<h3>Syntax</h3>
<p><b><em>MID(string, start-pos, number-chars)</em></b></p>
<p><b><em>MIDB(string, start-pos, number-chars)</em></b></p>
<p><b><em>MID(text, start_num, num_chars)</em></b></p>
<p><b><em>MIDB(text, start_num, num_bytes)</em></b></p>
<p>The <b>MID/MIDB</b> function has the following arguments:</p>
<p><b><em>string</em></b> is a string you need to extract the characters from.</p>
<p><b><em>start-pos</em></b> is a position you need to start extracting from.</p>
<p><b><em>number-chars</em></b> is a number of the characters you need to extract.</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>text</em></b></td>
<td>A string you need to extract the characters from.</td>
</tr>
<tr>
<td><b><em>start_num</em></b></td>
<td>A position you need to start extracting from.</td>
</tr>
<tr>
<td><b><em>num_chars</em></b></td>
<td>A number of the characters you need to extract.</td>
</tr>
<tr>
<td><b><em>num_bytes</em></b></td>
<td>A number of the characters you need to extract, based on bytes.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>MID/MIDB</b> function.</p>

View File

@ -17,12 +17,31 @@
<h1>MID/MIDB Function</h1>
<p>The <b>MID/MIDB</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#textdata" onclick="onhyperlinkclick(this)">text and data functions</a>. Is used to extract the characters from the specified string starting from any position. The <b>MID</b> function is intended for languages that use the single-byte character set (SBCS), while <b>MIDB</b> - for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc.</p>
<h3>Syntax</h3>
<p><b><em>MID(string, start-pos, number-chars)</em></b></p>
<p><b><em>MIDB(string, start-pos, number-chars)</em></b></p>
<p><b><em>MID(text, start_num, num_chars)</em></b></p>
<p><b><em>MIDB(text, start_num, num_bytes)</em></b></p>
<p>The <b>MID/MIDB</b> function has the following arguments:</p>
<p><b><em>string</em></b> is a string you need to extract the characters from.</p>
<p><b><em>start-pos</em></b> is a position you need to start extracting from.</p>
<p><b><em>number-chars</em></b> is a number of the characters you need to extract.</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>text</em></b></td>
<td>A string you need to extract the characters from.</td>
</tr>
<tr>
<td><b><em>start_num</em></b></td>
<td>A position you need to start extracting from.</td>
</tr>
<tr>
<td><b><em>num_chars</em></b></td>
<td>A number of the characters you need to extract.</td>
</tr>
<tr>
<td><b><em>num_bytes</em></b></td>
<td>A number of the characters you need to extract, based on bytes.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>MID/MIDB</b> function.</p>

View File

@ -17,8 +17,18 @@
<h1>MIN Function</h1>
<p>The <b>MIN</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to analyze the range of data and find the smallest number.</p>
<h3>Syntax</h3>
<p><b><em>MIN(number1, number2, ...)</em></b></p>
<p>The <b>MIN</b> function has the following argument:</p><p><b><em>number1(2)</em></b> is up to 30 numeric values entered manually or included into the cell you make reference to.</p>
<p><b><em>MIN(number1, [number2], ...)</em></b></p>
<p>The <b>MIN</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number1/2/n</em></b></td>
<td>Up to 255 numeric values for which you want to find the smallest number.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>MIN</b> function.</p>

View File

@ -17,9 +17,19 @@
<h1>MINA Function</h1>
<p>The <b>MINA</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to analyze the range of data and find the smallest value.</p>
<h3>Syntax</h3>
<p><b><em>MINA(number1, number2, ...)</em></b></p>
<p>The <b>MINA</b> function has the following argument:</p><p><b><em>number1(2)</em></b> is a data (number, text, logical value) entered manually or included into the cell you make reference to.</p>
<h3>Notes</h3>
<p><b><em>MINA(value1, [value2], ...)</em></b></p>
<p>The <b>MINA</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>value1/2/n</em></b></td>
<td>Up to 255 values (number, text, logical value) for which you want to find the smallest value.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>MINA</b> function.</p>
<h3>Examples</h3>

View File

@ -17,14 +17,33 @@
<h1>MINIFS Function</h1>
<p>The <b>MINIFS</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to return the minimum value among cells specified by a given set of conditions or criteria.</p>
<h3>Syntax</h3>
<p><b><em>MINIFS(min_range, criteria_range1, criteria1 [, criteria_range2, criteria2], ...)</em></b></p>
<p>The <b>MINIFS</b> function has the following argument:</p>
<p><b><em>min_range</em></b> is the range of cells in which the minimum will be determined.</p>
<p><b><em>criteria_range1</em></b> is the first selected range of cells to apply the <em>criteria1</em> to.</p>
<p><b><em>criteria1</em></b> is the first condition that must be met. It is applied to the <em>criteria_range1</em> and used to determine which cells in the <em>min_range</em> will be evaluated as minimum. It can be a value entered manually or included into the cell you make reference to.</p>
<p><b><em>criteria_range2, criteria2, ...</em></b> are additional ranges of cells and their corresponding criteria. These arguments are optional.</p>
<h3>Notes</h3>
<p class="note"><b>Note:</b> you can use wildcard characters when specifying criteria. The question mark "?" can replace any single character and the asterisk "*" can be used instead of any number of characters.</p>
<p><b><em>MINIFS(min_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)</em></b></p>
<p>The <b>MINIFS</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>min_range</em></b></td>
<td>The range of cells in which the minimum will be determined.</td>
</tr>
<tr>
<td><b><em>criteria_range1</em></b></td>
<td>The first selected range of cells to apply the <em>criteria1</em> to.</td>
</tr>
<tr>
<td><b><em>criteria1</em></b></td>
<td>The first condition that must be met. It is applied to the <em>criteria_range1</em> and used to determine which cells in the <em>min_range</em> will be evaluated as minimum.</td>
</tr>
<tr>
<td><b><em>criteria_range2, criteria2</em></b></td>
<td>Additional ranges of cells and their corresponding criteria. These arguments are optional.</td>
</tr>
</table>
<h3>Notes</h3>
<p>You can use wildcard characters when specifying criteria. The question mark "?" can replace any single character and the asterisk "*" can be used instead of any number of characters.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>MINIFS</b> function.</p>
<h3>Examples</h3>

View File

@ -17,10 +17,20 @@
<h1>MINUTE Function</h1>
<p>The <b>MINUTE</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#datetime" onclick="onhyperlinkclick(this)">date and time functions</a>. It returns the minute (a number from 0 to 59) of the time value.</p>
<h3>Syntax</h3>
<p><b><em>MINUTE( time-value )</em></b></p>
<p>The <b>MINUTE</b> function has the following argument:</p><p><b><em>time-value</em></b> is a value entered manually or included into the cell you make reference to.</p>
<p><b><em>MINUTE(serial_number)</em></b></p>
<p>The <b>MINUTE</b> function has the following argument:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>serial_number</em></b></td>
<td>The time that contains the minute you want to find.</td>
</tr>
</table>
<h3>Notes</h3>
<p>The <b><em>time-value</em></b> may be expressed as a string value (e.g. "13:39"), a decimal number (e.g. 0.56 corresponds to 13:26) , or the result of a formula (e.g. the result of the NOW function in the default format - 9/26/12 13:39)</p>
<p>The <b><em>serial_number</em></b> may be expressed as a string value (e.g. "13:39"), a decimal number (e.g. 0.56 corresponds to 13:26) , or the result of a formula (e.g. the result of the NOW function in the default format - 9/26/12 13:39)</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>MINUTE</b> function.</p>
<h3>Examples</h3>

View File

@ -18,10 +18,20 @@
<p>The <b>MINVERSE</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#mathtrigonometry" onclick="onhyperlinkclick(this)">math and trigonometry functions</a>. It is used to return the inverse matrix for a given matrix and display the first value of the returned array of numbers.</p>
<h3>Syntax</h3>
<p><b><em>MINVERSE(array)</em></b></p>
<p>The <b>MINVERSE</b> function has the following argument:</p><p><b><em>array</em></b> is an array of numbers.</p>
<p>The <b>MINVERSE</b> function has the following argument:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>array</em></b></td>
<td>An array of numbers.</td>
</tr>
</table>
<h3>Notes</h3>
<p>If any of the cells in the array contain empty or non-numeric values, the function will return the <b>#N/A</b> error.<br />
If the number of rows in the array is not the same as the number of columns, the function will return the <b>#VALUE!</b> error.</p>
<p>If any of the cells in the array contain empty or non-numeric values, the function will return the <b>#N/A</b> error.</p>
<p>If the number of rows in the array is not the same as the number of columns, the function will return the <b>#VALUE!</b> error.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>MINVERSE</b> function.</p>
<h3>Examples</h3>

View File

@ -17,12 +17,26 @@
<h1>MIRR Function</h1>
<p>The <b>MIRR</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#financial" onclick="onhyperlinkclick(this)">financial functions</a>. It is used to calculate the modified internal rate of return for a series of periodic cash flows. </p>
<h3>Syntax</h3>
<p><b><em>MIRR(values, finance-rate, reinvest-rate)</em></b></p>
<p><b><em>MIRR(values, finance_rate, reinvest_rate)</em></b></p>
<p>The <b>MIRR</b> function has the following arguments:</p>
<p><b><em>values</em></b> is an array that contains the series of payments occuring at regular periods. At least one of the values must be negative and at least one positive.</p>
<p><b><em>finance-rate</em></b> is the interest rate paid on the money used in the cash flows.</p>
<p><b><em>reinvest-rate</em></b> is the interest rate received on the cash reinvestment.</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>values</em></b></td>
<td>An array that contains the series of payments occuring at regular periods. At least one of the values must be negative and at least one positive.</td>
</tr>
<tr>
<td><b><em>finance_rate</em></b></td>
<td>The interest rate paid on the money used in the cash flows.</td>
</tr>
<tr>
<td><b><em>reinvest_rate</em></b></td>
<td>The interest rate received on the cash reinvestment.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>MIRR</b> function.</p>

View File

@ -18,10 +18,20 @@
<p>The <b>MMULT</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#mathtrigonometry" onclick="onhyperlinkclick(this)">math and trigonometry functions</a>. It is used to return the matrix product of two arrays and display the first value of the returned array of numbers.</p>
<h3>Syntax</h3>
<p><b><em>MMULT(array1, array2)</em></b></p>
<p>The <b>MMULT</b> function has the following argument:</p><p><b><em>array1, array2</em></b> is an array of numbers.</p>
<p>The <b>MMULT</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>array1, array2</em></b></td>
<td>An array of numbers.</td>
</tr>
</table>
<h3>Notes</h3>
<p class="note"><b>Note</b>: if any of the cells in the array contain empty or non-numeric values, the function will return the <b>#N/A</b> error.<br />
If the number of columns in <b><em>array1</em></b> is not the same as the number of rows in <b><em>array2</em></b>, the function will return the <b>#VALUE!</b> error.</p>
<p>If any of the cells in the array contain empty or non-numeric values, the function will return the <b>#N/A</b> error.</p>
<p>If the number of columns in <b><em>array1</em></b> is not the same as the number of rows in <b><em>array2</em></b>, the function will return the <b>#VALUE!</b> error.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>MMULT</b> function.</p>
<h3>Examples</h3>

View File

@ -17,12 +17,24 @@
<h1>MOD Function</h1>
<p>The <b>MOD</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#mathtrigonometry" onclick="onhyperlinkclick(this)">math and trigonometry functions</a>. It is used to return the remainder after the division of a number by the specified divisor.</p>
<h3>Syntax</h3>
<p><b><em>MOD(x, y)</em></b></p>
<p><b><em>MOD(number, divisor)</em></b></p>
<p>The <b>MOD</b> function has the following argument:</p>
<p><b><em>x</em></b> is a number you wish to divide and find the remainder.</p>
<p><b><em>y</em></b> is a number you wish to divide by.</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number</em></b></td>
<td>A number you wish to divide and find the remainder.</td>
</tr>
<tr>
<td><b><em>divisor</em></b></td>
<td>A number you wish to divide by.</td>
</tr>
</table>
<h3>Notes</h3>
<p class="note"><b>Note</b>: if <b>y</b> is <b>0</b>, the function returns the <b>#DIV/0!</b> error.</p>
<p>If <b>divisor</b> is <b>0</b>, the function returns the <b>#DIV/0!</b> error.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>MOD</b> function.</p>
<h3>Examples</h3>

View File

@ -15,12 +15,23 @@
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>MODE.MULT Function</h1>
<p>The <b>MODE.MULT</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to return the most frequently occurring, or repetitive value in an array or range of data.</p>
<p>The <b>MODE.MULT</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to return the most frequently occurring, or repetitive values in an array or range of data.</p>
<h3>Syntax</h3>
<p><b><em>MODE.MULT(number1, [, number2],...)</em></b></p>
<p>The <b>MODE.MULT</b> function has the following argument:</p><p><b><em>number1, number2...</em></b> is up to 255 numeric values entered manually or included into the cell you make reference to.</p>
<p><b><em>MODE.MULT(number1, [number2], ...)</em></b></p>
<p>The <b>MODE.MULT</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number1/2/n</em></b></td>
<td>Up to 255 numeric values for which you want to find the most frequently occurring value.</td>
</tr>
</table>
<h3>Notes</h3>
<p class="note"><b>Note</b>: if there is no repetitive value in the argument list, the function will return the <b>#VALUE!</b> error.</p>
<p>Because this function returns an array of values, it must be entered as an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<p>If there is no repetitive value in the argument list, the function will return the <b>#VALUE!</b> error.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>MODE.MULT</b> function.</p>
<h3>Examples</h3>

View File

@ -17,10 +17,20 @@
<h1>MODE.SNGL Function</h1>
<p>The <b>MODE.SNGL</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to return the most frequently occurring, or repetitive, value in an array or range of data.</p>
<h3>Syntax</h3>
<p><b><em>MODE.SNGL(number1, [, number2],...)</em></b></p>
<p>The <b>MODE.SNGL</b> function has the following argument:</p><p><b><em>number1, number2...</em></b> is up to 255 numeric values entered manually or included into the cell you make reference to.</p>
<p><b><em>MODE.SNGL(number1, [number2], ...)</em></b></p>
<p>The <b>MODE.SNGL</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number1/2/n</em></b></td>
<td>Up to 255 numeric values for which you want to find the the most frequently occurring value.</td>
</tr>
</table>
<h3>Notes</h3>
<p class="note"><b>Note</b>: if there is no repetitive value in the argument list, the function will return the <b>#VALUE!</b> error.</p>
<p>If there is no repetitive value in the argument list, the function will return the <b>#VALUE!</b> error.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>MODE.SNGL</b> function.</p>
<h3>Examples</h3>

View File

@ -17,8 +17,18 @@
<h1>MODE Function</h1>
<p>The <b>MODE</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to analyze the range of data and return the most frequently occurring value. </p>
<h3>Syntax</h3>
<p><b><em>MODE(argument-list)</em></b></p>
<p>The <b>MODE</b> function has the following argument:</p><p><b><em>argument-list</em></b> is up to 255 numeric values entered manually or included into the cell you make reference to.</p>
<p><b><em>MODE(number1, [number2], ...)</em></b></p>
<p>The <b>MODE</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number1/2/n</em></b></td>
<td>Up to 255 numeric values for which you want to find the most frequently occurring value.</td>
</tr>
</table>
<h3>Notes</h3>
<p>If there is no repetitive value in the argument list, the function will return the <b>#VALUE!</b> error.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>MODE</b> function.</p>

View File

@ -17,8 +17,18 @@
<h1>MONTH Function</h1>
<p>The <b>MONTH</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#datetime" onclick="onhyperlinkclick(this)">date and time functions</a>. It returns the month (a number from 1 to 12) of the date given in the numerical format (<em>MM/dd/yyyy</em> by default).</p>
<h3>Syntax</h3>
<p><b><em>MONTH(date-value)</em></b></p>
<p>The <b>MONTH</b> function has the following argument:</p><p><b><em>date-value</em></b> is a value entered manually or included into the cell you make reference to.</p>
<p><b><em>MONTH(serial_number)</em></b></p>
<p>The <b>MONTH</b> function has the following argument:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>serial_number</em></b></td>
<td>The date of the month you want to find.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>MONTH</b> function.</p>

View File

@ -17,12 +17,24 @@
<h1>MROUND Function</h1>
<p>The <b>MROUND</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#mathtrigonometry" onclick="onhyperlinkclick(this)">math and trigonometry functions</a>. It is used to round the number to the desired multiple.</p>
<h3>Syntax</h3>
<p><b><em>MROUND(x, multiple)</em></b></p>
<p><b><em>MROUND(number, multiple)</em></b></p>
<p>The <b>MROUND</b> function has the following arguments:</p>
<p><b><em>x</em></b> is a number you wish to round.</p>
<p><b><em>multiple</em></b> is a multiple you wish to round to.</p>
<h3>Notes</h3>
<p>If the values of <b><em>x</em></b> and <b><em>multiple</em></b> have different signs, the function returns the <b>#NUM!</b> error.</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number</em></b></td>
<td>A number you wish to round.</td>
</tr>
<tr>
<td><b><em>multiple</em></b></td>
<td>A multiple you wish to round to.</td>
</tr>
</table>
<h3>Notes</h3>
<p>If the values of <b><em>number</em></b> and <b><em>multiple</em></b> have different signs, the function returns the <b>#NUM!</b> error.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>MROUND</b> function.</p>
<h3>Examples</h3>

View File

@ -17,8 +17,18 @@
<h1>MULTINOMIAL Function</h1>
<p>The <b>MULTINOMIAL</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#mathtrigonometry" onclick="onhyperlinkclick(this)">math and trigonometry functions</a>. It is used to return the ratio of the factorial of a sum of numbers to the product of factorials.</p>
<h3>Syntax</h3>
<p><b><em>MULTINOMIAL(argument-list)</em></b></p>
<p>The <b>MULTINOMIAL</b> function has the following argument:</p><p><b><em>argument-list</em></b> is is up to 30 numeric values entered manually or included into the cells you make reference to.</p>
<p><b><em>MULTINOMIAL(number1, [number2], ...)</em></b></p>
<p>The <b>MULTINOMIAL</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number1/2/n</em></b></td>
<td>Up to 255 numeric values for which you want to find the multinomial.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>MULTINOMIAL</b> function.</p>

View File

@ -18,11 +18,20 @@
<p>The <b>MUNIT</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#mathtrigonometry" onclick="onhyperlinkclick(this)">math and trigonometry functions</a>. It is used to return the unit matrix for the specified dimension.</p>
<h3>Syntax</h3>
<p><b><em>MUNIT(dimension)</em></b></p>
<p>The <b>MUNIT</b> function has the following arguments:</p>
<p><b><em>dimension</em></b> is a required argument. It is an integer specifying the dimension of the unit matrix that you want to return, and returns an array. The dimension has to be greater than zero.</p>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>MUNIT</b> function.</p>
<p class="note">To return a range of values, select a required range of cells, enter the formula, and press the <b>Ctrl+Shift+Enter</b> key combination.</p>
<p>The <b>MUNIT</b> function has the following argument:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>dimension</em></b></td>
<td>An integer specifying the dimension of the unit matrix that you want to return, and returns an array. The dimension has to be greater than zero.</td>
</tr>
</table>
<h3>Notes</h3>
<p>To return a range of values, select a required range of cells, enter the formula, and press the <b>Ctrl+Shift+Enter</b> key combination.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>MUNIT</b> function.</p>
<h3>Examples</h3>
<p>The figure below displays the result returned by the <b>MUNIT</b> function.</p>
<p><img alt="MUNIT Function" src="../images/munit.png" /></p>

View File

@ -18,11 +18,22 @@
<p>The <b>N</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#information" onclick="onhyperlinkclick(this)">information functions</a>. It is used to convert a value to a number.</p>
<h3>Syntax</h3>
<p><b><em>N(value)</em></b></p>
<p>The <b>N</b> function has the following argument:</p><p><b><em>value</em></b> is a value to test entered manually or included into the cell you make reference to. Below you will find the possible values and the result of their conversion:</p>
<p>The <b>N</b> function has the following argument:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>value</em></b></td>
<td>A value to test.</td>
</tr>
</table>
<p>The <b><em>value</em></b> argument can be one of the following:</p>
<table style="width: 30%">
<tr>
<td><b>Value</b></td>
<td><b>Number</b></td>
<th style="background-color: #f4f4f4"><b>Value</b></th>
<th style="background-color: #f4f4f4"><b>Number</b></th>
</tr>
<tr>
<td>number</td>

View File

@ -17,13 +17,32 @@
<h1>NEGBINOM.DIST Function</h1>
<p>The <b>NEGBINOM.DIST</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to return the negative binomial distribution, the probability that there will be Number_f failures before the Number_s-th success, with Probability_s probability of a success.</p>
<h3>Syntax</h3>
<p><b><em>NEGBINOM.DIST(number-f, number-s, probability-s, cumulative)</em></b></p>
<p><b><em>NEGBINOM.DIST(number_f, number_s, probability_s, cumulative)</em></b></p>
<p>The <b>NEGBINOM.DIST</b> function has the following arguments:</p>
<p><b><em>number-f</em></b> is the number of failures, a numeric value greater than or equal to 0.</p>
<p><b><em>number-s</em></b> is the the threshold number of successes, a numeric value greater than or equal to 1.</p>
<p><b><em>probability-s</em></b> is the success propability of each trial, a numeric value greater than 0, but less than 1.</p>
<p><b><em>cumulative</em></b> is a logical value (TRUE or FALSE) that determines the function form. If it is TRUE, the function returns the cumulative distribution function. If it is FALSE, the function returns the probability density function.</p>
<h3>Notes</h3>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number_f</em></b></td>
<td>The number of failures, a numeric value greater than or equal to 0.</td>
</tr>
<tr>
<td><b><em>number_s</em></b></td>
<td>The threshold number of successes, a numeric value greater than or equal to 1.</td>
</tr>
<tr>
<td><b><em>probability_s</em></b></td>
<td>The success propability of each trial, a numeric value greater than 0, but less than 1.</td>
</tr>
<tr>
<td><b><em>cumulative</em></b></td>
<td>A logical value (TRUE or FALSE) that determines the function form. If it is TRUE, the function returns the cumulative distribution function. If it is FALSE, the function returns the probability density function.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>NEGBINOM.DIST</b> function.</p>
<h3>Examples</h3>

View File

@ -17,11 +17,26 @@
<h1>NEGBINOMDIST Function</h1>
<p>The <b>NEGBINOMDIST</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to return the negative binomial distribution.</p>
<h3>Syntax</h3>
<p><b><em>NEGBINOMDIST(number-failures, number-successes, success-probability)</em></b></p>
<p><b><em>NEGBINOMDIST(number_f, number_s, probability_s)</em></b></p>
<p>The <b>NEGBINOMDIST</b> function has the following arguments:</p>
<p><b><em>number-failures</em></b> is the number of failures, a numeric value greater than or equal to 0.</p>
<p><b><em>number-successes</em></b> is the the threshold number of successes, a numeric value greater than or equal to 0.</p>
<p><b><em>success-probability</em></b> is the success propability of each trial, a numeric value greater than 0, but less than 1.</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number_f</em></b></td>
<td>The number of failures, a numeric value greater than or equal to 0.</td>
</tr>
<tr>
<td><b><em>number_s</em></b></td>
<td>The threshold number of successes, a numeric value greater than or equal to 1.</td>
</tr>
<tr>
<td><b><em>probability_s</em></b></td>
<td>The success propability of each trial, a numeric value greater than 0, but less than 1.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>NEGBINOMDIST</b> function.</p>

View File

@ -17,15 +17,35 @@
<h1>NETWORKDAYS.INTL Function</h1>
<p>The <b>NETWORKDAYS.INTL</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#datetime" onclick="onhyperlinkclick(this)">date and time functions</a>. It is used to return the number of whole workdays between two dates using parameters to indicate which and how many days are weekend days.</p>
<h3>Syntax</h3>
<p><b><em>NETWORKDAYS.INTL(start_date, end_date, [, weekend], [, holidays])</em></b></p>
<p>The <b>NETWORKDAYS.INTL</b> function has the following argument:</p>
<p><b><em>start_date</em></b> is the first date of the period, entered using the <a href="Date.htm" onclick="onhyperlinkclick(this)">DATE</a> function or other date and time function.</p>
<p><b><em>end_date</em></b> is the last date of the period, entered using the <a href="Date.htm" onclick="onhyperlinkclick(this)">DATE</a> function or other date and time function.</p>
<p><b><em>weekend</em></b> is an optional argument, a number or a string that specifies which days to consider weekends. The possible numbers are listed in the table below.</p>
<p><b><em>NETWORKDAYS.INTL(start_date, end_date, [weekend], [holidays])</em></b></p>
<p>The <b>NETWORKDAYS.INTL</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>start_date</em></b></td>
<td>The first date of the period, entered using the <a href="Date.htm" onclick="onhyperlinkclick(this)">DATE</a> function or other date and time function.</td>
</tr>
<tr>
<td><b><em>end_date</em></b></td>
<td>The last date of the period, entered using the <a href="Date.htm" onclick="onhyperlinkclick(this)">DATE</a> function or other date and time function.</td>
</tr>
<tr>
<td><b><em>weekend</em></b></td>
<td>An optional argument, a number or a string that specifies which days to consider weekends. The possible numbers are listed in the table below.</td>
</tr>
<tr>
<td><b><em>holidays</em></b></td>
<td>An optional argument that specifies which dates in addition to <b><em>weekend</em></b> are nonworking. You can enter them using the <a href="Date.htm" onclick="onhyperlinkclick(this)">DATE</a> function or other date and time function or specify a reference to a range of cells containing dates.</td>
</tr>
</table>
<p>The <b><em>weekend</em></b> argument can be one of the following:</p>
<table style="width: 40%">
<tr>
<td><b>Number</b></td>
<td><b>Weekend days</b></td>
<th style="background-color: #f4f4f4"><b>Number</b></th>
<th style="background-color: #f4f4f4"><b>Weekend days</b></th>
</tr>
<tr>
<td>1 or omitted</td>
@ -86,8 +106,7 @@
</table>
<h3>Notes</h3>
<p>A string that specifies weekend days must contain 7 characters. Each character represents a day of the week, starting from Monday. 0 represents a workday, 1 represents a weekend day. E.g. <em>"0000011"</em> specifies that weekend days are Saturday and Sunday. The string <em>"1111111"</em> is not valid.</p>
<p><b><em>holidays</em></b> is an optional argument that specifies which dates in addition to <b><em>weekend</em></b> are nonworking. You can enter them using the <a href="Date.htm" onclick="onhyperlinkclick(this)">DATE</a> function or other date and time function or specify a reference to a range of cells containing dates.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>NETWORKDAYS.INTL</b> function.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>NETWORKDAYS.INTL</b> function.</p>
<h3>Examples</h3>
<p>The figure below displays the result returned by the <b>NETWORKDAYS.INTL</b> function.</p>

View File

@ -17,12 +17,28 @@
<h1>NETWORKDAYS Function</h1>
<p>The <b>NETWORKDAYS</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#datetime" onclick="onhyperlinkclick(this)">date and time functions</a>. It is used to return the number of the work days between two dates (start date and end-date) excluding weekends and dates considered as holidays.</p>
<h3>Syntax</h3>
<p><b><em>NETWORKDAYS(start-date, end-date [,holidays])</em></b></p>
<p><b><em>NETWORKDAYS(start_date, end_date, [holidays])</em></b></p>
<p>The <b>NETWORKDAYS</b> function has the following argument:</p>
<p><b><em>start-date</em></b> is the first date of the period, entered using the <a href="Date.htm" onclick="onhyperlinkclick(this)">DATE</a> function or other date and time function.</p>
<p><b><em>end-date</em></b> is the last date of the period, entered using the <a href="Date.htm" onclick="onhyperlinkclick(this)">DATE</a> function or other date and time function.</p>
<p><b><em>holidays</em></b> is an optional argument that specifies which dates besides weekends are nonworking. You can enter them using the <a href="Date.htm" onclick="onhyperlinkclick(this)">DATE</a> function or other date and time function or specify a reference to a range of cells containing dates.</p>
<h3>Notes</h3>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>start_date</em></b></td>
<td>The first date of the period, entered using the <a href="Date.htm" onclick="onhyperlinkclick(this)">DATE</a> function or other date and time function.</td>
</tr>
<tr>
<td><b><em>end_date</em></b></td>
<td>The last date of the period, entered using the <a href="Date.htm" onclick="onhyperlinkclick(this)">DATE</a> function or other date and time function.</td>
</tr>
<tr>
<td><b><em>holidays</em></b></td>
<td>An optional argument that specifies which dates besides weekends are nonworking. You can enter them using the <a href="Date.htm" onclick="onhyperlinkclick(this)">DATE</a> function or other date and time function or specify a reference to a range of cells containing dates.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>NETWORKDAYS</b> function.</p>
<h3>Examples</h3>

View File

@ -17,13 +17,32 @@
<h1>NORM.DIST Function</h1>
<p>The <b>NORM.DIST</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to return the normal distribution for the specified mean and standard deviation.</p>
<h3>Syntax</h3>
<p><b><em>NORM.DIST(x, mean, standard-dev, cumulative)</em></b></p>
<p><b><em>NORM.DIST(x, mean, standard_dev, cumulative)</em></b></p>
<p>The <b>NORM.DIST</b> function has the following arguments:</p>
<p><b><em>x</em></b> is the value you want to calculate the distribution for, any numeric value.</p>
<p><b><em>mean</em></b> is the arithmetic mean of the distribution, any numeric value.</p>
<p><b><em>standard-dev</em></b> is the standard deviation of the distribution, a numeric value greater than 0.</p>
<p><b><em>cumulative</em></b> is the form of the function, a logical value: TRUE or FALSE. If <b><em>cumulative</em></b> is TRUE, the function will return the cumulative distribution function; if FALSE, it will return the probability mass function.</p>
<h3>Notes</h3>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>x</em></b></td>
<td>The value you want to calculate the distribution for, any numeric value.</td>
</tr>
<tr>
<td><b><em>mean</em></b></td>
<td>The arithmetic mean of the distribution, any numeric value.</td>
</tr>
<tr>
<td><b><em>standard_dev</em></b></td>
<td>The standard deviation of the distribution, a numeric value greater than 0.</td>
</tr>
<tr>
<td><b><em>cumulative</em></b></td>
<td>The form of the function, a logical value: TRUE or FALSE. If <b><em>cumulative</em></b> is TRUE, the function will return the cumulative distribution function; if FALSE, it will return the probability mass function.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>NORM.DIST</b> function.</p>
<h3>Examples</h3>

View File

@ -17,12 +17,26 @@
<h1>NORM.INV Function</h1>
<p>The <b>NORM.INV</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to return the inverse of the normal cumulative distribution for the specified mean and standard deviation.</p>
<h3>Syntax</h3>
<p><b><em>NORM.INV(probability, mean, standard-dev)</em></b></p>
<p><b><em>NORM.INV(probability, mean, standard_dev)</em></b></p>
<p>The <b>NORM.INV</b> function has the following arguments:</p>
<p><b><em>probability</em></b> is the probability corresponding to the normal distribution, any numeric value greater than 0, but less than 1.</p>
<p><b><em>mean</em></b> is the arithmetic mean of the distribution, any numeric value.</p>
<p><b><em>standard-dev</em></b> is the standard deviation of the distribution, a numeric value greater than 0.</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>probability</em></b></td>
<td>The probability corresponding to the normal distribution, any numeric value greater than 0, but less than 1.</td>
</tr>
<tr>
<td><b><em>mean</em></b></td>
<td>The arithmetic mean of the distribution, any numeric value.</td>
</tr>
<tr>
<td><b><em>standard_dev</em></b></td>
<td>The standard deviation of the distribution, a numeric value greater than 0.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>NORM.INV</b> function.</p>

View File

@ -19,9 +19,22 @@
<h3>Syntax</h3>
<p><b><em>NORM.S.DIST(z, cumulative)</em></b></p>
<p>The <b>NORM.S.DIST</b> function has the following arguments:</p>
<p><b><em>z</em></b> is the value at which the function should be calculated, a numeric value entered manually or included into the cell you make reference to.</p>
<p><b><em>cumulative</em></b> is a logical value (TRUE or FALSE) that determines the function form. If it is TRUE, the function returns the cumulative distribution function. If it is FALSE, the function returns the probability mass function.</p>
<h3>Notes</h3>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>z</em></b></td>
<td>A numeric value for which you want to find the standard normal distribution.</td>
</tr>
<tr>
<td><b><em>cumulative</em></b></td>
<td>A logical value (TRUE or FALSE) that determines the function form. If it is TRUE, the function returns the cumulative distribution function. If it is FALSE, the function returns the probability mass function.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>NORM.S.DIST</b> function.</p>
<h3>Examples</h3>

View File

@ -18,7 +18,17 @@
<p>The <b>NORM.S.INV</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to return the inverse of the standard normal cumulative distribution; the distribution has a mean of zero and a standard deviation of one.</p>
<h3>Syntax</h3>
<p><b><em>NORM.S.INV(probability)</em></b></p>
<p>The <b>NORM.S.INV</b> function has the following argument:</p><p><b><em>probability</em></b> is a numeric value greater than 0 but less than 1 entered manually or included into the cell you make reference to.</p>
<p>The <b>NORM.S.INV</b> function has the following argument:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>probability</em></b></td>
<td>A probability corresponding to the normal distribution. A numeric value greater than 0 but less than 1.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>NORM.S.INV</b> function.</p>

View File

@ -17,13 +17,32 @@
<h1>NORMDIST Function</h1>
<p>The <b>NORMDIST</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to return the normal distribution for the specified mean and standard deviation.</p>
<h3>Syntax</h3>
<p><b><em>NORMDIST(x , mean , standard-deviation , cumulative-flag)</em></b></p>
<p><b><em>NORMDIST(x, mean, standard_dev, cumulative)</em></b></p>
<p>The <b>NORMDIST</b> function has the following arguments:</p>
<p><b><em>x</em></b> is the value you want to calculate the distribution for, any numeric value.</p>
<p><b><em>mean</em></b> is the arithmetic mean of the distribution, any numeric value.</p>
<p><b><em>standard-deviation</em></b> is the standard deviation of the distribution, a numeric value greater than 0.</p>
<p><b><em>cumulative-flag</em></b> is the form of the function, a logical value: TRUE or FALSE. If <b><em>cumulative-flag</em></b> is TRUE, the function will return the cumulative distribution function; if FALSE, it will return the probability mass function.</p>
<h3>Notes</h3>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>x</em></b></td>
<td>The value you want to calculate the distribution for, any numeric value.</td>
</tr>
<tr>
<td><b><em>mean</em></b></td>
<td>The arithmetic mean of the distribution, any numeric value.</td>
</tr>
<tr>
<td><b><em>standard_dev</em></b></td>
<td>The standard deviation of the distribution, a numeric value greater than 0.</td>
</tr>
<tr>
<td><b><em>cumulative</em></b></td>
<td>The form of the function, a logical value: TRUE or FALSE. If <b><em>cumulative</em></b> is TRUE, the function will return the cumulative distribution function; if FALSE, it will return the probability mass function.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>NORMDIST</b> function.</p>
<h3>Examples</h3>

View File

@ -17,12 +17,26 @@
<h1>NORMINV Function</h1>
<p>The <b>NORMINV</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to return the inverse of the normal cumulative distribution for the specified mean and standard deviation.</p>
<h3>Syntax</h3>
<p><b><em>NORMINV(x, mean, standard-deviation)</em></b></p>
<p><b><em>NORMINV(probability, mean, standard_dev)</em></b></p>
<p>The <b>NORMINV</b> function has the following arguments:</p>
<p><b><em>x</em></b> is the probability corresponding to the normal distribution, any numeric value greater than 0, but less than 1.</p>
<p><b><em>mean</em></b> is the arithmetic mean of the distribution, any numeric value.</p>
<p><b><em>standard-deviation</em></b> is the standard deviation of the distribution, a numeric value greater than 0.</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>probability</em></b></td>
<td>The probability corresponding to the normal distribution, any numeric value greater than 0, but less than 1.</td>
</tr>
<tr>
<td><b><em>mean</em></b></td>
<td>The arithmetic mean of the distribution, any numeric value.</td>
</tr>
<tr>
<td><b><em>standard_dev</em></b></td>
<td>The standard deviation of the distribution, a numeric value greater than 0.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>NORMINV</b> function.</p>

View File

@ -17,8 +17,18 @@
<h1>NORMSDIST Function</h1>
<p>The <b>NORMSDIST</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to return the standard normal cumulative distribution function.</p>
<h3>Syntax</h3>
<p><b><em>NORMSDIST(number)</em></b></p>
<p>The <b>NORMSDIST</b> function has the following argument:</p><p><b><em>number</em></b> is a numeric value entered manually or included into the cell you make reference to.</p>
<p><b><em>NORMSDIST(z)</em></b></p>
<p>The <b>NORMSDIST</b> function has the following argument:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>z</em></b></td>
<td>A numeric value for which you want to find the standard normal cumulative distribution.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>NORMSDIST</b> function.</p>

View File

@ -18,7 +18,17 @@
<p>The <b>NORMSINV</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to return the inverse of the standard normal cumulative distribution.</p>
<h3>Syntax</h3>
<p><b><em>NORMSINV(probability)</em></b></p>
<p>The <b>NORMSINV</b> function has the following argument:</p><p><b><em>probability</em></b> is a numeric value greater than 0 but less than 1 entered manually or included into the cell you make reference to.</p>
<p>The <b>NORMSINV</b> function has the following argument:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>probability</em></b></td>
<td>A probability corresponding to the normal distribution. A numeric value greater than 0 but less than 1.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>NORMSINV</b> function.</p>

View File

@ -18,7 +18,17 @@
<p>The <b>NOT</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#logical" onclick="onhyperlinkclick(this)">logical functions</a>. It is used to check if the logical value you enter is TRUE or FALSE. The function returns TRUE if the argument is FALSE and FALSE if the argument is TRUE.</p>
<h3>Syntax</h3>
<p><b><em>NOT(logical)</em></b></p>
<p>The <b>NOT</b> function has the following argument:</p><p><b><em>logical</em></b> is a value entered manually or included into the cell you make reference to.</p>
<p>The <b>NOT</b> function has the following argument:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>logical</em></b></td>
<td>A value that can be evaluated to TRUE or FALSE.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>NOT</b> function.</p>

View File

@ -17,11 +17,24 @@
<h1>NPV Function</h1>
<p>The <b>NPV</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#financial" onclick="onhyperlinkclick(this)">financial functions</a>. It is used to calculate the net present value of an investment based on a specified discount rate.</p>
<h3>Syntax</h3>
<p><b><em>NPV(rate, argument-list)</em></b></p>
<p><b><em>NPV(rate, value1, [value2], ...)</em></b></p>
<p>The <b>NPV</b> function has the following arguments:</p>
<p><b><em>rate</em></b> is the discount rate.</p>
<p><b><em>argument-list</em></b> is the list of the future payments.</p>
<h3>Notes</h3>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>rate</em></b></td>
<td>The discount rate.</td>
</tr>
<tr>
<td><b><em>value1/2/n</em></b></td>
<td>Up to 255 arguments representing future payments (negative values) and income (positive values).</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>NPV</b> function.</p>
<h3>Examples</h3>

View File

@ -17,12 +17,28 @@
<h1>NUMBERVALUE Function</h1>
<p>The <b>NUMBERVALUE</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#textdata" onclick="onhyperlinkclick(this)">text and data functions</a>. Is used to convert text to a number, in a locale-independent way. If the converted text is not a number, the function will return a <b>#VALUE!</b> error.</p>
<h3>Syntax</h3>
<p><b><em>NUMBERVALUE(text [, [decimal-separator] [, [group-separator]])</em></b></p>
<p><b><em>NUMBERVALUE(text, [decimal_separator], [group_separator])</em></b></p>
<p>The <b>NUMBERVALUE</b> function has the following arguments:</p>
<p><b><em>text</em></b> is text data that represents a number.</p>
<p><b><em>decimal-separator</em></b> is the character used to separate the integer and fractional part of the result. It is an optional argument. If it is omitted, the current locale is used.</p>
<p><b><em>group-separator</em></b> is the character used to separate groupings of numbers, such as thousands from hundreds and millions from thousands. It is an optional argument. If it is omitted, the current locale is used.</p>
<h3>Notes</h3>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>text</em></b></td>
<td>The text data that represents a number.</td>
</tr>
<tr>
<td><b><em>decimal_separator</em></b></td>
<td>The character used to separate the integer and fractional part of the result. It is an optional argument. If it is omitted, the current locale is used.</td>
</tr>
<tr>
<td><b><em>group_separator</em></b></td>
<td>The character used to separate groupings of numbers, such as thousands from hundreds and millions from thousands. It is an optional argument. If it is omitted, the current locale is used.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>NUMBERVALUE</b> function.</p>
<h3>Examples</h3>

View File

@ -17,11 +17,23 @@
<h1>OCT2BIN Function</h1>
<p>The <b>OCT2BIN</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#engineering" onclick="onhyperlinkclick(this)">engineering functions</a>. It is used to convert an octal number to a binary number.</p>
<h3>Syntax</h3>
<p><b><em>OCT2BIN(number [, num-hex-digits])</em></b></p>
<p><b><em>OCT2BIN(number, [places]])</em></b></p>
<p>The <b>OCT2BIN</b> function has the following arguments:</p>
<p><b><em>number</em></b> is an octal number entered manually or included into the cell you make reference to.</p>
<p><b><em>num-hex-digits</em></b> is the number of digits to display. If omitted, the function will use the minimum number.</p>
<h3>Notes</h3>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number</em></b></td>
<td>An octal number.</td>
</tr>
<tr>
<td><b><em>places</em></b></td>
<td>The number of digits to display. If omitted, the function will use the minimum number.</td>
</tr>
</table>
<h3>Notes</h3>
<p>If the argument is not recognised as an octal number, or contains more than 10 characters, or the resulting binary number requires more digits than you specified, or the specified <b><em>num-hex-digits</em></b> number is less than or equal to 0, the function will return the <b>#NUM!</b> error.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>OCT2BIN</b> function.</p>

View File

@ -19,7 +19,16 @@
<h3>Syntax</h3>
<p><b><em>OCT2DEC(number)</em></b></p>
<p>The <b>OCT2DEC</b> function has the following argument:</p>
<p><b><em>number</em></b> is an octal number entered manually or included into the cell you make reference to.</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number</em></b></td>
<td>An octal number.</td>
</tr>
</table>
<h3>Notes</h3>
<p>If the argument is not recognised as an octal number, or contains more than 10 characters, the function will return the <b>#NUM!</b> error.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>OCT2DEC</b> function.</p>

View File

@ -17,10 +17,22 @@
<h1>OCT2HEX Function</h1>
<p>The <b>OCT2HEX</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#engineering" onclick="onhyperlinkclick(this)">engineering functions</a>. It is used to convert an octal number to a hexadecimal number.</p>
<h3>Syntax</h3>
<p><b><em>OCT2HEX(number [, num-hex-digits])</em></b></p>
<p><b><em>OCT2HEX(number, [places)</em></b></p>
<p>The <b>OCT2HEX</b> function has the following arguments:</p>
<p><b><em>number</em></b> is an octal number entered manually or included into the cell you make reference to.</p>
<p><b><em>num-hex-digits</em></b> is the number of digits to display. If omitted, the function will use the minimum number.</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number</em></b></td>
<td>An octal number.</td>
</tr>
<tr>
<td><b><em>places</em></b></td>
<td>The number of digits to display. If omitted, the function will use the minimum number.</td>
</tr>
</table>
<h3>Notes</h3>
<p>If the argument is not recognised as an octal number, or contains more than 10 characters, or the resulting hexadecimal number requires more digits than you specified, or the specified <b><em>num-hex-digits</em></b> number is less than or equal to 0, the function will return the <b>#NUM!</b> error.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>OCT2HEX</b> function.</p>

View File

@ -17,8 +17,18 @@
<h1>ODD Function</h1>
<p>The <b>ODD</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#mathtrigonometry" onclick="onhyperlinkclick(this)">math and trigonometry functions</a>. It is used to round the number up to the nearest odd integer.</p>
<h3>Syntax</h3>
<p><b><em>ODD(x)</em></b></p>
<p>The <b>ODD</b> function has the following argument:</p><p><b><em>x</em></b> is a number you wish to round up, a numeric value entered manually or included into the cell you make reference to.</p>
<p><b><em>ODD(number)</em></b></p>
<p>The <b>ODD</b> function has the following argument:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number</em></b></td>
<td>A number you wish to round up.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>ODD</b> function.</p>

View File

@ -17,14 +17,36 @@
<h1>OFFSET Function</h1>
<p>The <b>OFFSET</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#lookupreference" onclick="onhyperlinkclick(this)">lookup and reference functions</a>. It is used to return a reference to a cell displaced from the specified cell (or the upper-left cell in the range of cells) to a certain number of rows and columns.</p>
<h3>Syntax</h3>
<p><b><em>OFFSET(reference, rows, cols[, [height] [, [width]]])</em></b></p>
<p><b><em>OFFSET(reference, rows, cols, [height], [width])</em></b></p>
<p>The <b>OFFSET</b> function has the following arguments:</p>
<p><em><b>reference</b></em> is a reference to an initial cell or range of cells.</p>
<p><em><b>rows</b></em> is a number of rows, up or down, that you want the upper-left cell in the returned reference to refer to. Positive numbers mean the result will shift below the initial cell. Negative values mean it will shift above the initial cell.</p>
<p><em><b>cols</b></em> is a number of columns, to the left or right, that you want the upper-left cell in the returned reference to refer to. Positive numbers mean the result will shift to the right of the initial cell. Negative values mean it will shift to the left of the initial cell.</p>
<p><em><b>height</b></em> is a number of rows in the returned reference. The value must be a positive number. It's an optional argument. If it is omitted, the function will assume it to be equal to the initial range height.</p>
<p><em><b>width</b></em> is a number of columns in the returned reference. The value must be a positive number. It's an optional argument. If it is omitted, the function will assume it to be equal to the initial range width.</p>
<h3>Notes</h3>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>reference</em></b></td>
<td>A reference to an initial cell or range of cells.</td>
</tr>
<tr>
<td><b><em>rows</em></b></td>
<td>A number of rows, up or down, that you want the upper-left cell in the returned reference to refer to. Positive numbers mean the result will shift below the initial cell. Negative values mean it will shift above the initial cell.</td>
</tr>
<tr>
<td><b><em>cols</em></b></td>
<td>A number of columns, to the left or right, that you want the upper-left cell in the returned reference to refer to. Positive numbers mean the result will shift to the right of the initial cell. Negative values mean it will shift to the left of the initial cell.</td>
</tr>
<tr>
<td><b><em>height</em></b></td>
<td>A number of rows in the returned reference. The value must be a positive number. It's an optional argument. If it is omitted, the function will assume it to be equal to the initial range height.</td>
</tr>
<tr>
<td><b><em>width</em></b></td>
<td>A number of columns in the returned reference. The value must be a positive number. It's an optional argument. If it is omitted, the function will assume it to be equal to the initial range width.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>OFFSET</b> function.</p>
<h3>Examples</h3>

View File

@ -17,9 +17,18 @@
<h1>OR Function</h1>
<p>The <b>OR</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#logical" onclick="onhyperlinkclick(this)">logical functions</a>. It is used to check if the logical value you enter is TRUE or FALSE. The function returns FALSE if all the arguments are FALSE.</p>
<h3>Syntax</h3>
<p><b><em>OR(logical1, logical2, ...)</em></b></p>
<p><b><em>OR(logical1, [logical2], ...)</em></b></p>
<p>The <b>OR</b> function has the following argument:</p>
<p><b><em>logical1</em></b> is a value entered manually or included into the cell you make reference to.</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>logical1/2/n</em></b></td>
<td>A condition that you want to check if it is TRUE or FALSE</td>
</tr>
</table>
<h3>Notes</h3>
<p>You can enter up to <b>255</b> logical values.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>OR</b> function.</p>

View File

@ -19,12 +19,26 @@
<h3>Syntax</h3>
<p><b><em>PDURATION(rate, pv, fv)</em></b></p>
<p>The <b>PDURATION</b> function has the following arguments:</p>
<p><b><em>rate</em></b> is the interest rate per period.</p>
<p><b><em>pv</em></b> is the present value of the investment.</p>
<p><b><em>fv</em></b> is the desired future value of the investment.</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>rate</em></b></td>
<td>The interest rate per period.</td>
</tr>
<tr>
<td><b><em>pv</em></b></td>
<td>The present value of the investment.</td>
</tr>
<tr>
<td><b><em>fv</em></b></td>
<td>The desired future value of the investment.</td>
</tr>
</table>
<h3>Notes</h3>
<p>All arguments must be represented by positive numbers.</p>
<p>All arguments must be represented by positive numbers.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>PDURATION</b> function.</p>
<h3>Examples</h3>

View File

@ -17,10 +17,20 @@
<h1>PEARSON Function</h1>
<p>The <b>PEARSON</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to return the Pearson product moment correlation coefficient.</p>
<h3>Syntax</h3>
<p><b><em>PEARSON(array-1, array-2)</em></b></p>
<p>The <b>PEARSON</b> function has the following argument:</p><p><b><em>array-1</em></b> and <b><em>array-2</em></b> are the selected ranges of cells with the same number of elements.</p>
<p><b><em>PEARSON(array1, array2)</em></b></p>
<p>The <b>PEARSON</b> function has the following argument:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>array1/2</em></b></td>
<td>The selected ranges of cells with the same number of elements.</td>
</tr>
</table>
<h3>Notes</h3>
<p>If <b><em>array-1(2)</em></b> contains text, logical values, or empty cells, the function will ignore those values, but treat the cells with the zero values.</p>
<p>If <b><em>array1/2</em></b> contains text, logical values, or empty cells, the function will ignore those values, but treat the cells with the zero values.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>PEARSON</b> function.</p>
<h3>Examples</h3>

View File

@ -19,9 +19,21 @@
<h3>Syntax</h3>
<p><b><em>PERCENTILE.EXC(array, k)</em></b></p>
<p>The <b>PERCENTILE.EXC</b> function has the following arguments:</p>
<p><b><em>array</em></b> is the selected range of cells for which you want to calculate the <b><em>k</em></b>-th percentile.</p>
<p><b><em>k</em></b> is the percentile value, a numeric value greater than 0 but less than 1, entered manually or included into the cell you make reference to.</p>
<h3>Notes</h3>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>array</em></b></td>
<td>The selected range of cells for which you want to calculate the <b><em>k</em></b>-th percentile.</td>
</tr>
<tr>
<td><b><em>k</em></b></td>
<td>The percentile value, a numeric value greater than 0 but less than 1.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>PERCENTILE.EXC</b> function.</p>
<h3>Examples</h3>

View File

@ -19,9 +19,21 @@
<h3>Syntax</h3>
<p><b><em>PERCENTILE.INC(array, k)</em></b></p>
<p>The <b>PERCENTILE.INC</b> function has the following arguments:</p>
<p><b><em>array</em></b> is the selected range of cells for which you want to calculate the <b><em>k</em></b>-th percentile.</p>
<p><b><em>k</em></b> is the percentile value, a numeric value greater than or equal to 0 but less than or equal to 1, entered manually or included into the cell you make reference to.</p>
<h3>Notes</h3>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>array</em></b></td>
<td>The selected range of cells for which you want to calculate the <b><em>k</em></b>-th percentile.</td>
</tr>
<tr>
<td><b><em>k</em></b></td>
<td>The percentile value, a numeric value greater than or equal to 0 but less than or equal to 1.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>PERCENTILE.INC</b> function.</p>
<h3>Examples</h3>

View File

@ -19,9 +19,22 @@
<h3>Syntax</h3>
<p><b><em>PERCENTILE(array, k)</em></b></p>
<p>The <b>PERCENTILE</b> function has the following arguments:</p>
<p><b><em>array</em></b> is the selected range of cells for which you want to calculate the <b><em>k</em></b>-th percentile.</p>
<p><b><em>k</em></b> is the percentile value, a numeric value greater than or equal to 0 but less than or equal to 1, entered manually or included into the cell you make reference to.</p>
<h3>Notes</h3>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>array</em></b></td>
<td>The selected range of cells for which you want to calculate the <b><em>k</em></b>-th percentile.</td>
</tr>
<tr>
<td><b><em>k</em></b></td>
<td>The percentile value, a numeric value greater than or equal to 0 but less than or equal to 1.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>PERCENTILE</b> function.</p>
<h3>Examples</h3>

View File

@ -17,12 +17,28 @@
<h1>PERCENTRANK.EXC Function</h1>
<p>The <b>PERCENTRANK.EXC</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to return the rank of a value in a data set as a percentage (0..1, exclusive) of the data set.</p>
<h3>Syntax</h3>
<p><b><em>PERCENTRANK.EXC(array, x[, significance])</em></b></p>
<p><b><em>PERCENTRANK.EXC(array, x, [significance])</em></b></p>
<p>The <b>PERCENTRANK.EXC</b> function has the following arguments:</p>
<p><b><em>array</em></b> is the selected range of cells containing the numeric values.</p>
<p><b><em>x</em></b> is the value you want to find the rank for, a numeric value entered manually or included into the cell you make reference to.</p>
<p><b><em>significance</em></b> is the number of significant digits to return the rank for. It is an optional argument. If it is omitted, the function will assume <b><em>significance</em></b> to be 3.</p>
<h3>Notes</h3>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>array</em></b></td>
<td>The selected range of cells containing the numeric values.</td>
</tr>
<tr>
<td><b><em>x</em></b></td>
<td>The value you want to find the rank for, a numeric value.</td>
</tr>
<tr>
<td><b><em>significance</em></b></td>
<td>The number of significant digits to return the rank for. It is an optional argument. If it is omitted, the function will assume <b><em>significance</em></b> to be 3.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>PERCENTRANK.EXC</b> function.</p>
<h3>Examples</h3>

View File

@ -17,12 +17,28 @@
<h1>PERCENTRANK.INC Function</h1>
<p>The <b>PERCENTRANK.INC</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to return the rank of a value in a data set as a percentage (0..1, inclusive) of the data set.</p>
<h3>Syntax</h3>
<p><b><em>PERCENTRANK.INC(array, x[, significance])</em></b></p>
<p><b><em>PERCENTRANK.INC(array, x, [significance])</em></b></p>
<p>The <b>PERCENTRANK.INC</b> function has the following arguments:</p>
<p><b><em>array</em></b> is the selected range of cells containing the numeric values.</p>
<p><b><em>x</em></b> is the value you want to find the rank for, a numeric value entered manually or included into the cell you make reference to.</p>
<p><b><em>significance</em></b> is the number of significant digits to return the rank for. It is an optional argument. If it is omitted, the function will assume <b><em>significance</em></b> to be 3.</p>
<h3>Notes</h3>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>array</em></b></td>
<td>The selected range of cells containing the numeric values.</td>
</tr>
<tr>
<td><b><em>x</em></b></td>
<td>The value you want to find the rank for, a numeric value.</td>
</tr>
<tr>
<td><b><em>significance</em></b></td>
<td>The number of significant digits to return the rank for. It is an optional argument. If it is omitted, the function will assume <b><em>significance</em></b> to be 3.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>PERCENTRANK.INC</b> function.</p>
<h3>Examples</h3>

View File

@ -17,12 +17,27 @@
<h1>PERCENTRANK Function</h1>
<p>The <b>PERCENTRANK</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to return the rank of a value in a set of values as a percentage of the set.</p>
<h3>Syntax</h3>
<p><b><em>PERCENTRANK(array, x[, significance])</em></b></p>
<p><b><em>PERCENTRANK(array, x, [significance])</em></b></p>
<p>The <b>PERCENTRANK</b> function has the following arguments:</p>
<p><b><em>array</em></b> is the selected range of cells containing the numeric values.</p>
<p><b><em>x</em></b> is the value you want to find the rank for, a numeric value entered manually or included into the cell you make reference to.</p>
<p><b><em>significance</em></b> is the number of significant digits to return the rank for. It is an optional argument. If it is omitted, the function will assume <b><em>significance</em></b> to be 3.</p>
<h3>Notes</h3>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>array</em></b></td>
<td>The selected range of cells containing the numeric values.</td>
</tr>
<tr>
<td><b><em>x</em></b></td>
<td>The value you want to find the rank for, a numeric value.</td>
</tr>
<tr>
<td><b><em>significance</em></b></td>
<td>The number of significant digits to return the rank for. It is an optional argument. If it is omitted, the function will assume <b><em>significance</em></b> to be 3.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>PERCENTRANK</b> function.</p>
<h3>Examples</h3>

View File

@ -17,9 +17,18 @@
<h1>PRODUCT Function</h1>
<p>The <b>PRODUCT</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#mathtrigonometry" onclick="onhyperlinkclick(this)">math and trigonometry functions</a>. It is used to multiply all the numbers in the selected range of cells and return the product.</p>
<h3>Syntax</h3>
<p><b><em>PRODUCT(argument-list)</em></b></p>
<p>The <b>PRODUCT</b> function has the following argument:</p>
<p><b><em>argument-list</em></b> is a set of numeric values entered manually or included into the cells you make reference to.</p>
<p><b><em>PRODUCT(number1, [number2], ...)</em></b></p>
<p>The <b>PRODUCT</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number1/2/n</em></b></td>
<td>Up to 255 numeric values that you want to multiply.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>PRODUCT</b> function.</p>

View File

@ -17,11 +17,28 @@
<h1>RIGHT/RIGHTB Function</h1>
<p>The <b>RIGHT/RIGHTB</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#textdata" onclick="onhyperlinkclick(this)">text and data functions</a>. Is used to extract a substring from a string starting from the right-most character, based on the specified number of characters. The <b>RIGHT</b> function is intended for languages that use the single-byte character set (SBCS), while <b>RIGHTB</b> - for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc.</p>
<h3>Syntax</h3>
<p><b><em>RIGHT(string [, number-chars])</em></b></p>
<p><b><em>RIGHTB(string [, number-chars])</em></b></p>
<p><b><em>RIGHT(text, [num_chars])</em></b></p>
<p><b><em>RIGHTB(text, [num_bytes])</em></b></p>
<p>The <b>RIGHT/RIGHTB</b> function has the following arguments:</p>
<p><b><em>string</em></b> is a string you need to extract the substring from,</p>
<p><b><em>number-chars</em></b> is a number of the substring characters. It is an optional argument. If it is omitted, the funcion will assume it to be 1.</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>text</em></b></td>
<td>A string you need to extract the substring from.</td>
</tr>
<tr>
<td><b><em>num_chars</em></b></td>
<td>A number of the substring characters. It must be greater than or equal to 0. It is an optional argument. If it is omitted, the function will assume it to be 1.</td>
</tr>
<tr>
<td><b><em>num_bytes</em></b></td>
<td>A number of the substring characters, based on bytes. It is an optional argument.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>RIGHT/RIGHTB</b> function.</p>

View File

@ -17,11 +17,27 @@
<h1>RIGHT/RIGHTB Function</h1>
<p>The <b>RIGHT/RIGHTB</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#textdata" onclick="onhyperlinkclick(this)">text and data functions</a>. Is used to extract a substring from a string starting from the right-most character, based on the specified number of characters. The <b>RIGHT</b> function is intended for languages that use the single-byte character set (SBCS), while <b>RIGHTB</b> - for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc.</p>
<h3>Syntax</h3>
<p><b><em>RIGHT(string [, number-chars])</em></b></p>
<p><b><em>RIGHTB(string [, number-chars])</em></b></p>
<p><b><em>RIGHT(text, [num_chars])</em></b></p>
<p><b><em>RIGHTB(text, [num_bytes])</em></b></p>
<p>The <b>RIGHT/RIGHTB</b> function has the following arguments:</p>
<p><b><em>string</em></b> is a string you need to extract the substring from,</p>
<p><b><em>number-chars</em></b> is a number of the substring characters. It is an optional argument. If it is omitted, the funcion will assume it to be 1.</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>text</em></b></td>
<td>A string you need to extract the substring from.</td>
</tr>
<tr>
<td><b><em>num_chars</em></b></td>
<td>A number of the substring characters. It must be greater than or equal to 0. It is an optional argument. If it is omitted, the function will assume it to be 1.</td>
</tr>
<tr>
<td><b><em>num_bytes</em></b></td>
<td>A number of the substring characters, based on bytes. It is an optional argument.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>RIGHT/RIGHTB</b> function.</p>

View File

@ -17,10 +17,22 @@
<h1>ROUND Function</h1>
<p>The <b>ROUND</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#mathtrigonometry" onclick="onhyperlinkclick(this)">math and trigonometry functions</a>. It is used to round the number to the desired number of digits.</p>
<h3>Syntax</h3>
<p><b><em>ROUND(x, num_digits)</em></b></p>
<p><b><em>ROUND(number, num_digits)</em></b></p>
<p>The <b>ROUND</b> function has the following arguments:</p>
<p><b><em>x</em></b> is the number you wish to round.</p>
<p><b><em>num_digits</em></b> is the number of digits you wish to round to.</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number</em></b></td>
<td>The number you wish to round.</td>
</tr>
<tr>
<td><b><em>num_digits</em></b></td>
<td>The number of digits you wish to round to.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>ROUND</b> function.</p>

View File

@ -17,10 +17,22 @@
<h1>ROUNDDOWN Function</h1>
<p>The <b>ROUNDDOWN</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#mathtrigonometry" onclick="onhyperlinkclick(this)">math and trigonometry functions</a>. It is used to round the number down to the desired number of digits.</p>
<h3>Syntax</h3>
<p><b><em>ROUNDDOWN(x, num_digits)</em></b></p>
<p><b><em>ROUNDDOWN(number, num_digits)</em></b></p>
<p>The <b>ROUNDDOWN</b> function has the following arguments:</p>
<p><b><em>x</em></b> is the number you wish to round down.</p>
<p><b><em>num_digits</em></b> is the number of digits you wish to round down to.</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number</em></b></td>
<td>The number you wish to round down.</td>
</tr>
<tr>
<td><b><em>num_digits</em></b></td>
<td>The number of digits you wish to round down to.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>ROUNDDOWN</b> function.</p>

View File

@ -17,10 +17,22 @@
<h1>ROUNDUP Function</h1>
<p>The <b>ROUNDUP</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#mathtrigonometry" onclick="onhyperlinkclick(this)">math and trigonometry functions</a>. It is used to round the number up to the desired number of digits.</p>
<h3>Syntax</h3>
<p><b><em>ROUNDUP(x, num_digits)</em></b></p>
<p><b><em>ROUNDUP(number, num_digits)</em></b></p>
<p>The <b>ROUNDUP</b> function has the following arguments:</p>
<p><b><em>x</em></b> is the number you wish to round up.</p>
<p><b><em>num_digits</em></b> is the number of digits you wish to round up to.</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number</em></b></td>
<td>The number you wish to round up.</td>
</tr>
<tr>
<td><b><em>num_digits</em></b></td>
<td>The number of digits you wish to round up to.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>ROUNDUP</b> function.</p>

View File

@ -17,10 +17,20 @@
<h1>SECOND Function</h1>
<p>The <b>SECOND</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#datetime" onclick="onhyperlinkclick(this)">date and time functions</a>. It returns the second (a number from 0 to 59) of the time value.</p>
<h3>Syntax</h3>
<p><b><em>SECOND( time-value )</em></b></p>
<p>The <b>SECOND</b> function has the following argument:</p><p><b><em>time-value</em></b> is a value entered manually or included into the cell you make reference to.</p>
<p><b><em>SECOND(serial_number)</em></b></p>
<p>The <b>SECOND</b> function has the following argument:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>serial_number</em></b></td>
<td>The time that contains the second you want to find.</td>
</tr>
</table>
<h3>Notes</h3>
<p>The <b><em>time-value</em></b> may be expressed as a string value (e.g. "13:39:15"), a decimal number (e.g. 0.56 corresponds to 13:26:24) , or the result of a formula (e.g. the result of the NOW function - 9/26/12 13:39)</p>
<p>The <b><em>serial_number</em></b> may be expressed as a string value (e.g. "13:39:15"), a decimal number (e.g. 0.56 corresponds to 13:26:24) , or the result of a formula (e.g. the result of the NOW function - 9/26/12 13:39)</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>SECOND</b> function.</p>
<h3>Examples</h3>

View File

@ -19,9 +19,22 @@
<h3>Syntax</h3>
<p><b><em>SMALL(array , k)</em></b></p>
<p>The <b>SMALL</b> function has the following arguments:</p>
<p><b><em>array</em></b> is the selected range of cells.</p>
<p><b><em>k</em></b> is the position of the number from the smallest value, a numeric value entered manually or included into the cell you make reference to.</p>
<h3>Notes</h3>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>array</em></b></td>
<td>The selected range of cells you want to analyze.</td>
</tr>
<tr>
<td><b><em>k</em></b></td>
<td>The position of the number from the smallest value, a numeric value greater than 0.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>SMALL</b> function.</p>
<h3>Examples</h3>

View File

@ -17,9 +17,19 @@
<h1>STDEV.P Function</h1>
<p>The <b>STDEV.P</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to calculate standard deviation based on the entire population given as arguments (ignores logical values and text).</p>
<h3>Syntax</h3>
<p><b><em>STDEV.P(number1 [, number2], ...)</em></b></p>
<p>The <b>STDEV.P</b> function has the following argument:</p><p><b><em>number-1(2)</em></b> is up to 254 numeric values entered manually or included into the cells you make reference to.</p>
<h3>Notes</h3>
<p><b><em>STDEV.P(number1, [number2], ...)</em></b></p>
<p>The <b>STDEV.P</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number1/2/n</em></b></td>
<td>Up to 255 numeric values for which you want to calculate the standard deviation.</td>
</tr>
</table>
<h3>Notes</h3>
<p>If a reference argument contains text, logical values, or empty cells, the function will ignore those values, but treat the cells with the zero values.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>STDEV.P</b> function.</p>

View File

@ -17,8 +17,18 @@
<h1>STDEV.S Function</h1>
<p>The <b>STDEV.S</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to estimate standard deviation based on a sample (ignores logical values and text in the sample).</p>
<h3>Syntax</h3>
<p><b><em>STDEV.S(number1 [, number2], ...)</em></b></p>
<p>The <b>STDEV.S</b> function has the following argument:</p><p><b><em>number-1(2)</em></b> is up to 255 numeric values entered manually or included into the cells you make reference to.</p>
<p><b><em>STDEV.S(number1, [number2], ...)</em></b></p>
<p>The <b>STDEV.S</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number1/2/n</em></b></td>
<td>Up to 255 numeric values for which you want to calculate the standard deviation.</td>
</tr>
</table>
<h3>Notes</h3>
<p>If a reference argument contains text, logical values, or empty cells, the function will ignore those values, but treat the cells with the zero values.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>STDEV.S</b> function.</p>

View File

@ -17,8 +17,18 @@
<h1>STDEV Function</h1>
<p>The <b>STDEV</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to analyze the range of data and return the standard deviation of a population based on a set of numbers.</p>
<h3>Syntax</h3>
<p><b><em>STDEV(argument-list)</em></b></p>
<p>The <b>STDEV</b> function has the following argument:</p><p><b><em>argument-list</em></b> is up to 255 numeric values entered manually or included into the cells you make reference to.</p>
<p><b><em>STDEV(number1, [number2], ...)</em></b></p>
<p>The <b>STDEV</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number1/2/n</em></b></td>
<td>Up to 255 numeric values for which you want to calculate the standard deviation.</td>
</tr>
</table>
<h3>Notes</h3>
<p>If a reference argument contains text, logical values, or empty cells, the function will ignore those values, but treat the cells with the zero values.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>STDEV</b> function.</p>

View File

@ -17,8 +17,18 @@
<h1>STDEVA Function</h1>
<p>The <b>STDEVA</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to analyze the range of data and return the standard deviation of a population based on a set of numbers, text, and logical values (TRUE or FALSE). The <b>STDEVA</b> function treats text and FALSE as a value of 0 and TRUE as a value of 1.</p>
<h3>Syntax</h3>
<p><b><em>STDEVA(argument-list)</em></b></p>
<p>The <b>STDEVA</b> function has the following argument:</p><p><b><em>argument-list</em></b> is up to 255 values entered manually or included into the cells you make reference to.</p>
<p><b><em>STDEVA(value1, [value2], ...)</em></b></p>
<p>The <b>STDEVA</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>value1/2/n</em></b></td>
<td>Up to 255 values for which you want to calculate the standard deviation.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>STDEVA</b> function.</p>

View File

@ -17,8 +17,18 @@
<h1>STDEVP Function</h1>
<p>The <b>STDEVP</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to analyze the range of data and return the standard deviation of an entire population.</p>
<h3>Syntax</h3>
<p><b><em>STDEVP(argument-list)</em></b></p>
<p>The <b>STDEVP</b> function has the following argument:</p><p><b><em>argument-list</em></b> is up to 255 numeric values entered manually or included into the cells you make reference to.</p>
<p><b><em>STDEVP(number1, [number2], ...)</em></b></p>
<p>The <b>STDEVP</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number1/2/n</em></b></td>
<td>Up to 255 numeric values for which you want to calculate the standard deviation.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>STDEVP</b> function.</p>

View File

@ -17,8 +17,18 @@
<h1>STDEVPA Function</h1>
<p>The <b>STDEVPA</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to analyze the range of data and return the standard deviation of an entire population.</p>
<h3>Syntax</h3>
<p><b><em>STDEVPA(argument-list)</em></b></p>
<p>The <b>STDEVPA</b> function has the following argument:</p><p><b><em>argument-list</em></b> is up to 255 numeric values entered manually or included into the cells you make reference to.</p>
<p><b><em>STDEVPA(value1, [value2], ...)</em></b></p>
<p>The <b>STDEVPA</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>value1/2/n</em></b></td>
<td>Up to 255 values for which you want to calculate the standard deviation.</td>
</tr>
</table>
<h3>Notes</h3>
<p>Text and FALSE values are counted as 0, TRUE values are counted as 1, empty cells are ignored.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>STDEVPA</b> function.</p>

View File

@ -17,15 +17,24 @@
<h1>SUM Function</h1>
<p>The <b>SUM</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#mathtrigonometry" onclick="onhyperlinkclick(this)">math and trigonometry functions</a>. It is used to add all the numbers in the selected range of cells and return the result.</p>
<h3>Syntax</h3>
<p><b><em>SUM(argument-list)</em></b></p>
<p>The <b>SUM</b> function has the following argument:</p>
<p><b><em>argument-list</em></b> is a set of numeric values entered manually or included into the cells you make reference to.</p>
<p><b><em>SUM(number1, [number2], ...)</em></b></p>
<p>The <b>SUM</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number1/2/n</em></b></td>
<td>Up to 255 numeric values that you want to add.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>SUM</b> function.</p>
<h3>Examples</h3>
<p>The figure below displays the result returned by the <b>SUM</b> function.</p>
<p><div class = "smb smb-sum"></div></p>
<p><img alt="SUM Function" src="../images/sum.png" /></p>
</div>
</body>
</html>

View File

@ -17,9 +17,18 @@
<h1>SUMSQ Function</h1>
<p>The <b>SUMSQ</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#mathtrigonometry" onclick="onhyperlinkclick(this)">math and trigonometry functions</a>. It is used to add the squares of numbers and return the result.</p>
<h3>Syntax</h3>
<p><b><em>SUMSQ(argument-list)</em></b></p>
<p>The <b>SUMSQ</b> function has the following argument:</p>
<p><b><em>argument-list</em></b> is up to 30 numeric values entered manually or included into the cell you make reference to.</p>
<p><b><em>SUMSQ(number1, [number2], ...)</em></b></p>
<p>The <b>SUMSQ</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number1/2/n</em></b></td>
<td>Up to 255 numeric values for which you want to calculate the sum of the squares.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>SUMSQ</b> function.</p>

View File

@ -18,12 +18,30 @@
<p>The <b>TREND</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to calculate a linear trend line and returns values along it using the method of least squares.</p>
<h3>Syntax</h3>
<p><b><em>TREND(known_ys, [known_xs], [new_xs], [const])</em></b></p>
<p>The <b>TREND</b> function has the following argument:</p>
<p><b><em>known_ys</em></b> is the set of y-values you already know in the <em>y = mx + b</em> equation.</p>
<p><b><em>known_xs</em></b> is the optional set of x-values you might know in the <em>y = mx + b</em> equation.</p>
<p><b><em>new_xs</em></b> is the optional set of x-values you want y-values to be returned to.</p>
<p><b><em>const</em></b> is an optional argument. It is a TRUE or FALSE value where TRUE or lack of the argument forces <em>b</em> to be calculated normally and FALSE sets <em>b</em> to 0 in the <em>y = mx + b</em> equation and m-values correspond with the <em>y = mx</em> equation.
</p>
<p>The <b>TREND</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>known_ys</em></b></td>
<td>The set of y-values you already know in the <em>y = mx + b</em> equation.</td>
</tr>
<tr>
<td><b><em>known_xs</em></b></td>
<td>The optional set of x-values you might know in the <em>y = mx + b</em> equation.</td>
</tr>
<tr>
<td><b><em>new_xs</em></b></td>
<td>The optional set of x-values you want y-values to be returned to.</td>
</tr>
<tr>
<td><b><em>const</em></b></td>
<td>An optional argument. It is a TRUE or FALSE value where TRUE or lack of the argument forces <em>b</em> to be calculated normally and FALSE sets <em>b</em> to 0 in the <em>y = mx + b</em> equation and m-values correspond with the <em>y = mx</em> equation.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>TREND</b> function.</p>

View File

@ -17,9 +17,18 @@
<h1>TRIM Function</h1>
<p>The <b>TRIM</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#textdata" onclick="onhyperlinkclick(this)">text and data functions</a>. Is used to remove the leading and trailing spaces from a string.</p>
<h3>Syntax</h3>
<p><b><em>TRIM(string)</em></b></p>
<p><b><em>TRIM(text)</em></b></p>
<p>The <b>TRIM</b> function has the following argument:</p>
<p><b><em>string</em></b> is a text value entered manually or included into the cell you make reference to.</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>text</em></b></td>
<td>A text value from which you want to remove spaces.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>TRIM</b> function.</p>

View File

@ -19,9 +19,21 @@
<h3>Syntax</h3>
<p><b><em>TRIMMEAN(array, percent)</em></b></p>
<p>The <b>TRIMMEAN</b> function has the following arguments:</p>
<p><b><em>array</em></b> is the range of numeric values to trim and average.</p>
<p><b><em>percent</em></b> is a total percent of data points to exclude from the calculation. A numeric value greater than or equal to 0 but less than 1. The number of excluded data points is rounded down to the nearest multiple of 2. E.g., if <b><em>array</em></b> contains 30 values and <b><em>percent</em></b> is 0.1, 10 percent of 30 points is 3. This value is rounded down to 2, so 1 point is trimmed from each tail of the data set: 1 from the top and 1 from the bottom of the set. </p>
<h3>Notes</h3>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>array</em></b></td>
<td>the range of numeric values to trim and average.</td>
</tr>
<tr>
<td><b><em>percent</em></b></td>
<td>A total percent of data points to exclude from the calculation. A numeric value greater than or equal to 0 but less than 1. The number of excluded data points is rounded down to the nearest multiple of 2. E.g., if <b><em>array</em></b> contains 30 values and <b><em>percent</em></b> is 0.1, 10 percent of 30 points is 3. This value is rounded down to 2, so 1 point is trimmed from each tail of the data set: 1 from the top and 1 from the bottom of the set.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>TRIMMEAN</b> function.</p>
<h3>Examples</h3>

View File

@ -19,8 +19,18 @@
<h3>Syntax</h3>
<p><b><em>UNICHAR(number)</em></b></p>
<p>The <b>UNICHAR</b> function has the following argument:</p>
<p><b><em>number</em></b> is the Unicode number that represents the character. It can be entered manually or included into the cell you make reference to.</p>
<h3>Notes</h3>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>number</em></b></td>
<td>The Unicode number that represents the character.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>UNICHAR</b> function.</p>
<h3>Examples</h3>

Some files were not shown because too many files have changed in this diff Show More