New functions added,

This commit is contained in:
trovier 2023-05-12 15:35:35 +02:00
parent 5ec944febf
commit 75f9155a51
6 changed files with 167 additions and 2 deletions

View File

@ -0,0 +1,27 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Features/DocumentEditor.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void OnInit(EventArgs e)
{
PageTitle = PageCaption = DocHelpParcing.Title;
MetaKeyWords = "";
MetaDescription = "";
}
</script>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/SpreadsheetEditorTop/SpreadsheetEditorTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="guidescontent" runat="Server">
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/math-trigonometry-functions/math-trigonometry-functions.ascx" /></li>
</ul>
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage spreadsheeteditor spreadsheeteditor_ui insertfunction">
</asp:Content>

View File

@ -0,0 +1,28 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/Features/DocumentEditor.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<%@ Register TagPrefix="cc" TagName="LookupReferencesTag" Src="~/Controls/Help/Tags/lookup-reference-functions/lookup-reference-functions.ascx" %>
<script runat="server">
protected override void OnInit(EventArgs e)
{
PageTitle = PageCaption = DocHelpParcing.Title;
MetaKeyWords = "";
MetaDescription = "";
}
</script>
<asp:Content ID="content3" ContentPlaceHolderID="breadstop" runat="server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/VariousControls/TopControls/SpreadsheetEditorTop/SpreadsheetEditorTop.ascx" />
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="guidescontent" runat="Server">
<div class="keyword_block">
<ul>
<li><cc:LookupReferencesTag ID="LookupReferences1" runat="server" /></li>
</ul>
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage spreadsheeteditor spreadsheeteditor_ui insertfunction">
</asp:Content>

View File

@ -0,0 +1,44 @@
<!DOCTYPE html>
<html>
<head>
<title>SEQUENCE Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../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="text" onkeypress="doSearch(event)">
</div>
<h1>SEQUENCE Function</h1>
<p>The <b>SEQUENCE</b> function is one of the math and trigonometry functions. It is used to generate an array of sequential numbers.</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>
<p>The <b>SEQUENCE</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>SEQUENCE(rows,[columns],[start],[step])</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>rows</em></b> is used to set the number of rows to return.</p>
<p style="text-indent: 50px;"><b><em>columns</em></b> is used to set the number of columns to return.</p>
<p style="text-indent: 50px;"><b><em>start</em></b> is used to set the first number in the sequence.</p>
<p style="text-indent: 50px;"><b><em>step</em></b> is used to control the increment for each subsequent value in the array.</p>
<p>To apply the <b>SEQUENCE</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>Math and trigonometry</b> function group from the list,</li>
<li>click the <b>SEQUENCE</b> function,</li>
<li>enter the required arguments separating them by comma,</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="SEQUENCE Function" src="../images/sequence.png" /></p>-->
</div>
</body>
</html>

View File

@ -0,0 +1,64 @@
<!DOCTYPE html>
<html>
<head>
<title>XMATCH Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../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="text" onkeypress="doSearch(event)">
</div>
<h1>XMATCH Function</h1>
<p>The <b>XMATCH</b> function is one of the lookup and reference functions. It is used to return the relative position of an item in an array. By default, an exact match is required.</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>
<p>The <b>XMATCH</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>XMATCH(lookup_value, lookup_array, return_array, [match_mode], [search_mode])</em></b></p>
<p><em>where</em></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>return_array</em></b> is an array or range to return the results to.</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>
<p class="note">
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>To apply the <b>XMATCH</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>Lookup and Reference</b> function group from the list,</li>
<li>click the <b>XMATCH</b> function,</li>
<li>enter the required arguments in the <b>Function Arguments</b> window,</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="XMATCH Function" src="../images/xmatch.png" /></p>-->
</div>
</body>
</html>

View File

@ -46,6 +46,7 @@
<li><a href="../Functions/offset.htm" onclick="onhyperlinkclick(this)">OFFSET</a></li>
<li><a href="../Functions/randarray.htm" onclick="onhyperlinkclick(this)">RANDARRAY</a></li>
<li><a href="../Functions/row.htm" onclick="onhyperlinkclick(this)">ROW</a></li>
<li><a href="../Functions/sequence.htm" onclick="onhyperlinkclick(this)">SEQUENCE</a></li>
<li><a href="../Functions/take.htm" onclick="onhyperlinkclick(this)">TAKE</a></li>
<li><a href="../Functions/textsplit.htm" onclick="onhyperlinkclick(this)">TEXTSPLIT</a></li>
<li><a href="../Functions/tocol.htm" onclick="onhyperlinkclick(this)">TOCOL</a></li>
@ -56,6 +57,7 @@
<li><a href="../Functions/wraprows.htm" onclick="onhyperlinkclick(this)">WRAPROWS</a></li>
<li><a href="../Functions/unique.htm" onclick="onhyperlinkclick(this)">UNIQUE</a></li>
<li><a href="../Functions/vstack.htm" onclick="onhyperlinkclick(this)">VSTACK</a></li>
<li><a href="../Functions/xmatch.htm" onclick="onhyperlinkclick(this)">XMATCH</a></li>
<li><a href="../Functions/xlookup.htm" onclick="onhyperlinkclick(this)">XLOOKUP</a></li>
</ul>
</details>