Fix function pages

This commit is contained in:
Svetlana Maleeva 2023-11-22 13:50:27 +03:00
parent 8dc020c379
commit 4c4db8df4b
28 changed files with 216 additions and 80 deletions

View File

@ -17,7 +17,7 @@
<h1>BETA.DIST Function</h1>
<p>The <b>BETA.DIST</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to return the beta distribution.</p>
<h3>Syntax</h3>
<p><b><em>BETA.DIST(x,alpha,beta,cumulative,[A],[B])</em></b></p>
<p><b><em>BETA.DIST(x, alpha, beta, cumulative, [A], [B])</em></b></p>
<p>The <b>BETA.DIST</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>

View File

@ -17,7 +17,7 @@
<h1>BETA.INV Function</h1>
<p>The <b>BETA.INV</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to return the inverse of the beta cumulative probability density function (BETA.DIST).</p>
<h3>Syntax</h3>
<p><b><em>BETA.INV(probability,alpha,beta,[A],[B])</em></b></p>
<p><b><em>BETA.INV(probability, alpha, beta, [A], [B])</em></b></p>
<p>The <b>BETA.INV</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>

View File

@ -17,7 +17,7 @@
<h1>BETADIST Function</h1>
<p>The <b>BETADIST</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to return the cumulative beta probability density function.</p>
<h3>Syntax</h3>
<p><b><em>BETADIST(x,alpha,beta,[A],[B])</em></b></p>
<p><b><em>BETADIST(x, alpha, beta, [A], [B])</em></b></p>
<p>The <b>BETADIST</b> function has the following arguments:</p><table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4" width="150ch"><b>Argument</b></th>

View File

@ -17,7 +17,7 @@
<h1>BETAINV Function</h1>
<p>The <b>BETAINV</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to return the inverse of the cumulative beta probability density function for a specified beta distribution.</p>
<h3>Syntax</h3>
<p><b><em>BETAINV(probability,alpha,beta,[A],[B])</em></b></p>
<p><b><em>BETAINV(probability, alpha, beta, [A], [B])</em></b></p>
<p>The <b>BETAINV</b> function has the following arguments:</p><table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4" width="150ch"><b>Argument</b></th>

View File

@ -17,7 +17,7 @@
<h1>BINOMDIST Function</h1>
<p>The <b>BINOMDIST</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to return the individual term binomial distribution probability.</p>
<h3>Syntax</h3>
<p><b><em>BINOMDIST(number_s,trials,probability_s,cumulative)</em></b></p>
<p><b><em>BINOMDIST(number_s, trials, probability_s, cumulative)</em></b></p>
<p>The <b>BINOMDIST</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>

View File

@ -17,7 +17,7 @@
<h1>COMBIN Function</h1>
<p>The <b>COMBIN</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#mathtrigonometry" onclick="onhyperlinkclick(this)">math and trigonometry functions</a>. It is used to return the number of combinations for a specified number of items.</p>
<h3>Syntax</h3>
<p><b><em>COMBIN(number, number-chosen)</em></b></p>
<p><b><em>COMBIN(number, number_chosen)</em></b></p>
<p>The <b>COMBIN</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
@ -29,7 +29,7 @@
<td>A number of items, a numeric value greater than or equal to 0.</td>
</tr>
<tr>
<td><b><em>number-chosen</em></b></td>
<td><b><em>number_chosen</em></b></td>
<td>A number of items in a combination, a numeric value greater than or equal to 0 but less than <b><em>number</em></b>.</td>
</tr>
</table>

View File

@ -17,7 +17,7 @@
<h1>COMBINA Function</h1>
<p>The <b>COMBINA</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#mathtrigonometry" onclick="onhyperlinkclick(this)">math and trigonometry functions</a>. It is used to return the number of combinations (with repetitions) for a given number of items.</p>
<h3>Syntax</h3>
<p><b><em>COMBINA(number, number-chosen)</em></b></p>
<p><b><em>COMBINA(number, number_chosen)</em></b></p>
<p>The <b>COMBINA</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
@ -29,7 +29,7 @@
<td>The total number of items, a numeric value greater than or equal to 0.</td>
</tr>
<tr>
<td><b><em>number-chosen</em></b></td>
<td><b><em>number_chosen</em></b></td>
<td>A number of items in a combination, a numeric value greater than or equal to 0 but less than <b><em>number</em></b>.</td>
</tr>
</table>

View File

@ -17,7 +17,7 @@
<h1>DAYS360 Function</h1>
<p>The <b>DAYS360</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#datetime" onclick="onhyperlinkclick(this)">date and time functions</a>. Is used to return the number of days between two dates (start-date and end-date) based on a 360-day year using one of the calculation method (US or European).</p>
<h3>Syntax</h3>
<p><b><em>DAYS360(start_date,end_date,[method])</em></b></p>
<p><b><em>DAYS360(start_date, end_date, [method])</em></b></p>
<p>The <b>DAYS360</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>

View File

@ -17,7 +17,7 @@
<h1>ERF Function</h1>
<p>The <b>ERF</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#engineering" onclick="onhyperlinkclick(this)">engineering functions</a>. It is used to calculate the error function integrated between the specified lower and upper limits.</p>
<h3>Syntax</h3>
<p><b><em>ERF(lower_limit,[upper_limit])</em></b></p>
<p><b><em>ERF(lower_limit, [upper_limit])</em></b></p>
<p>The <b>ERF</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>

View File

@ -17,7 +17,7 @@
<h1>FILTER Function</h1>
<p>The <b>FILTER</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#lookupreference" onclick="onhyperlinkclick(this)">lookup and reference functions</a>. It is used to filter a range of data and to return the results that match the criteria you specify. The <b>FILTER</b> function only extracts the necessary data and the results update when the original data change.</p>
<h3>Syntax</h3>
<p><b><em>FILTER(array,include,[if_empty])</em></b></p>
<p><b><em>FILTER(array, include, [if_empty])</em></b></p>
<p>The <b>FILTER</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>

View File

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

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>HYPERLINLK Function</title>
<title>HYPERLINK Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
@ -14,11 +14,11 @@
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>HYPERLINLK Function</h1>
<p>The <b>HYPERLINLK</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#lookupreference" onclick="onhyperlinkclick(this)">lookup and reference functions</a>. It is used to create a shortcut that jumps to another location in the current workbook, or opens a document stored on a network server, an intranet, or the Internet.</p>
<h1>HYPERLINK Function</h1>
<p>The <b>HYPERLINK</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#lookupreference" onclick="onhyperlinkclick(this)">lookup and reference functions</a>. It is used to create a shortcut that jumps to another location in the current workbook, or opens a document stored on a network server, an intranet, or the Internet.</p>
<h3>Syntax</h3>
<p><b><em>HYPERLINLK(link_location, [friendly_name])</em></b></p>
<p>The <b>HYPERLINLK</b> function has the following arguments:</p>
<p><b><em>HYPERLINK(link_location, [friendly_name])</em></b></p>
<p>The <b>HYPERLINK</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4" width="150ch"><b>Argument</b></th>
@ -36,12 +36,12 @@
<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>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>HYPERLINK</b> function.</p>
<h3>Examples</h3>
<p>The figure below displays the result returned by the <b>HYPERLINLK</b> function.</p>
<p>The figure below displays the result returned by the <b>HYPERLINK</b> function.</p>
<p>To open the link click on it. To select a cell that contains a link without opening the link click and hold the mouse button.</p>
<p><img alt="HYPERLINLK Function" src="../images/hyperlinkfunction.png" /></p>
<p><img alt="HYPERLINK Function" src="../images/hyperlinkfunction.png" /></p>
</div>
</body>
</html>

View File

@ -17,9 +17,7 @@
<h1>INDEX Function</h1>
<p>The <b>INDEX</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#lookupreference" onclick="onhyperlinkclick(this)">lookup and reference functions</a>. It is used to return a value within a range of cells on the base of a specified row and column number. The <b>INDEX</b> function has two forms. <!--The array form is used to return a value within a single range of cells. The reference form is used to return a value within an array that contains several ranges of cells.--></p>
<p>The <b>INDEX</b> function syntax in the array form is:</p>
<p><b><em>INDEX(array, row_num, [column_num])</em></b></p>
<p>The <b>INDEX</b> function syntax in the reference form is:</p>
<p><b><em>INDEX(reference, row_num, [column_num], [area_num])</em></b></p>
<p><b><em>INDEX(array, row_num, [column_num])</em></b></p>
<p>The <b>INDEX</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
@ -29,10 +27,6 @@
<tr>
<td><b><em>array</em></b></td>
<td>A range of cells.</td>
</tr>
<tr>
<td><b><em>reference</em></b></td>
<td>A reference to a range of cells<!--or several ranges enclosed in parentheses and separated by commas-->.</td>
</tr>
<tr>
<td><b><em>row_num</em></b></td>
@ -42,7 +36,29 @@
<td><b><em>column_num</em></b></td>
<td>A column number you wish to return a value from. If it is omitted, <em><b>row_num</b></em> is required.</td>
</tr>
<tr>
</table>
<p>The <b>INDEX</b> function syntax in the reference form is:</p>
<p><b><em>INDEX(reference, row_num, [column_num], [area_num])</em></b></p>
<p>The <b>INDEX</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4" width="150ch"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>reference</em></b></td>
<td>A reference to a range of cells<!--or several ranges enclosed in parentheses and separated by commas-->.</td>
</tr>
<tr>
<td><b><em>row_num</em></b></td>
<td>A row number you wish to return a value from. If it is omitted, <em><b>column_num</b></em> is required.</td>
</tr>
<tr>
<td><b><em>column_num</em></b></td>
<td>A column number you wish to return a value from. If it is omitted, <em><b>row_num</b></em> is required.</td>
</tr>
<tr>
<td><b><em>area_num</em></b></td>
<td>An area to use in case the array contains several ranges. It is an optional argument. If it is omitted, the function will assume <b><em>area_num</em></b> to be 1.</td>
</tr>

View File

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

View File

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

View File

@ -53,7 +53,7 @@
<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><b><em>-1</em></b></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>

View File

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

View File

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

View File

@ -45,11 +45,11 @@
</tr>
<tr>
<td>TRUE</td>
<td><b><em>1</em></b></td>
<td>1</td>
</tr>
<tr>
<td>FALSE</td>
<td><b><em>0</em></b></td>
<td>0</td>
</tr>
<tr>
<td>error</td>
@ -57,7 +57,7 @@
</tr>
<tr>
<td>Other</td>
<td><b><em>0</em></b></td>
<td>0</td>
</tr>
</table>
<h3>Notes</h3>

View File

@ -17,7 +17,7 @@
<h1>OCT2BIN Function</h1>
<p>The <b>OCT2BIN</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#engineering" onclick="onhyperlinkclick(this)">engineering functions</a>. It is used to convert an octal number to a binary number.</p>
<h3>Syntax</h3>
<p><b><em>OCT2BIN(number, [places]])</em></b></p>
<p><b><em>OCT2BIN(number, [places])</em></b></p>
<p>The <b>OCT2BIN</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>

View File

@ -17,7 +17,7 @@
<h1>OCT2HEX Function</h1>
<p>The <b>OCT2HEX</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#engineering" onclick="onhyperlinkclick(this)">engineering functions</a>. It is used to convert an octal number to a hexadecimal number.</p>
<h3>Syntax</h3>
<p><b><em>OCT2HEX(number, [places)</em></b></p>
<p><b><em>OCT2HEX(number, [places])</em></b></p>
<p>The <b>OCT2HEX</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>

View File

@ -18,8 +18,7 @@
<p>The <b>REPLACE/REPLACEB</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#textdata" onclick="onhyperlinkclick(this)">text and data functions</a>. Is used to replace a set of characters, based on the number of characters and the start position you specify, with a new set of characters. The <b>REPLACE</b> function is intended for languages that use the single-byte character set (SBCS), while <b>REPLACEB</b> - for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc.</p>
<h3>Syntax</h3>
<p><b><em>REPLACE(old_text, start_num, num_chars, new_text)</em></b></p>
<p><b><em>REPLACEB(old_text, start_num, num_bytes, new_text)</em></b></p>
<p>The <b>REPLACE/REPLACEB</b> function has the following arguments:</p>
<p>The <b>REPLACE</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4" width="150ch"><b>Argument</b></th>
@ -38,10 +37,31 @@
<td>The number of characters to be replaced.</td>
</tr>
<tr>
<td><b><em>new_text</em></b></td>
<td>The new text.</td>
</tr>
</table>
<p><b><em>REPLACEB(old_text, start_num, num_bytes, new_text)</em></b></p>
<p>The <b>REPLACEB</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4" width="150ch"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>old_text</em></b></td>
<td>The original text to be replaced.</td>
</tr>
<tr>
<td><b><em>start_num</em></b></td>
<td>The beginning of the set to be replaced.</td>
</tr>
<tr>
<td><b><em>num_bytes</em></b></td>
<td>The number of characters to be replaced, based on bytes.</td>
</tr>
<tr>
<tr>
<td><b><em>new_text</em></b></td>
<td>The new text.</td>
</tr>

View File

@ -17,10 +17,9 @@
<h1>REPLACE/REPLACEB Function</h1>
<p>The <b>REPLACE/REPLACEB</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#textdata" onclick="onhyperlinkclick(this)">text and data functions</a>. Is used to replace a set of characters, based on the number of characters and the start position you specify, with a new set of characters. The <b>REPLACE</b> function is intended for languages that use the single-byte character set (SBCS), while <b>REPLACEB</b> - for languages that use the double-byte character set (DBCS) like Japanese, Chinese, Korean etc.</p>
<h3>Syntax</h3>
<p><b><em>REPLACE(old_text, start_num, num_chars, new_text)</em></b></p>
<p><b><em>REPLACEB(old_text, start_num, num_bytes, new_text)</em></b></p>
<p>The <b>REPLACE/REPLACEB</b> function has the following arguments:</p>
<table style="width: 40%">
<p><b><em>REPLACE(old_text, start_num, num_chars, new_text)</em></b></p>
<p>The <b>REPLACE</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4" width="150ch"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
@ -29,19 +28,40 @@
<td><b><em>old_text</em></b></td>
<td>The original text to be replaced.</td>
</tr>
<tr>
<tr>
<td><b><em>start_num</em></b></td>
<td>The beginning of the set to be replaced.</td>
</tr>
<tr>
<tr>
<td><b><em>num_chars</em></b></td>
<td>The number of characters to be replaced.</td>
</tr>
<tr>
<tr>
<td><b><em>new_text</em></b></td>
<td>The new text.</td>
</tr>
</table>
<p><b><em>REPLACEB(old_text, start_num, num_bytes, new_text)</em></b></p>
<p>The <b>REPLACEB</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4" width="150ch"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>old_text</em></b></td>
<td>The original text to be replaced.</td>
</tr>
<tr>
<td><b><em>start_num</em></b></td>
<td>The beginning of the set to be replaced.</td>
</tr>
<tr>
<td><b><em>num_bytes</em></b></td>
<td>The number of characters to be replaced, based on bytes.</td>
</tr>
<tr>
<tr>
<td><b><em>new_text</em></b></td>
<td>The new text.</td>
</tr>

View File

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

View File

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

View File

@ -17,7 +17,7 @@
<h1>SKEW Function</h1>
<p>The <b>SKEW</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#statistical" onclick="onhyperlinkclick(this)">statistical functions</a>. It is used to analyze the range of data and return the skewness of a distribution of the argument list.</p>
<h3>Syntax</h3>
<p><b><em>SKEW(number-1, [number 2], ...t)</em></b></p>
<p><b><em>SKEW(number1, [number2], ...t)</em></b></p>
<p>The <b>SKEW</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>

View File

@ -37,19 +37,19 @@
</tr>
<tr>
<td>number</td>
<td><b><em>1</em></b></td>
<td>1</td>
</tr>
<tr>
<td>text</td>
<td><b><em>2</em></b></td>
<td>2</td>
</tr>
<tr>
<td>logical value</td>
<td><b><em>4</em></b></td>
<td>4</td>
</tr>
<tr>
<td>error value</td>
<td><b><em>16</em></b></td>
<td>16</td>
</tr>
<tr>
<td>array</td>

View File

@ -17,7 +17,7 @@
<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>
<table style="width: 40%">
<tr>