Added InsertArrayFormulas.htm and InsertArrayFormulas.aspx

This commit is contained in:
Svetlana Maleeva 2021-08-11 15:26:02 +03:00
parent 96c72fcf29
commit 76c340ec35
7 changed files with 119 additions and 0 deletions

View File

@ -0,0 +1,43 @@
<%@ 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/data-processing/data-processing.ascx" /></li>
<li><cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Tags/using-functions/using-functions.ascx" /></li>
</ul>
</div>
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="teamlabeditorspage spreadsheeteditor spreadsheeteditor_ui list se_functions">
<div id="SeeAlsoBlockLinks">
<div class="caption gs one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/GettingStarted/008_calendar/008_calendar.ascx" />
</div>
<div class="caption guides one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Guides/027_add-recurring-event/027_add-recurring-event.ascx" />
</div>
<div class="caption tips">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/081_manageable-notifications/081_manageable-notifications.ascx" />
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/TipsTricks/005_assign-color/005_assign-color.ascx" />
</div>
<div class="caption video one">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/ArticlesCompleteList/Video/024_calendar-overview/024_calendar-overview.ascx" />
</div>
</div>
</asp:Content>

View File

@ -0,0 +1,76 @@
<!DOCTYPE html>
<html>
<head>
<title>Insert array formulas</title>
<meta charset="utf-8" />
<meta name="description" content="Insert array formulas" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Insert array formulas</h1>
<p>The <a href="https://www.onlyoffice.com/spreadsheet-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Spreadsheet Editor</b></a> allows you to use array formulas. Array formulas ensure consistency among formulas in a spreadsheet, as you can enter a single array formula instead of several usual formulas, they simplify working with large amount of data, allow you to quickly fill a sheet with data, and much more.</p>
<p>You can enter formulas and built-in functions as array formulas in order to:</p>
<ul>
<li>perform multiple calculations at once and display a single result, or</li>
<li>return a range of values displayed in multiple rows or/and columns.</li>
</ul>
<p>There are also specially designated functions which can return multiple values. If you enter them by pressing <b>Enter</b>, they return a single value. If you select an output range of cells to display the results and then enter a function by pressing <b>Ctrl + Shift + Enter</b>, it returns a range of values (the number of returned values depends on the size of the previously selected output range). The list below contains links to detailed descriptions of these functions.</p>
<details class="details-example">
<summary><b>Array functions</b></summary>
<ul>
<li><a href="../Functions/cell.htm" onclick="onhyperlinkclick(this)">CELL</a></li>
<li><a href="../Functions/column.htm" onclick="onhyperlinkclick(this)">COLUMN</a></li>
<li><a href="../Functions/formulatext.htm" onclick="onhyperlinkclick(this)">FORMULATEXT</a></li>
<li><a href="../Functions/frequency.htm" onclick="onhyperlinkclick(this)">FREQUENCY</a></li>
<li><a href="../Functions/growth.htm" onclick="onhyperlinkclick(this)">GROWTH</a></li>
<li><a href="../Functions/hyperlink.htm" onclick="onhyperlinkclick(this)">HYPERLINLK</a></li>
<li><a href="../Functions/indirect.htm" onclick="onhyperlinkclick(this)">INDIRECT</a></li>
<li><a href="../Functions/index.htm" onclick="onhyperlinkclick(this)">INDEX</a></li>
<li><a href="../Functions/isformula.htm" onclick="onhyperlinkclick(this)">ISFORMULA</a></li>
<li><a href="../Functions/linest.htm" onclick="onhyperlinkclick(this)">LINEST</a></li>
<li><a href="../Functions/logest.htm" onclick="onhyperlinkclick(this)">LOGEST</a></li>
<li><a href="../Functions/minverse.htm" onclick="onhyperlinkclick(this)">MINVERSE</a></li>
<li><a href="../Functions/mmult.htm" onclick="onhyperlinkclick(this)">MMULT</a></li>
<li><a href="../Functions/munit.htm" onclick="onhyperlinkclick(this)">MUNIT</a></li>
<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/transpose.htm" onclick="onhyperlinkclick(this)">TRANSPOSE</a></li>
<li><a href="../Functions/trend.htm" onclick="onhyperlinkclick(this)">TREND</a></li>
<li><a href="../Functions/unique.htm" onclick="onhyperlinkclick(this)">UNIQUE</a></li>
<li><a href="../Functions/xlookup.htm" onclick="onhyperlinkclick(this)">XLOOKUP</a></li>
</ul>
</details>
<h3>Insert array formulas</h3>
<p>To insert an array formula,</p>
<ol>
<li>Select a range of cells where you wish to display results.
<p><img alt="Insert array formulas" src="../images/array3.png" /></p>
</li>
<li>Enter the formula you want to use in the formula bar, specifying necessary arguments within parentheses <b>()</b>.
<p><img alt="Insert array formulas" src="../images/array4.png" /></p>
</li>
<li>Press the <b>Ctrl + Shift + Enter</b> key combination.
<p><img alt="Insert array formulas" src="../images/array5.png" /></p>
</li>
</ol>
<p>The results will be displayed in the selected range of cells, and the formula in the formula bar will be automatically enclosed in the curly braces <b>{ }</b> to indicate that it is an array formula. For example, <b>{=UNIQUE(B2:D6)}</b>. These braces cannot be entered manually.</p>
<h3>Example of a single-cell array formula</h3>
<p>The following example illustrates the result of the array formula displayed in a single cell. Select a cell, enter <em>=SUM(C2:C11*D2:D11)</em> and press <b>Ctrl + Shift + Enter</b>.</p>
<p><img alt="Insert array formulas" src="../images/array1.png" /></p>
<h3>Example of a multi-cell array formula</h3>
<p>The following example illustrates the result of the array formula displayed in a range of cells. Select a range of cells, enter <em>=C2:C11*D2:D11</em> and press <b>Ctrl + Shift + Enter</b>.</p>
<p><img alt="Insert array formulas" src="../images/array2.png" /></p>
<h3>Edit array formulas</h3>
<p>Every time you edit an entered array formula (e.g., change arguments), you need to press the <b>Ctrl + Shift + Enter</b> key combination to save the changes.</p>
<p>A part of the array cannot be modified or deleted. To delete an array formula, select the entire array block and press <b>Delete</b>. Alternatively, select the array formula in the formula bar, press <b>Delete</b> and then press <b>Ctrl + Shift + Enter</b>.</p>
</div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB