Finish editing function pages. Remove excess amorintm.htm

This commit is contained in:
Svetlana Maleeva 2023-08-31 15:02:33 +03:00
parent ff924962b5
commit 04968b11e8
58 changed files with 727 additions and 389 deletions

View File

@ -1,45 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>FV Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="search" onkeypress="doSearch(event)">
</div>
<h1>FV Function</h1>
<p>The <b>FV</b> function is one of the financial functions. It is used to calculate the future value of an investment based on a specified interest rate and a constant payment schedule.</p>
<p>The <b>FV</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>FV(rate, nper, pmt [, [pv] [,[type]]])</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>rate</em></b> is the interest rate for the investment.</p>
<p style="text-indent: 50px;"><b><em>nper</em></b> is a number of payments.</p>
<p style="text-indent: 50px;"><b><em>pmt</em></b> is a payment amount.</p>
<p style="text-indent: 50px;"><b><em>pv</em></b> is a present value of the payments. It is an optional argument. If it is omitted, the function will assume <b><em>pv</em></b> to be 0.</p>
<p style="text-indent: 50px;"><b><em>type</em></b> is a period when the payments are due. It is an optional argument. If it is set to 0 or omitted, the function will assume the payments to be due at the end of the period. If <b><em>type</em></b> is set to 1, the payments are due at the beginning of the period.</p>
<p class="note"><b>Note:</b> cash paid out (such as deposits to savings) is represented by negative numbers; cash received (such as dividend checks) is represented by positive numbers.</p>
<p>The numeric values can be entered manually or included into the cell you make reference to.</p>
<p>To apply the <b>FV</b> function,</p>
<ol>
<li>select the cell where you wish to display the result,</li>
<li>click the <b>Insert function</b> <div class = "icon icon-insertfunction"></div> icon situated at the top toolbar,
<br />or right-click within a selected cell and select the <b>Insert Function</b> option from the menu,
<br />or click the <div class = "icon icon-function"></div> icon situated at the formula bar,
</li>
<li>select the <b>Financial</b> function group from the list,</li>
<li>click the <b>FV</b> function,</li>
<li>enter the required arguments separating them by commas,</li>
<li>press the <b>Enter</b> button.</li>
</ol>
<p>The result will be displayed in the selected cell.</p>
<p style="text-indent: 150px;"><img alt="FV Function" src="../images/fv.png" /></p>
</div>
</body>
</html>

View File

@ -39,7 +39,7 @@
</table>
<h3>Notes</h3>
<p class="note"><b><em>average_range</em></b> is an optional argument. If it is omitted, the function will find the average in <b><em>range</em></b>.</p>
<p><b><em>average_range</em></b> is an optional argument. If it is omitted, the function will find the average in <b><em>range</em></b>.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>AVERAGEIF</b> function.</p>
<h3>Examples</h3>

View File

@ -184,6 +184,7 @@
</tr>
</table>
<h3>Notes</h3>
<p>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>CELL</b> function.</p>
<h3>Examples</h3>

View File

@ -32,6 +32,7 @@
<h3>Notes</h3>
<p><b><em>reference</em></b> is an optional argument. If it is omitted, the function will return the column number of a cell selected to display the <b>COLUMN</b> function result. </p>
<p>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>COLUMN</b> function.</p>
<h3>Examples</h3>

View File

@ -30,7 +30,7 @@
</tr>
</table>
<h3>Notes</h3>
<p class="note"><b>Note:</b> 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>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>COVAR</b> function.</p>
<h3>Examples</h3>

View File

@ -38,7 +38,7 @@
</tr>
</table>
<h3>Notes</h3>
<p class="note">Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<p>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>FILTER</b> function.</p>
<h3>Examples</h3>

View File

@ -31,6 +31,7 @@
</table>
<h3>Notes</h3>
<p>If the referenced cell range contains more than one formula, the <b>FORMULATEXT</b> function returns the value from the upper left cell of this range. If the referenced cell does not contain a formula, the <b>FORMULATEXT</b> function returns the <b>N/A</b> error value.</p>
<p>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>FORMULATEXT</b> function.</p>
<h3>Examples</h3>

View File

@ -35,6 +35,7 @@
</table>
<h3>Notes</h3>
<p>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>FREQUENCY</b> function.</p>
<h3>Examples</h3>

View File

@ -43,6 +43,7 @@
</table>
<h3>Notes</h3>
<p>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>GROWTH</b> function.</p>
<h3>Examples</h3>

View File

@ -35,7 +35,7 @@
</table>
<h3>Notes</h3>
<p class="note"><b>Note:</b> if the argument is not recognised as a hexadecimal 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>If the argument is not recognised as a hexadecimal 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>HEX2BIN</b> function.</p>
<h3>Examples</h3>

View File

@ -36,7 +36,8 @@
</tr>
</table>
<h3>Notes</h3>
<h3>Notes</h3>
<p>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>HYPERLINLK</b> function.</p>
<h3>Examples</h3>

View File

@ -49,6 +49,7 @@
</table>
<h3>Notes</h3>
<p>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>INDEX</b> function.</p>
<h3>Examples</h3>

View File

@ -35,6 +35,7 @@
</table>
<h3>Notes</h3>
<p>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>INDIRECT</b> function.</p>
<h3>Examples</h3>

View File

@ -30,6 +30,7 @@
</tr>
</table>
<h3>Notes</h3>
<p>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>ISFORMULA</b> function.</p>
<h3>Examples</h3>

View File

@ -43,6 +43,7 @@
</table>
<h3>Notes</h3>
<p>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>LINEST</b> function.</p>
<h3>Examples</h3>

View File

@ -43,6 +43,7 @@
</tr>
</table>
<h3>Notes</h3>
<p>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>LOGEST</b> function.</p>
<h3>Examples</h3>

View File

@ -46,15 +46,15 @@
</tr>
<tr>
<td>1 or omitted</td>
<td>The values must be sorted in ascending order. If the the exact match is not found, the function will return the largest value that is less than <em><b>lookup-value</b></em>.</td>
<td>The values must be sorted in ascending order. If the exact match is not found, the function will return the largest value that is less than <em><b>lookup-value</b></em>.</td>
</tr>
<tr>
<td>0</td>
<td>The values can be sorted in any order. If the the exact match is not found, the function will return the #N/A error.</td>
<td>The values can be sorted in any order. If the exact match is not found, the function will return the #N/A error.</td>
</tr>
<tr>
<td>-1</td>
<td>The values must be sorted in descending order. If the the exact match is not found, the function will return the smallest value that is greater than <em><b>lookup-value</b></em>.</td>
<td>The values must be sorted in descending order. If the exact match is not found, the function will return the smallest value that is greater than <em><b>lookup-value</b></em>.</td>
</tr>
</table>
<h3>Notes</h3>

View File

@ -32,6 +32,7 @@
<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.</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>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</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

@ -32,6 +32,7 @@
<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.</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>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</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

@ -26,7 +26,7 @@
</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>
<td>Up to 255 numeric values for which you want to find the most frequently occurring value.</td>
</tr>
</table>
<h3>Notes</h3>

View File

@ -30,7 +30,7 @@
</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>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</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>

View File

@ -47,6 +47,7 @@
</table>
<h3>Notes</h3>
<p>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<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

@ -47,6 +47,7 @@
</table>
<h3>Notes</h3>
<p>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>RANDARRAY</b> function.</p>
<h3>Examples</h3>

View File

@ -31,6 +31,7 @@
</table>
<h3>Notes</h3>
<p><b><em>reference</em></b> is an optional argument. If the it is omitted, the function will return the row number of a cell in which the <b>ROW</b> function is entered. </p>
<p>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>ROW</b> function.</p>
<h3>Examples</h3>

View File

@ -42,8 +42,8 @@
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>SEQUENCE</b> function.</p>
<p>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>SEQUENCE</b> function.</p>
<h3>Examples</h3>
<p>The figure below displays the result returned by the <b>SEQUENCE</b> function.</p>

View File

@ -17,11 +17,22 @@
<h1>TEXT Function</h1>
<p>The <b>TEXT</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#textdata" onclick="onhyperlinkclick(this)">text and data functions</a>. Is used to convert a value to a text in the specified format.</p>
<h3>Syntax</h3>
<p><b><em>TEXT(value, format)</em></b></p>
<p><b><em>TEXT(value, format_text)</em></b></p>
<p>The <b>TEXT</b> function has the following arguments:</p>
<p><b><em>value</em></b> is a value to convert to text.</p>
<p><b><em>format</em></b> is a format to display the results in.</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>value</em></b></td>
<td>A value to convert to text.</td>
</tr>
<tr>
<td><b><em>format</em></b></td>
<td>A format to display the results in.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>TEXT</b> function.</p>

View File

@ -17,15 +17,39 @@
<h1>TEXTAFTER Function</h1>
<p>The <b>TEXTAFTER</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#textdata" onclick="onhyperlinkclick(this)">text and data functions</a>. It is used to return text occurring after delimiting characters.</p>
<h3>Syntax</h3>
<p><b><em>TEXTAFTER(text,delimiter,[instance_num], [match_mode], [match_end], [if_not_found])</em></b></p>
<p><b><em>TEXTAFTER(text, delimiter, [instance_num], [match_mode], [match_end], [if_not_found])</em></b></p>
<p>The <b>TEXTAFTER</b> function has the following argument:</p>
<p><b><em>text</em></b> is the text the search is conducted within. Wildcard characters are not allowed. If <b>text</b> is an empty string, the function returns empty text.</p>
<p><b><em>delimiter</em></b> is the text that marks the point after which the function extracts the text.</p>
<p><b><em>instance_num</em></b> is an optional argument. The instance of the delimiter after which the function extracts the text. By default, <b>instance_num</b> equals <b>1</b>. A negative number will start the text search from the end.</p>
<p><b><em>match_mode</em></b> is an optional argument. It is used to determine whether the text search is case-sensitive. The default is case-sensitive. The following values are used: <b>0</b> for case sensitive, <b>1</b> for case insensitive.</p>
<p><b><em>match_end</em></b> is an optional argument. It treats the end of text as a delimiter. By default, the text is an exact match. The following values are used: <b>0</b> for <b><em>not</em></b> matching the delimiter against the end of the text, <b>1</b> for matching the delimiter against the end of the text.</p>
<p><b><em>if_not_found</em></b> is an optional argument. It sets a value that is returned if no match is found.</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 the search is conducted within. Wildcard characters are not allowed. If <b>text</b> is an empty string, the function returns empty text.</td>
</tr>
<tr>
<td><b><em>delimiter</em></b></td>
<td>The text that marks the point after which the function extracts the text.</td>
</tr>
<tr>
<td><b><em>instance_num</em></b></td>
<td>An optional argument. The instance of the delimiter after which the function extracts the text. By default, <b>instance_num</b> equals <b>1</b>. A negative number will start the text search from the end.</td>
</tr>
<tr>
<td><b><em>match_mode</em></b></td>
<td>An optional argument. It is used to determine whether the text search is case-sensitive. The default is case-sensitive. The following values are used: <b>0</b> for case sensitive, <b>1</b> for case insensitive.</td>
</tr>
<tr>
<td><b><em>match_end</em></b></td>
<td>An optional argument. It treats the end of text as a delimiter. By default, the text is an exact match. The following values are used: <b>0</b> for <b><em>not</em></b> matching the delimiter against the end of the text, <b>1</b> for matching the delimiter against the end of the text.</td>
</tr>
<tr>
<td><b><em>if_not_found</em></b></td>
<td>An optional argument. It sets a value that is returned if no match is found.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>TEXTAFTER</b> function.</p>
<h3>Examples</h3>

View File

@ -17,15 +17,39 @@
<h1>TEXTBEFORE Function</h1>
<p>The <b>TEXTBEFORE</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#textdata" onclick="onhyperlinkclick(this)">text and data functions</a>. It is used to return text occurring before delimiting characters.</p>
<h3>Syntax</h3>
<p><b><em>TEXTBEFORE(text,delimiter,[instance_num], [match_mode], [match_end], [if_not_found])</em></b></p>
<p><b><em>TEXTBEFORE(text, delimiter, [instance_num], [match_mode], [match_end], [if_not_found])</em></b></p>
<p>The <b>TEXTBEFORE</b> function has the following argument:</p>
<p><b><em>text</em></b> is the text the search is conducted within. Wildcard characters are not allowed. If <b>text</b> is an empty string, the function returns empty text.</p>
<p><b><em>delimiter</em></b> is the text that marks the point before which the function extracts the text.</p>
<p><b><em>instance_num</em></b> is an optional argument. The instance of the delimiter before which the function extracts the text. By default, <b>instance_num</b> equals <b>1</b>. A negative number will start the text search from the end.</p>
<p><b><em>match_mode</em></b> is an optional argument. It is used to determine whether the text search is case-sensitive. The default is case-sensitive. The following values are used: <b>0</b> for case sensitive, <b>1</b> for case insensitive.</p>
<p><b><em>match_end</em></b> is an optional argument. It treats the end of text as a delimiter. By default, the text is an exact match. The following values are used: <b>0</b> for <b><em>not</em></b> matching the delimiter against the end of the text, <b>1</b> for matching the delimiter against the end of the text.</p>
<p><b><em>if_not_found</em></b> is an optional argument. It sets a value that is returned if no match is found.</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 the search is conducted within. Wildcard characters are not allowed. If <b>text</b> is an empty string, the function returns empty text.</td>
</tr>
<tr>
<td><b><em>delimiter</em></b></td>
<td>The text that marks the point before which the function extracts the text.</td>
</tr>
<tr>
<td><b><em>instance_num</em></b></td>
<td>An optional argument. The instance of the delimiter before which the function extracts the text. By default, <b>instance_num</b> equals <b>1</b>. A negative number will start the text search from the end.</td>
</tr>
<tr>
<td><b><em>match_mode</em></b></td>
<td>An optional argument. It is used to determine whether the text search is case-sensitive. The default is case-sensitive. The following values are used: <b>0</b> for case sensitive, <b>1</b> for case insensitive.</td>
</tr>
<tr>
<td><b><em>match_end</em></b></td>
<td>An optional argument. It treats the end of text as a delimiter. By default, the text is an exact match. The following values are used: <b>0</b> for <b><em>not</em></b> matching the delimiter against the end of the text, <b>1</b> for matching the delimiter against the end of the text.</td>
</tr>
<tr>
<td><b><em>if_not_found</em></b></td>
<td>An optional argument. It sets a value that is returned if no match is found.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>TEXTBEFORE</b> function.</p>
<h3>Examples</h3>

View File

@ -17,12 +17,27 @@
<h1>TEXTJOIN Function</h1>
<p>The <b>TEXTJOIN</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#textdata" onclick="onhyperlinkclick(this)">text and data functions</a>. Is used to combine the text from multiple ranges and/or strings, and includes a delimiter you specify between each text value that will be combined; if the delimiter is an empty text string, this function will effectively concatenate the ranges. This function is similar to the <b>CONCAT</b> function, but the difference is that the <b>CONCAT</b> function cannot accept a delimiter.</p>
<h3>Syntax</h3>
<p><b><em>TEXTJOIN(delimiter, ignore_empty, text1 [, text2], …)</em></b></p>
<p><b><em>TEXTJOIN(delimiter, ignore_empty, text1, [text2], ...)</em></b></p>
<p>The <b>TEXTJOIN</b> function has the following argument:</p>
<p><b><em>delimiter</em></b> is the delimiter to be inserted between the text values. Can be specified as a text string enclosed by double quotes (e.g. <b>","</b> (comma), <b>" "</b> (space), <b>"\"</b> (backslash) etc.) or as a reference to a cell or range of cells.</p>
<p><b><em>ignore_empty</em></b> is a logical value that specifies whether empty cells should be ignored. When the value is set to TRUE, empty cells are ignored.</p>
<p><b><em>text1(2)</em></b> is up to 252 data values. Each value can be a text string or a reference to a range of cells.</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>delimiter</em></b></td>
<td>The delimiter to be inserted between the text values. Can be specified as a text string enclosed by double quotes (e.g. <b>","</b> (comma), <b>" "</b> (space), <b>"\"</b> (backslash) etc.) or as a reference to a cell or range of cells.</td>
</tr>
<tr>
<td><b><em>ignore_empty</em></b></td>
<td>A logical value that specifies whether empty cells should be ignored. When the value is set to TRUE, empty cells are ignored.</td>
</tr>
<tr>
<td><b><em>text1/2/n</em></b></td>
<td>Up to 252 data values. Each value can be a text string or a reference to a range of cells.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>TEXTJOIN</b> function.</p>
<h3>Examples</h3>

View File

@ -17,17 +17,41 @@
<h1>TEXTSPLIT Function</h1>
<p>The <b>TEXTSPLIT</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#textdata" onclick="onhyperlinkclick(this)">text and data functions</a>. It is used to split text strings through column and row delimiters.</p>
<h3>Syntax</h3>
<p><b><em>TEXTSPLIT(text,col_delimiter,[row_delimiter],[ignore_empty], [match_mode], [pad_with])</em></b></p>
<p><b><em>TEXTSPLIT(text, col_delimiter, [row_delimiter], [ignore_empty], [match_mode], [pad_with])</em></b></p>
<p>The <b>TEXTSPLIT</b> function has the following argument:</p>
<p><b><em>text</em></b> is used to set the text you want to split.</p>
<p><b><em>col_delimiter</em></b> is an optional argument. It is used to set the text that marks the point where to split the text across columns.</p>
<p><b><em>row_delimiter</em></b> is an optional argument. It is used to set the text that marks the point where to split the text down rows.</p>
<p><b><em>ignore_empty</em></b> is an optional argument. It is used to specify <b>FALSE</b> to create an empty cell when two delimiters are consecutive. Defaults to <b>TRUE</b>, which creates an empty cell.</p>
<p><b><em>match_mode</em></b> is an optional argument. It is used to search the text for a delimiter match. By default, a case-sensitive match is done.</p>
<p><b><em>pad_with</em></b> is used to set the value with which to pad the result. Defaults to #N/A.</p>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>TEXTSPLIT</b> function.</p>
<p class="note">Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</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 split.</td>
</tr>
<tr>
<td><b><em>col_delimiter</em></b></td>
<td>An optional argument. It is used to set the text that marks the point where to split the text across columns.</td>
</tr>
<tr>
<td><b><em>row_delimiter</em></b></td>
<td>An optional argument. It is used to set the text that marks the point where to split the text down rows.</td>
</tr>
<tr>
<td><b><em>ignore_empty</em></b></td>
<td>An optional argument. It is used to specify <b>FALSE</b> to create an empty cell when two delimiters are consecutive. Defaults to <b>TRUE</b>, which creates an empty cell.</td>
</tr>
<tr>
<td><b><em>match_mode</em></b></td>
<td>An optional argument. It is used to search the text for a delimiter match. By default, a case-sensitive match is done.</td>
</tr>
<tr>
<td><b><em>pad_with</em></b></td>
<td>Is used to set the value with which to pad the result. Defaults to #N/A.</td>
</tr>
</table>
<h3>Notes</h3>
<p>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>TEXTSPLIT</b> function.</p>
<h3>Examples</h3>
<p>The figure below displays the result returned by the <b>TEXTSPLIT</b> function.</p>

View File

@ -19,11 +19,25 @@
<h3>Syntax</h3>
<p><b><em>TIME(hour, minute, second)</em></b></p>
<p>The <b>TIME</b> function has the following arguments:</p>
<p><b><em>hour</em></b> is a number from 0 to 23.</p>
<p><b><em>minute</em></b> is a number from 0 to 59.</p>
<p><b><em>second</em></b> is a number from 0 to 59.</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>hour</em></b></td>
<td>A number from 0 to 23.</td>
</tr>
<tr>
<td><b><em>minute</em></b></td>
<td>A number from 0 to 59.</td>
</tr>
<tr>
<td><b><em>second</em></b></td>
<td>A number from 0 to 59.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>TIME</b> function.</p>
<h3>Examples</h3>

View File

@ -17,9 +17,18 @@
<h1>TIMEVALUE Function</h1>
<p>The <b>TIMEVALUE</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 serial number of a time.</p>
<h3>Syntax</h3>
<p><b><em>TIMEVALUE(date-time-string)</em></b></p>
<p><b><em>TIMEVALUE(time_text)</em></b></p>
<p>The <b>TIMEVALUE</b> function has the following argument:</p>
<p><b><em>date-time-string</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>time_text</em></b></td>
<td>A text string that represents a time, e.g. "4:30 PM" or "16:30".</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>TIMEVALUE</b> function.</p>

View File

@ -17,11 +17,22 @@
<h1>TINV Function</h1>
<p>The <b>TINV</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. Returns the two-tailed inverse of the Student's t-distribution.</p>
<h3>Syntax</h3>
<p><b><em>TINV(probability, deg-freedom)</em></b></p>
<p><b><em>TINV(probability, deg_freedom)</em></b></p>
<p>The <b>TINV</b> function has the following arguments:</p>
<p><b><em>probability</em></b> is the probability associated with the two-tailed Student's t-distribution. A numeric value greater than 0 but less than or equal to 1.</p>
<p><b><em>deg-freedom</em></b> is the number of degrees of freedom, an integer greater than or equal to 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>probability</em></b></td>
<td>The probability associated with the two-tailed Student's t-distribution. A numeric value greater than 0 but less than or equal to 1.</td>
</tr>
<tr>
<td><b><em>deg_freedom</em></b></td>
<td>The number of degrees of freedom, an integer greater 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>TINV</b> function.</p>

View File

@ -15,20 +15,36 @@
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>TOCOL Function</h1>
<p>The <b>TOCOL</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 the array as one row.</p>
<p>The <b>TOCOL</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 the array as one column.</p>
<h3>Syntax</h3>
<p><b><em>TOCOL (array, [ignore], [scan_by_column])</em></b></p>
<p>The <b>TOCOL</b> function has the following arguments:</p>
<p><b><em>array</em></b> is the array or reference to return as a column.</p>
<p><b><em>ignore</em></b> is used to set whether to ignore certain types of values. Defaults to ignoring no values. The following values are used: <b>0</b> to keep all values (default); <b>1</b> to ignore blanks; <b>2</b> to ignore errors; <b>3</b> to ignore blanks and errors.</p>
<p><b><em>scan_by_column</em></b> is used to scan the array by column. By default, array scanning is conducted by row. Scanning determines whether the values are arranged in rows or columns.</p>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>TOCOL</b> function.</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>The array or reference to return as a column.</td>
</tr>
<tr>
<td><b><em>ignore</em></b></td>
<td>Is used to set whether to ignore certain types of values. Defaults to ignoring no values. The following values are used: <b>0</b> to keep all values (default); <b>1</b> to ignore blanks; <b>2</b> to ignore errors; <b>3</b> to ignore blanks and errors.</td>
</tr>
<tr>
<td><b><em>scan_by_column</em></b></td>
<td>Is used to scan the array by column. By default, array scanning is conducted by row. Scanning determines whether the values are arranged in rows or columns. A logical value (TRUE or FALSE).</td>
</tr>
</table>
<h3>Notes</h3>
<p>If <b><em>scan_by_column</em></b> is omitted or FALSE, the array is scanned by row. If it is TRUE, the array is scanned by column.</p>
<p>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>TOCOL</b> function.</p>
<h3>Examples</h3>
<p>The figure below displays the result returned by the <b>TOCOL</b> function.</p>
<!--<p><img alt="TOCOL Function" src="../images/tocol.png" /></p>-->
<p><img alt="TOCOL Function" src="../images/tocol.png" /></p>
</div>
</body>
</html>

View File

@ -19,16 +19,32 @@
<h3>Syntax</h3>
<p><b><em>TOROW (array, [ignore], [scan_by_column])</em></b></p>
<p>The <b>TOROW</b> function has the following arguments:</p>
<p><b><em>array</em></b> is the array or reference to return as a row.</p>
<p><b><em>ignore</em></b> is used to set whether to ignore certain types of values. Defaults to ignoring no values. The following values are used: <b>0</b> to keep all values (default); <b>1</b> to ignore blanks; <b>2</b> to ignore errors; <b>3</b> to ignore blanks and errors.</p>
<p><b><em>scan_by_column</em></b> is used to scan the array by column. By default, array scanning is conducted by row. Scanning determines whether the values are arranged in rows or columns.</p>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>TOROW</b> function.</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>The array or reference to return as a row.</td>
</tr>
<tr>
<td><b><em>ignore</em></b></td>
<td>Is used to set whether to ignore certain types of values. Defaults to ignoring no values. The following values are used: <b>0</b> to keep all values (default); <b>1</b> to ignore blanks; <b>2</b> to ignore errors; <b>3</b> to ignore blanks and errors.</td>
</tr>
<tr>
<td><b><em>scan_by_column</em></b></td>
<td>Is used to scan the array by column. By default, array scanning is conducted by row. Scanning determines whether the values are arranged in rows or columns. A logical value (TRUE or FALSE).</td>
</tr>
</table>
<h3>Notes</h3>
<p>If <b><em>scan_by_column</em></b> is omitted or FALSE, the array is scanned by row. If it is TRUE, the array is scanned by column.</p>
<p>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>TOROW</b> function.</p>
<h3>Examples</h3>
<p>The figure below displays the result returned by the <b>TOROW</b> function.</p>
<!--<p><img alt="TOROW Function" src="../images/torow.png" /></p>-->
<p><img alt="TOROW Function" src="../images/torow.png" /></p>
</div>
</body>
</html>

View File

@ -15,26 +15,24 @@
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>TRANSPOSE Function</h1>
<p>The <b>TRANSPOSE</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#lookupreference" onclick="onhyperlinkclick(this)">lookup and reference functions</a>. It is used to <!--convert columns into rows and rows into columns-->return the first element of an array.</p>
<p>The <b>TRANSPOSE</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#lookupreference" onclick="onhyperlinkclick(this)">lookup and reference functions</a>. It is used to convert columns into rows and rows into columns.</p>
<h3>Syntax</h3>
<p><b><em>TRANSPOSE(array)</em></b></p>
<p>The <b>TRANSPOSE</b> function has the following arguments:</p>
<p><em><b>array</b></em> is a reference to a range of cells.</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>A reference to a range of cells.</td>
</tr>
</table>
<h3>Notes</h3>
<p>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>TRANSPOSE</b> function.</p>
<ol>
<li>select <!--the range of cell--> a cell where you wish to display the result,
<!--<p class="note"> the selected range must contain the same number of rows as the original range has columns and the same number of columns as the original range has rows.</p>-->
</li>
<li>click the <b>Insert function</b> <div class = "icon icon-insertfunction"></div> icon situated at the top toolbar,
<br />or right-click within a selected cell and select the <b>Insert Function</b> option from the menu,
<br />or click the <div class = "icon icon-function"></div> icon situated at the formula bar,
</li>
<li>select the <b>Lookup and Reference</b> function group from the list,</li>
<li>click the <b>TRANSPOSE</b> function,</li>
<li>select a range of cells with the mouse or enter it manually, like this A1:B2,</li>
<li>press <!--the <b>Ctrl+Shift+Enter</b> key combination--> the <b>Enter</b> key.</li>
</ol>
<h3>Examples</h3>
<p>The figure below displays the result returned by the <b>TRANSPOSE</b> function.</p>
<p><img alt="TRANSPOSE Function" src="../images/transpose.png" /></p>

View File

@ -43,7 +43,8 @@
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>TREND</b> function.</p>
<p>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>TREND</b> function.</p>
<h3>Examples</h3>
<p>The figure below displays the result returned by the <b>TREND</b> function.</p>

View File

@ -17,12 +17,23 @@
<h1>TRUNC Function</h1>
<p>The <b>TRUNC</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 a number truncated to a specified number of digits.</p>
<h3>Syntax</h3>
<p><b><em>TRUNC(x [,number-digits])</em></b></p>
<p><b><em>TRUNC(number, [num_digits])</em></b></p>
<p>The <b>TRUNC</b> function has the following arguments:</p>
<p><b><em>x</em></b> is a number to truncate.</p>
<p><b><em>number-digits</em></b> is a number of decimal places to display. It is an optional argument. If omitted, the function will assume it to be 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>number</em></b></td>
<td>A number to truncate.</td>
</tr>
<tr>
<td><b><em>num_digits</em></b></td>
<td>A number of decimal places to display. It is an optional argument. If omitted, the function will assume it to be 0.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>TRUNC</b> function.</p>
<h3>Examples</h3>

View File

@ -19,14 +19,33 @@
<h3>Syntax</h3>
<p><b><em>TTEST(array1, array2, tails, type)</em></b></p>
<p>The <b>TTEST</b> function has the following arguments:</p>
<p><b><em>array1</em></b> is the first range of numeric values.</p>
<p><b><em>array2</em></b> is the second range of numeric values.</p>
<p><b><em>tails</em></b> is the number of distribution tails. If it is 1, the function uses the one-tailed distribution. If it is 2, the function uses the two-tailed distribution.</p>
<p><b><em>type</em></b> is a numeric value that specifies the kind of t-Test to be performed. The value can be one of the following:</p>
<table style="width: 40%">
<tr>
<td><b>Numeric value</b></td>
<td><b>The kind of t-Test</b></td>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>array1</em></b></td>
<td>The first range of numeric values.</td>
</tr>
<tr>
<td><b><em>array2</em></b></td>
<td>The second range of numeric values.</td>
</tr>
<tr>
<td><b><em>tails</em></b></td>
<td>The number of distribution tails. If it is 1, the function uses the one-tailed distribution. If it is 2, the function uses the two-tailed distribution.</td>
</tr>
<tr>
<td><b><em>type</em></b></td>
<td>A numeric value that specifies the kind of t-Test to be performed. The possible values are listed in the table below.</td>
</tr>
</table>
<p>The <b><em>type</em></b> argument can be one of the following:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Numeric value</b></th>
<th style="background-color: #f4f4f4"><b>The kind of t-Test</b></th>
</tr>
<tr>
<td>1</td>

View File

@ -20,10 +20,21 @@
<p><b><em>TYPE(value)</em></b></p>
<p>The <b>TYPE</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 that TYPE returns:</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. The possible values are listed in the table below.</td>
</tr>
</table>
<p>The <b><em>value</em></b> argument can be one of the following:</p>
<table style="width: 20%">
<tr>
<td><b>Value</b></td>
<td><b>Result</b></td>
<th style="background-color: #f4f4f4"><b>Value</b></th>
<th style="background-color: #f4f4f4"><b>Result</b></th>
</tr>
<tr>
<td>number</td>

View File

@ -17,17 +17,32 @@
<h1>UNIQUE Function</h1>
<p>The <b>UNIQUE</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 list of unique values from the specified range.</p>
<h3>Syntax</h3>
<p><b><em>UNIQUE(array,[by_col],[exactly_once])</em></b></p>
<p>The <b>UNIQUE</b> function has the following argument:</p>
<p><b><em>array</em></b> is the range from which to extract unique values.</p>
<p><b><em>by_col</em></b> is the optional TRUE or FALSE value indicating the method of comparison: TRUE for columns and FALSE for rows.</p>
<p><b><em>exactly_once</em></b> is the optional TRUE or FALSE value indicating the returning method: TRUE for values occurring once and FALSE for all unique values.</p>
<p><b><em>UNIQUE(array, [by_col], [exactly_once])</em></b></p>
<p>The <b>UNIQUE</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>array</em></b></td>
<td>The range from which to extract unique values.</td>
</tr>
<tr>
<td><b><em>by_col</em></b></td>
<td>The optional TRUE or FALSE value indicating the method of comparison: TRUE for columns and FALSE for rows.</td>
</tr>
<tr>
<td><b><em>exactly_once</em></b></td>
<td>The optional TRUE or FALSE value indicating the returning method: TRUE for values occurring once and FALSE for all unique values.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>UNIQUE</b> function.</p>
<p>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>UNIQUE</b> function.</p>
<h3>Examples</h3>
<p>The figure below displays the result returned by the <b>UNIQUE</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 figure below displays the result returned by the <b>UNIQUE</b> function.</p>
<p><img alt="UNIQUE Function" src="../images/unique.png" /></p>
</div>
</body>

View File

@ -19,11 +19,28 @@
<h3>Syntax</h3>
<p><b><em>WEIBULL.DIST(x, alpha, beta, cumulative)</em></b></p>
<p>The <b>WEIBULL.DIST</b> function has the following arguments:</p>
<p><b><em>x</em></b> is the value between at which the function should be calculated, a numeric value greater than or equal to 0.</p>
<p><b><em>alpha</em></b> is the first parameter of the distribution, a numeric value greater than 0.</p>
<p><b><em>beta</em></b> is the second parameter of the distribution, 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>
<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 between at which the function should be calculated, a numeric value greater than or equal to 0.</td>
</tr>
<tr>
<td><b><em>alpha</em></b></td>
<td>The first parameter of the distribution, a numeric value greater than 0.</td>
</tr>
<tr>
<td><b><em>beta</em></b></td>
<td>The second parameter of the distribution, 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>WEIBULL.DIST</b> function.</p>

View File

@ -19,11 +19,28 @@
<h3>Syntax</h3>
<p><b><em>WEIBULL(x, alpha, beta, cumulative)</em></b></p>
<p>The <b>WEIBULL</b> function has the following arguments:</p>
<p><b><em>x</em></b> is the value between at which the function should be calculated, a numeric value greater than or equal to 0.</p>
<p><b><em>alpha</em></b> is the first parameter of the distribution, a numeric value greater than 0.</p>
<p><b><em>beta</em></b> is the second parameter of the distribution, 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>
<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 between at which the function should be calculated, a numeric value greater than or equal to 0.</td>
</tr>
<tr>
<td><b><em>alpha</em></b></td>
<td>The first parameter of the distribution, a numeric value greater than 0.</td>
</tr>
<tr>
<td><b><em>beta</em></b></td>
<td>The second parameter of the distribution, 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>WEIBULL</b> function.</p>

View File

@ -17,15 +17,35 @@
<h1>WORKDAY.INTL Function</h1>
<p>The <b>WORKDAY.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 date before or after a specified number of workdays with custom weekend parameters; weekend parameters indicate which and how many days are weekend days.</p>
<h3>Syntax</h3>
<p><b><em>WORKDAY.INTL(start_date, days, [, weekend], [, holidays])</em></b></p>
<p><b><em>WORKDAY.INTL(start_date, days, [weekend], [holidays])</em></b></p>
<p>The <b>WORKDAY.INTL</b> function has the following arguments:</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>days</em></b> is a number of workdays before or after <b><em>start_date</em></b>. If the <b><em>days</em></b> has the negative sign, the function will return the date which comes before the specified <b>start_date</b>. If the <b><em>days</em></b> has the positive sign, the function will return the date which follows after the specified <b>start_date</b>.</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>
<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>days</em></b></td>
<td>A number of nonweekend before or after <b><em>start_date</em></b>. If the <b><em>days</em></b> has the negative sign, the function will return the date which comes before the specified <b>start_date</b>. If the <b><em>days</em></b> has the positive sign, the function will return the date which follows after the specified <b>start_date</b>.</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 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>
<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,7 +106,6 @@
</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>WORKDAY.INTL</b> function.</p>
<h3>Examples</h3>

View File

@ -17,12 +17,27 @@
<h1>WORKDAY Function</h1>
<p>The <b>WORKDAY</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 date which comes the indicated number of days (day-offset) before or after the specified start date excluding weekends and dates considered as holidays.</p>
<h3>Syntax</h3>
<p><b><em>WORKDAY(start-day, day-offset [,holidays])</em></b></p>
<p><b><em>WORKDAY(start_date, days, [holidays])</em></b></p>
<p>The <b>WORKDAY</b> function has the following arguments:</p>
<p><b><em>start-day</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>day-offset</em></b> is a number of nonweekend before or after <b><em>start-day</em></b>. If the <b><em>day-offset</em></b> has the negative sign, the function will return the date which comes before the specified <b>start-date</b>. If the <b><em>day-offset</em></b> has the positive sign, the function will return the date which follows after the specified <b>start-date</b>.</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>days</em></b></td>
<td>A number of nonweekend before or after <b><em>start_date</em></b>. If the <b><em>days</em></b> has the negative sign, the function will return the date which comes before the specified <b>start_date</b>. If the <b><em>days</em></b> has the positive sign, the function will return the date which follows after the specified <b>start_date</b>.</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>WORKDAY</b> function.</p>
<h3>Examples</h3>

View File

@ -15,20 +15,35 @@
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>WRAPCOLS Function</h1>
<p>The <b>WRAPCOLS</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#lookupreference" onclick="onhyperlinkclick(this)">lookup and reference functions</a>. It is used to wrap a row or column vector after a specified number of values.</p>
<p>The <b>WRAPCOLS</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#lookupreference" onclick="onhyperlinkclick(this)">lookup and reference functions</a>. It is used to wrap a row or column vector by columns after a specified number of values.</p>
<h3>Syntax</h3>
<p><b><em>WRAPCOLS(vector, wrap_count, [pad_with])</em></b></p>
<p>The <b>WRAPCOLS</b> function has the following arguments:</p>
<p><b><em>vector</em></b> is used to set the vector or reference to wrap.</p>
<p><b><em>wrap_count</em></b> is used to set the maximum number of values for each column.</p>
<p><b><em>pad_with</em></b> is used to set the value with which to pad. Defaults to #N/A.</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>vector</em></b></td>
<td>Is used to set the vector or reference to wrap.</td>
</tr>
<tr>
<td><b><em>wrap_count</em></b></td>
<td>Is used to set the maximum number of values for each column.</td>
</tr>
<tr>
<td><b><em>pad_with</em></b></td>
<td>Is used to set the value with which to pad. Defaults to #N/A.</td>
</tr>
</table>
<h3>Notes</h3>
<p>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>WRAPCOLS</b> function.</p>
<p class="note">Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<h3>Examples</h3>
<p>The figure below displays the result returned by the <b>WRAPCOLS</b> function.</p>
<!--<p><img alt="WRAPCOLS Function" src="../images/wrapcols.png" /></p>-->
<p>The figure below displays the result returned by the <b>WRAPCOLS</b> function. It wraps the row in range A1:F1 to an array in range A3:C5 by columns.</p>
<p><img alt="WRAPCOLS Function" src="../images/wrapcols.png" /></p>
</div>
</body>
</html>

View File

@ -15,20 +15,35 @@
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>WRAPROWS Function</h1>
<p>The <b>WRAPROWS</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#lookupreference" onclick="onhyperlinkclick(this)">lookup and reference functions</a>. It is used to wrap a row or column vector after a specified number of values.</p>
<p>The <b>WRAPROWS</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#lookupreference" onclick="onhyperlinkclick(this)">lookup and reference functions</a>. It is used to wrap a row or column vector by rows after a specified number of values.</p>
<h3>Syntax</h3>
<p><b><em>WRAPROWS(vector, wrap_count, [pad_with])</em></b></p>
<p>The <b>WRAPROWS</b> function has the following arguments:</p>
<p><b><em>vector</em></b> is used to set the vector or reference to wrap.</p>
<p><b><em>wrap_count</em></b> is used to set the maximum number of values for each row.</p>
<p><b><em>pad_with</em></b> is used to set the value with which to pad. Defaults to #N/A.</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>vector</em></b></td>
<td>Is used to set the vector or reference to wrap.</td>
</tr>
<tr>
<td><b><em>wrap_count</em></b></td>
<td>Is used to set the maximum number of values for each row.</td>
</tr>
<tr>
<td><b><em>pad_with</em></b></td>
<td>Is used to set the value with which to pad. Defaults to #N/A.</td>
</tr>
</table>
<h3>Notes</h3>
<p>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>WRAPROWS</b> function.</p>
<p class="note">Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<h3>Examples</h3>
<p>The figure below displays the result returned by the <b>WRAPROWS</b> function.</p>
<!--<p><img alt="WRAPROWS Function" src="../images/wraprows.png" /></p>-->
<p>The figure below displays the result returned by the <b>WRAPROWS</b> function. It wraps the row in range A1:F1 to an array in range A3:C5 by rows.</p>
<p><img alt="WRAPROWS Function" src="../images/wraprows.png" /></p>
</div>
</body>
</html>

View File

@ -17,12 +17,27 @@
<h1>XIRR Function</h1>
<p>The <b>XIRR</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#financial" onclick="onhyperlinkclick(this)">financial functions</a>. It is used to calculate the internal rate of return for a series of irregular cash flows. </p>
<h3>Syntax</h3>
<p><b><em>XIRR(values, dates [,[guess]])</em></b></p>
<p><b><em>XIRR(values, dates, [guess)</em></b></p>
<p>The <b>XIRR</b> function has the following arguments:</p>
<p><b><em>values</em></b> is an array that contains the series of payments occuring irregularly. At least one of the values must be negative and at least one positive.</p>
<p><b><em>dates</em></b> is an array that contains the payment dates when the payments are made or received. Dates must be entered by using the <a href="Date.htm" onclick="onhyperlinkclick(this)">DATE</a> function.</p>
<p><b><em>guess</em></b> is an estimate at what the internal rate of return will be. It is an optional argument. If it is omitted, the function will assume <b><em>guess</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>values</em></b></td>
<td>An array that contains the series of payments occuring irregularly. At least one of the values must be negative and at least one positive.</td>
</tr>
<tr>
<td><b><em>dates</em></b></td>
<td>An array that contains the payment dates when the payments are made or received. Dates must be entered by using the <a href="Date.htm" onclick="onhyperlinkclick(this)">DATE</a> function.</td>
</tr>
<tr>
<td><b><em>guess</em></b></td>
<td>An estimate at what the internal rate of return will be. It is an optional argument. If it is omitted, the function will assume <b><em>guess</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>XIRR</b> function.</p>
<h3>Examples</h3>

View File

@ -19,30 +19,87 @@
<h3>Syntax</h3>
<p><b><em>XLOOKUP (lookup_value, lookup_array, return_array, [if_not_found], [match_mode], [search_mode])</em></b></p>
<p>The <b>XLOOKUP</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_array</em></b> is an array or range to search in.</p>
<p><b><em>return_array</em></b> is an array or range to return the results to.</p>
<p><b><em>if_not_found</em></b> is an optional argument. If there is no search result, the argument returns the text stated in [if_not_found]. In case the text is not specified, the “N/A” is returned.</p>
<p><b><em>match_mode</em></b> is an optional argument. The following values are available:
<ul>
<li><b><em>0</em></b> (set by default) returns the exact match; if there is no match, the “N/A” is returned instead.</li>
<li><b><em>-1</em></b> returns the exact match; if there is none, the next smaller item is returned.</li>
<li><b><em>1</em></b> returns the exact match; if there is none, the next larger item is returned.</li>
<li><b><em>2</em></b> is a wildcard match.</li>
</ul>
</p>
<p><b><em>search_mode</em></b> is an optional argument. The following values are available:
<ul>
<li><b><em>1</em></b> starts a search at the first item (set by default).</li>
<li><b><em>-1</em></b> starts a reverse search, i.e. at the last item.</li>
<li><b><em>2</em></b> starts a binary search with the <b><em>lookup_array</em></b> sorted in ascending order. If not sorted, invalid results will be returned.</li>
<li><b><em>-2</em></b> starts a binary search with the <b><em>lookup_array</em></b> sorted in descending order. If not sorted, invalid results will be returned.</li>
</ul>
</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_array</em></b></td>
<td>An array or range to search in.</td>
</tr>
<tr>
<td><b><em>return_array</em></b></td>
<td>An array or range to return the results to.</td>
</tr>
<tr>
<td><b><em>if_not_found</em></b></td>
<td>An optional argument. If there is no search result, the argument returns the text stated in [if_not_found]. In case the text is not specified, the “N/A” is returned.</td>
</tr>
<tr>
<td><b><em>match_mode</em></b></td>
<td>An optional argument. The possible values are listed in the table below.</td>
</tr>
<tr>
<td><b><em>search_mode</em></b></td>
<td>An optional argument. The possible values are listed in the table below.</td>
</tr>
</table>
<p>The <b><em>match_mode</em></b> argument can be one of the following:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Value</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>0</em></b></td>
<td>Set by default. Returns the exact match; if there is no match, the “N/A” is returned instead.</td>
</tr>
<tr>
<td><b><em>-1</em></b></td>
<td>Returns the exact match; if there is none, the next smaller item is returned.</td>
</tr>
<tr>
<td><b><em>1</em></b></td>
<td>Returns the exact match; if there is none, the next larger item is returned.</td>
</tr>
<tr>
<td><b><em>2</em></b></td>
<td>A wildcard match.</td>
</tr>
</table>
<p>The <b><em>search_mode</em></b> argument can be one of the following:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Value</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>1</em></b></td>
<td>Set by default. Starts a search at the first item.</td>
</tr>
<tr>
<td><b><em>-1</em></b></td>
<td>Starts a reverse search, i.e. at the last item.</td>
</tr>
<tr>
<td><b><em>2</em></b></td>
<td>Starts a binary search with the <b><em>lookup_array</em></b> sorted in ascending order. If not sorted, invalid results will be returned.</td>
</tr>
<tr>
<td><b><em>-2</em></b></td>
<td>Starts a binary search with the <b><em>lookup_array</em></b> sorted in descending order. If not sorted, invalid results will be returned.</td>
</tr>
</table>
<h3>Notes</h3>
<p>
Wildcard characters include the question mark (?) that matches a single character and the asterisk (*) that matches multiple characters. If you want to find a question mark or asterisk, type a tilde (~) before the character.
</p>
<p>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>XLOOKUP</b> function.</p>
<h3>Examples</h3>

View File

@ -19,36 +19,84 @@
<h3>Syntax</h3>
<p><b><em>XMATCH(lookup_value, lookup_array, [match_mode], [search_mode])</em></b></p>
<p>The <b>XMATCH</b> function has the following arguments:</p>
<p style="text-indent: 50px;"><b><em>lookup_value</em></b> is a value to search for.</p>
<p style="text-indent: 50px;"><b><em>lookup_array</em></b> is an array or range to search in.</p>
<p style="text-indent: 50px;">
<b><em>match_mode</em></b> is an optional argument. The following values are available:
<ul>
<li><b><em>0</em></b> (set by default) returns the exact match; if there is no match, the “N/A” is returned instead.</li>
<li><b><em>-1</em></b> returns the exact match; if there is none, the next smaller item is returned.</li>
<li><b><em>1</em></b> returns the exact match; if there is none, the next larger item is returned.</li>
<li><b><em>2</em></b> is a wildcard match.</li>
</ul>
</p>
<p style="text-indent: 50px;">
<b><em>search_mode</em></b> is an optional argument. The following values are available:
<ul>
<li><b><em>1</em></b> starts a search at the first item (set by default).</li>
<li><b><em>-1</em></b> starts a reverse search, i.e. at the last item.</li>
<li><b><em>2</em></b> starts a binary search with the <b><em>lookup_array</em></b> sorted in ascending order. If not sorted, invalid results will be returned.</li>
<li><b><em>-2</em></b> starts a binary search with the <b><em>lookup_array</em></b> sorted in descending order. If not sorted, invalid results will be returned.</li>
</ul>
</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_array</em></b></td>
<td>An array or range to search in.</td>
</tr>
<tr>
<td><b><em>match_mode</em></b></td>
<td>An optional argument. The possible values are listed in the table below.</td>
</tr>
<tr>
<td><b><em>search_mode</em></b></td>
<td>An optional argument. The possible values are listed in the table below.</td>
</tr>
</table>
<p>The <b><em>match_mode</em></b> argument can be one of the following:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Value</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>0</em></b></td>
<td>Set by default. Returns the exact match; if there is no match, the “N/A” is returned instead.</td>
</tr>
<tr>
<td><b><em>-1</em></b></td>
<td>Returns the exact match; if there is none, the next smaller item is returned.</td>
</tr>
<tr>
<td><b><em>1</em></b></td>
<td>Returns the exact match; if there is none, the next larger item is returned.</td>
</tr>
<tr>
<td><b><em>2</em></b></td>
<td>A wildcard match.</td>
</tr>
</table>
<p>The <b><em>search_mode</em></b> argument can be one of the following:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Value</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>1</em></b></td>
<td>Set by default. Starts a search at the first item.</td>
</tr>
<tr>
<td><b><em>-1</em></b></td>
<td>Starts a reverse search, i.e. at the last item.</td>
</tr>
<tr>
<td><b><em>2</em></b></td>
<td>Starts a binary search with the <b><em>lookup_array</em></b> sorted in ascending order. If not sorted, invalid results will be returned.</td>
</tr>
<tr>
<td><b><em>-2</em></b></td>
<td>Starts a binary search with the <b><em>lookup_array</em></b> sorted in descending order. If not sorted, invalid results will be returned.</td>
</tr>
</table>
<h3>Notes</h3>
<p>
Wildcard characters include the question mark (?) that matches a single character and the asterisk (*) that matches multiple characters. If you want to find a question mark or asterisk, type a tilde (~) before the character.
</p>
<p>Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>XMATCH</b> function.</p>
<p class="note">Please note that this is an array formula. To learn more, please read the <a href="../UsageInstructions/InsertArrayFormulas.htm" onclick="onhyperlinkclick(this)">Insert array formulas</a> article.</p>
<h3>Examples</h3>
<p>The figure below displays the result returned by the <b>XMATCH</b> function.</p>
<!--<p><img alt="XMATCH Function" src="../images/xmatch.png" /></p>-->
<p><img alt="XMATCH Function" src="../images/xmatch.png" /></p>
</div>
</body>
</html>

View File

@ -19,11 +19,25 @@
<h3>Syntax</h3>
<p><b><em>XNPV(rate, values, dates)</em></b></p>
<p>The <b>XNPV</b> function has the following arguments:</p>
<p style="text-indent: 50px;"><b><em>rate</em></b> is the discount rate for the investment.</p>
<p style="text-indent: 50px;"><b><em>values</em></b> is an array that contains the income (positive values) or payment (negative values) amounts. At least one of the values must be negative and at least one positive.</p>
<p style="text-indent: 50px;"><b><em>dates</em></b> is an array that contains the payment dates when the payments are made or received.</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 for the investment.</td>
</tr>
<tr>
<td><b><em>values</em></b></td>
<td>An array that contains the income (positive values) or payment (negative values) amounts. At least one of the values must be negative and at least one positive.</td>
</tr>
<tr>
<td><b><em>dates</em></b></td>
<td>An array that contains the payment dates when the payments are made or received.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>XNPV</b> function.</p>
<h3>Examples</h3>

View File

@ -17,15 +17,31 @@
<h1>YEARFRAC Function</h1>
<p>The <b>YEARFRAC</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 fraction of a year represented by the number of whole days from start-date to end-date calculated on the specified basis.</p>
<h3>Syntax</h3>
<p><b><em>YEARFRAC(start-date, end-date [,basis])</em></b></p>
<p><b><em>YEARFRAC(start_date, end_date, [basis])</em></b></p>
<p>The <b>YEARFRAC</b> function has the following arguments:</p>
<p style="text-indent: 50px;"><b><em>start-date</em></b> is a number representing 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 style="text-indent: 50px;"><b><em>end-date</em></b> is a number representing 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 style="text-indent: 50px;"><b><em>basis</em></b> is the day count basis to use, a numeric value greater than or equal to 0, but less than or equal to 4. It can be one of the following:</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>A number representing 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>A number representing 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>basis</em></b></td>
<td>The day count basis to use, a numeric value greater than or equal to 0, but less than or equal to 4. The possible values are listed in the table below.</td>
</tr>
</table>
<p>The <b><em>basis</em></b> argument can be one of the following:</p>
<table style="width: 40%">
<tr>
<td><b>Numeric value</b></td>
<td><b>Count basis</b></td>
<th style="background-color: #f4f4f4"><b>Numeric value</b></th>
<th style="background-color: #f4f4f4"><b>Count basis</b></th>
</tr>
<tr>
<td>0</td>
@ -49,7 +65,7 @@
</tr>
</table>
<h3>Notes</h3>
<p>If the <b><em>start-date</em></b>, <b><em>end-date</em></b> or <b><em>basis</em></b> is a decimal value, the function will ignore the numbers to the right of the decimal point.
<p>If the <b><em>start_date</em></b>, <b><em>end_date</em></b> or <b><em>basis</em></b> is a decimal value, the function will ignore the numbers to the right of the decimal point.
</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>YEARFRAC</b> function.</p>

View File

@ -17,13 +17,27 @@
<h1>Z.TEST Function</h1>
<p>The <b>Z.TEST</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to return the one-tailed P-value of a z-test. For a given hypothesized population mean, x, <b>Z.TEST</b> returns the probability that the sample mean would be greater than the average of observations in the data set (array) — that is, the observed sample mean.</p>
<h3>Syntax</h3>
<p><b><em>Z.TEST(array, x [, sigma])</em></b></p>
<p><b><em>Z.TEST(array, x, [sigma])</em></b></p>
<p>The <b>Z.TEST</b> function has the following arguments:</p>
<p style="text-indent: 50px;"><b><em>array</em></b> is the range of numeric values against which to test <b><em>x</em></b>.</p>
<p style="text-indent: 50px;"><b><em>x</em></b> is the value to test.</p>
<p style="text-indent: 50px;"><b><em>sigma</em></b> is a population standard deviation. This is an optional argument. If it is omitted, the sample standard deviation 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>array</em></b></td>
<td>The range of numeric values against which to test <b><em>x</em></b>.</td>
</tr>
<tr>
<td><b><em>x</em></b></td>
<td>The value to test.</td>
</tr>
<tr>
<td><b><em>sigma</em></b></td>
<td>A population standard deviation. This is an optional argument. If it is omitted, the sample standard deviation is used.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>Z.TEST</b> function.</p>
<h3>Examples</h3>

View File

@ -17,12 +17,27 @@
<h1>ZTEST Function</h1>
<p>The <b>ZTEST</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to return the one-tailed probability-value of a z-test. For a given hypothesized population mean, μ0, <b>ZTEST</b> returns the probability that the sample mean would be greater than the average of observations in the data set (array) — that is, the observed sample mean.</p>
<h3>Syntax</h3>
<p><b><em>ZTEST(array, x [, sigma])</em></b></p>
<p><b><em>ZTEST(array, x, [sigma])</em></b></p>
<p>The <b>ZTEST</b> function has the following arguments:</p>
<p style="text-indent: 50px;"><b><em>array</em></b> is the range of numeric values against which to test <b><em>x</em></b>.</p>
<p style="text-indent: 50px;"><b><em>x</em></b> is the value to test.</p>
<p style="text-indent: 50px;"><b><em>sigma</em></b> is a population standard deviation. This is an optional argument. If it is omitted, the sample standard deviation 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>array</em></b></td>
<td>The range of numeric values against which to test <b><em>x</em></b>.</td>
</tr>
<tr>
<td><b><em>x</em></b></td>
<td>The value to test.</td>
</tr>
<tr>
<td><b><em>sigma</em></b></td>
<td>A population standard deviation. This is an optional argument. If it is omitted, the sample standard deviation is used.</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>ZTEST</b> function.</p>
<h3>Examples</h3>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -1,42 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Función VF</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Buscar" type="text" onkeypress="doSearch(event)">
</div>
<h1>Función VF</h1>
<p>La función <b>VF</b> es una función financiera. Se usa para calcular el valor futuro de una inversión basado en un tipo de interés específico y en un programa de pagos constante.</p>
<p>La sintaxis de la función <b>VF</b> es:</p>
<p style="text-indent: 150px;"><b><em>FV(tasa, nper, pmt [, [pv] [,[tipo]]])</em></b></p>
<p><em>donde</em></p>
<p style="text-indent: 50px;"><b><em>tasa</em></b> es un tipo de interés para la inversión.</p>
<p style="text-indent: 50px;"><b><em>nper</em></b> es un número de pagos.</p>
<p style="text-indent: 50px;"><b><em>pmt</em></b> es la cantidad de un pago.</p>
<p style="text-indent: 50px;"><b><em>pv</em></b> es el valor presente de los pagos. Es un argumento opcional. Si se omite, la función <b><em>pv</em></b> será igual a 0.</p>
<p style="text-indent: 50px;"><b><em>tipo</em></b> es un plazo cuando los pagos vencen. Es un argumento opcional. Si se establece en 0 u se omite, la función asumirá el vencimiento de los pagos para el final del periodo. Si <b><em>type</em></b> se establece en 1, los pagos vencen al principio del periodo.</p>
<p class="note"><b>Nota:</b> pago en efectivo (como depósitos en cuentas) se representa con números negativos; efectivo recibido (como cheques de dividendos) se representa con números positivos.</p>
<p>Los valores numéricos puede introducirse a mano o incluirse en la celda a la que usted hace referencia.</p>
<p>Para aplicar la función <b>VF</b>,</p>
<ol>
<li>seleccione la celda donde usted quiere ver el resultado,</li>
<li>haga clic en el icono <b>Insertar función</b> <div class = "icon icon-insertfunction"></div> que se sitúa en la barra de herramientas superior, <br />o haga clic derecho en la сelda seleccionada y elija la opción <b>Insertar función</b> en el menú, <br />o pulse el icono <div class = "icon icon-function"></div> que se sitúa en la barra de fórmulas,</li>
<li>seleccione el grupo de funciones <b>Financiero</b> en la lista,</li>
<li>haga clic en la función <b>VF</b>,</li>
<li>introduzca los argumentos correspondientes separados por comas,</li>
<li>pulse el botón <b>Enter</b>.</li>
</ol>
<p>El resultado se mostrará en la celda elegida.</p>
<p style="text-indent: 150px;"><img alt="Función VF" src="../images/fv.png" /></p>
</div>
</body>
</html>

View File

@ -1,42 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Fonction FV</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Rechercher" type="text" onkeypress="doSearch(event)">
</div>
<h1>Fonction FV</h1>
<p>La fonction <b>FV</b> est l'une des fonctions financières. Elle est utilisée pour calculer la valeur future d'un investissement à la base du taux d'intérêt spécifié et d'un échéancier de paiement constant.</p>
<p>La syntaxe de la fonction <b>FV</b> est :</p>
<p style="text-indent: 150px;"><b><em>FV(rate, nper, pmt [, [pv] [,[type]]])</em></b></p>
<p><em></em></p>
<p style="text-indent: 50px;"><b><em>rate</em></b> est le taux d'intérêt pour l'investissement.</p>
<p style="text-indent: 50px;"><b><em>nper</em></b> est le nombre de paiements.</p>
<p style="text-indent: 50px;"><b><em>pmt</em></b> est le montant du paiement.</p>
<p style="text-indent: 50px;"><b><em>pv</em></b> est la valeur actuelle des paiements. C'est un argument facultatif. Si il est absent, la fonction estime <b><em>pv</em></b> égal à 0.</p>
<p style="text-indent: 50px;"><b><em>type</em></b> est la période au cours de laquelle les paiements doivent être versés. C'est un argument facultatif. Si il est égal à 0 ou absent, la fonction estime que les paiements doivent être versés à la fin de la période. Si <b><em>type</em></b> est égal à 1, les paiements doivent être versés au début de la période.</p>
<p class="note"><b>Remarque :</b> les sommes versées ( telles que dépôts d'épargne ) sont représentées par des nombres négatifs ; les sommes reçues ( telles que dividendes ) sont représentées par des nombres positifs.</p>
<p>Les valeurs numériques peuvent être saisies à la main ou incluses dans les cellules auxquelles il est fait référence.</p>
<p>Pour appliquer la fonction <b>FV</b>,</p>
<ol>
<li>sélectionnez la cellule où vous souhaitez afficher le résultat,</li>
<li>cliquez sur l'icône <b>Insérer une fonction</b> <div class = "icon icon-insertfunction"></div> située sur la barre d'outils supérieure, <br />ou cliquez avec le bouton droit sur la cellule sélectionnée et sélectionnez l'option <b>Insérer une fonction</b> depuis le menu, <br />ou cliquez sur l'icône <div class = "icon icon-function"></div> située sur la barre de formule,</li>
<li>sélectionnez le groupe de fonctions <b>Financières</b> depuis la liste,</li>
<li>cliquez sur la fonction <b>FV</b>,</li>
<li>insérez les arguments requis en les séparant par des virgules,</li>
<li>appuyez sur la touche <b>Entrée</b>.</li>
</ol>
<p>Le résultat sera affiché dans la cellule sélectionnée.</p>
<p style="text-indent: 150px;"><img alt="Fonction FV" src="../images/fv.png" /></p>
</div>
</body>
</html>

View File

@ -1,45 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>FV Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="search" onkeypress="doSearch(event)">
</div>
<h1>FV Function</h1>
<p>The <b>FV</b> function is one of the financial functions. It is used to calculate the future value of an investment based on a specified interest rate and a constant payment schedule.</p>
<p>The <b>FV</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>FV(rate, nper, pmt [, [pv] [,[type]]])</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>rate</em></b> is the interest rate for the investment.</p>
<p style="text-indent: 50px;"><b><em>nper</em></b> is a number of payments.</p>
<p style="text-indent: 50px;"><b><em>pmt</em></b> is a payment amount.</p>
<p style="text-indent: 50px;"><b><em>pv</em></b> is a present value of the payments. It is an optional argument. If it is omitted, the function will assume <b><em>pv</em></b> to be 0.</p>
<p style="text-indent: 50px;"><b><em>type</em></b> is a period when the payments are due. It is an optional argument. If it is set to 0 or omitted, the function will assume the payments to be due at the end of the period. If <b><em>type</em></b> is set to 1, the payments are due at the beginning of the period.</p>
<p class="note"><b>Note:</b> cash paid out (such as deposits to savings) is represented by negative numbers; cash received (such as dividend checks) is represented by positive numbers.</p>
<p>The numeric values can be entered manually or included into the cell you make reference to.</p>
<p>To apply the <b>FV</b> function,</p>
<ol>
<li>select the cell where you wish to display the result,</li>
<li>click the <b>Insert function</b> <div class = "icon icon-insertfunction"></div> icon situated at the top toolbar,
<br />or right-click within a selected cell and select the <b>Insert Function</b> option from the menu,
<br />or click the <div class = "icon icon-function"></div> icon situated at the formula bar,
</li>
<li>select the <b>Financial</b> function group from the list,</li>
<li>click the <b>FV</b> function,</li>
<li>enter the required arguments separating them by commas,</li>
<li>press the <b>Enter</b> button.</li>
</ol>
<p>The result will be displayed in the selected cell.</p>
<p style="text-indent: 150px;"><img alt="FV Function" src="../images/fv.png" /></p>
</div>
</body>
</html>