[SSE] Documentation update (English)
|
@ -3,6 +3,8 @@
|
|||
{"src": "ProgramInterface/FileTab.htm", "name": "File tab"},
|
||||
{"src": "ProgramInterface/HomeTab.htm", "name": "Home Tab"},
|
||||
{ "src": "ProgramInterface/InsertTab.htm", "name": "Insert tab" },
|
||||
{ "src": "ProgramInterface/PivotTableTab.htm", "name": "Pivot Table tab" },
|
||||
{"src": "ProgramInterface/CollaborationTab.htm", "name": "Collaboration tab"},
|
||||
{"src": "ProgramInterface/PluginsTab.htm", "name": "Plugins tab"},
|
||||
{"src": "UsageInstructions/OpenCreateNew.htm", "name": "Create a new spreadsheet or open an existing one", "headername": "Basic operations" },
|
||||
{"src": "UsageInstructions/CopyPasteData.htm", "name": "Cut/copy/paste data" },
|
||||
|
@ -17,6 +19,7 @@
|
|||
{"src": "UsageInstructions/ChangeNumberFormat.htm", "name": "Change number format" },
|
||||
{"src": "UsageInstructions/InsertDeleteCells.htm", "name": "Manage cells, rows, and columns", "headername": "Editing rows/columns" },
|
||||
{"src": "UsageInstructions/SortData.htm", "name": "Sort and filter data" },
|
||||
{"src": "UsageInstructions/PivotTables.htm", "name": "Edit pivot tables" },
|
||||
{"src": "UsageInstructions/InsertFunction.htm", "name": "Insert function", "headername": "Work with functions"},
|
||||
{"src": "UsageInstructions/UseNamedRanges.htm", "name": "Use named ranges"},
|
||||
{"src": "UsageInstructions/InsertImages.htm", "name": "Insert images", "headername": "Operations on objects"},
|
||||
|
|
|
@ -0,0 +1,40 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>F.TEST Function</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="" />
|
||||
<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>F.TEST Function</h1>
|
||||
<p>The <b>F.TEST</b> function is one of the statistical functions. It is used to return the result of an F-test, the two-tailed probability that the variances in <b><em>array1</em></b> and <b><em>array2</em></b> are not significantly different. Use this function to determine whether two samples have different variances.</p>
|
||||
<p>The <b>F.TEST</b> function syntax is:</p>
|
||||
<p style="text-indent: 150px;"><b><em>F.TEST(array1, array2)</em></b></p>
|
||||
<p><em>where</em></p>
|
||||
<p style="text-indent: 50px;"><b><em>array1</em></b> is the first range of values.</p>
|
||||
<p style="text-indent: 50px;"><b><em>array2</em></b> is the second range of values.</p>
|
||||
<p>The values can be entered manually or included into the cells you make reference to. Text, logical values and empty cells are ignored, cells that contain zero values are included. If the number of values in a data range is less than 2 or a variance of an array is 0, the function returns the #DIV/0! error value.</p>
|
||||
<p>To apply the <b>F.TEST</b> function,</p>
|
||||
<ol>
|
||||
<li>select the cell where you wish to display the result,</li>
|
||||
<li>click the <b>Insert function</b> <img alt="Insert function icon" src="../images/insertfunction.png" /> 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 <img alt="Function icon" src="../images/function.png" /> icon situated at the formula bar,
|
||||
</li>
|
||||
<li>select the <b>Statistical</b> function group from the list,</li>
|
||||
<li>click the <b>F.TEST</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="F.TEST Function" src="../images/f-test.png" /></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,110 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>FORECAST.ETS.CONFINT Function</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="" />
|
||||
<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>FORECAST.ETS.CONFINT Function</h1>
|
||||
<p>The <b>FORECAST.ETS.CONFINT</b> function is one of the statistical functions. It is used to return a confidence interval for the forecast value at the specified target date.</p>
|
||||
<p>The <b>FORECAST.ETS.CONFINT</b> function syntax is:</p>
|
||||
<p style="text-indent: 150px;"><b><em>FORECAST.ETS.CONFINT(target_date, values, timeline, [confidence_level], [seasonality], [data_completion], [aggregation])</em></b></p>
|
||||
<p><em>where</em></p>
|
||||
<p style="text-indent: 50px;"><b><em>target_date</em></b> is a date for which you want to predict a new value. Must be after the last date in the <b><em>timeline</em></b>.</p>
|
||||
<p style="text-indent: 50px;"><b><em>values</em></b> is a range of the historical values for which you want to predict a new point.</p>
|
||||
<p style="text-indent: 50px;"><b><em>timeline</em></b> is a range of date/time values that correspond to the historical values. The <b><em>timeline</em></b> range must be of the same size as the <b><em>values</em></b> range. Date/time values must have a constant step between them (although up to 30% of missing values can be processed as specified by the <b><em>data_completion</em></b> argument and duplicate values can be aggregated as specified by the <b><em>aggregation</em></b> argument).</p>
|
||||
<p style="text-indent: 50px;"><b><em>confidence_level</em></b> is a numeric value between 0 and 1 (exclusive) that specifies the confidence level for the calculated confidence interval. It is an optional argument. If it is omitted, the default value of 0.95 is used.</p>
|
||||
<p style="text-indent: 50px;"><b><em>seasonality</em></b> is a numeric value that specifies which method should be used to detect the seasonality. It is an optional argument. The possible values are listed in the table below.</p>
|
||||
<table style="width: 40%">
|
||||
<tr>
|
||||
<td><b>Numeric value</b></td>
|
||||
<td><b>Behavior</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1 or omitted</td>
|
||||
<td>Seasonality is detected automatically. Positive, whole numbers are used for the length of the seasonal pattern.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>0</td>
|
||||
<td>No seasonality, the prediction will be linear.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>an integer greater than or equal to 2</td>
|
||||
<td>The specified number is used for the length of the seasonal pattern.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p style="text-indent: 50px;"><b><em>data_completion</em></b> is a numeric value that specifies how to process the missing data points in the <b><em>timeline</em></b> data range. It is an optional argument. The possible values are listed in the table below.</p>
|
||||
<table style="width: 40%">
|
||||
<tr>
|
||||
<td><b>Numeric value</b></td>
|
||||
<td><b>Behavior</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1 or omitted</td>
|
||||
<td>Missing points are calculated as the average of the neighbouring points.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>0</td>
|
||||
<td>Missing points are treated as zero values.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p style="text-indent: 50px;"><b><em>aggregation</em></b> is a numeric value that specifies which function should be used to aggregate identical time values in the <b><em>timeline</em></b> data range. It is an optional argument. The possible values are listed in the table below.</p>
|
||||
<table style="width: 40%">
|
||||
<tr>
|
||||
<td><b>Numeric value</b></td>
|
||||
<td><b>Function</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1 or omitted</td>
|
||||
<td><a href="../Functions/average.htm" onclick="onhyperlinkclick(this)">AVERAGE</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td><a href="../Functions/count.htm" onclick="onhyperlinkclick(this)">COUNT</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td><a href="../Functions/counta.htm" onclick="onhyperlinkclick(this)">COUNTA</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td><a href="../Functions/max.htm" onclick="onhyperlinkclick(this)">MAX</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td><a href="../Functions/median.htm" onclick="onhyperlinkclick(this)">MEDIAN</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>6</td>
|
||||
<td><a href="../Functions/min.htm" onclick="onhyperlinkclick(this)">MIN</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>7</td>
|
||||
<td><a href="../Functions/sum.htm" onclick="onhyperlinkclick(this)">SUM</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>To apply the <b>FORECAST.ETS.CONFINT</b> function,</p>
|
||||
<ol>
|
||||
<li>select the cell where you wish to display the result,</li>
|
||||
<li>click the <b>Insert function</b> <img alt="Insert function icon" src="../images/insertfunction.png" /> 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 <img alt="Function icon" src="../images/function.png" /> icon situated at the formula bar,
|
||||
</li>
|
||||
<li>select the <b>Statistical</b> function group from the list,</li>
|
||||
<li>click the <b>FORECAST.ETS.CONFINT</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="FORECAST.ETS.CONFINT Function" src="../images/forecast-ets-confint.png" /></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,89 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>FORECAST.ETS.SEASONALITY Function</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="" />
|
||||
<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>FORECAST.ETS.SEASONALITY Function</h1>
|
||||
<p>The <b>FORECAST.ETS.SEASONALITY</b> function is one of the statistical functions. It is used to return the length of the repetitive pattern the application detects for the specified time series.</p>
|
||||
<p>The <b>FORECAST.ETS.SEASONALITY</b> function syntax is:</p>
|
||||
<p style="text-indent: 150px;"><b><em>FORECAST.ETS.SEASONALITY(values, timeline, [data_completion], [aggregation])</em></b></p>
|
||||
<p><em>where</em></p>
|
||||
<p style="text-indent: 50px;"><b><em>values</em></b> is a range of the historical values for which you want to predict a new point.</p>
|
||||
<p style="text-indent: 50px;"><b><em>timeline</em></b> is a range of date/time values that correspond to the historical values. The <b><em>timeline</em></b> range must be of the same size as the <b><em>values</em></b> range. Date/time values must have a constant step between them (although up to 30% of missing values can be processed as specified by the <b><em>data_completion</em></b> argument and duplicate values can be aggregated as specified by the <b><em>aggregation</em></b> argument).</p>
|
||||
<p style="text-indent: 50px;"><b><em>data_completion</em></b> is a numeric value that specifies how to process the missing data points in the <b><em>timeline</em></b> data range. It is an optional argument. The possible values are listed in the table below.</p>
|
||||
<table style="width: 40%">
|
||||
<tr>
|
||||
<td><b>Numeric value</b></td>
|
||||
<td><b>Behavior</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1 or omitted</td>
|
||||
<td>Missing points are calculated as the average of the neighbouring points.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>0</td>
|
||||
<td>Missing points are treated as zero values.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p style="text-indent: 50px;"><b><em>aggregation</em></b> is a numeric value that specifies which function should be used to aggregate identical time values in the <b><em>timeline</em></b> data range. It is an optional argument. The possible values are listed in the table below.</p>
|
||||
<table style="width: 40%">
|
||||
<tr>
|
||||
<td><b>Numeric value</b></td>
|
||||
<td><b>Function</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1 or omitted</td>
|
||||
<td><a href="../Functions/average.htm" onclick="onhyperlinkclick(this)">AVERAGE</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td><a href="../Functions/count.htm" onclick="onhyperlinkclick(this)">COUNT</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td><a href="../Functions/counta.htm" onclick="onhyperlinkclick(this)">COUNTA</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td><a href="../Functions/max.htm" onclick="onhyperlinkclick(this)">MAX</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td><a href="../Functions/median.htm" onclick="onhyperlinkclick(this)">MEDIAN</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>6</td>
|
||||
<td><a href="../Functions/min.htm" onclick="onhyperlinkclick(this)">MIN</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>7</td>
|
||||
<td><a href="../Functions/sum.htm" onclick="onhyperlinkclick(this)">SUM</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>To apply the <b>FORECAST.ETS.SEASONALITY</b> function,</p>
|
||||
<ol>
|
||||
<li>select the cell where you wish to display the result,</li>
|
||||
<li>click the <b>Insert function</b> <img alt="Insert function icon" src="../images/insertfunction.png" /> 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 <img alt="Function icon" src="../images/function.png" /> icon situated at the formula bar,
|
||||
</li>
|
||||
<li>select the <b>Statistical</b> function group from the list,</li>
|
||||
<li>click the <b>FORECAST.ETS.SEASONALITY</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="FORECAST.ETS.SEASONALITY Function" src="../images/forecast-ets-seasonality.png" /></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,147 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>FORECAST.ETS.STAT Function</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="" />
|
||||
<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>FORECAST.ETS.STAT Function</h1>
|
||||
<p>The <b>FORECAST.ETS.STAT</b> function is one of the statistical functions. It is used to return a statistical value as a result of time series forecasting. Statistic type indicates which statistic is requested by this function.</p>
|
||||
<p>The <b>FORECAST.ETS.STAT</b> function syntax is:</p>
|
||||
<p style="text-indent: 150px;"><b><em>FORECAST.ETS.STAT(values, timeline, statistic_type, [seasonality], [data_completion], [aggregation])</em></b></p>
|
||||
<p><em>where</em></p>
|
||||
<p style="text-indent: 50px;"><b><em>values</em></b> is a range of the historical values for which you want to predict a new point.</p>
|
||||
<p style="text-indent: 50px;"><b><em>timeline</em></b> is a range of date/time values that correspond to the historical values. The <b><em>timeline</em></b> range must be of the same size as the <b><em>values</em></b> range. Date/time values must have a constant step between them (although up to 30% of missing values can be processed as specified by the <b><em>data_completion</em></b> argument and duplicate values can be aggregated as specified by the <b><em>aggregation</em></b> argument).</p>
|
||||
<p style="text-indent: 50px;"><b><em>statistic_type</em></b> is a numeric value between 1 and 8 that specifies which statistic will be returned. The possible values are listed in the table below.</p>
|
||||
<table style="width: 40%">
|
||||
<tr>
|
||||
<td><b>Numeric value</b></td>
|
||||
<td><b>Statistic</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>Alpha parameter of ETS algorithm - the base value parameter.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>Beta parameter of ETS algorithm - the trend value parameter.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>Gamma parameter of ETS algorithm - the seasonality value parameter.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>MASE (mean absolute scaled error) metric - a measure of the accuracy of forecasts.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td>SMAPE (symmetric mean absolute percentage error) metric - a measure of the accuracy based on percentage errors.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>6</td>
|
||||
<td>MAE (mean absolute error) metric - a measure of the accuracy of forecasts.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>7</td>
|
||||
<td>RMSE (root mean squared error) metric - a measure of the differences between predicted and observed values.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>8</td>
|
||||
<td>Step size detected in the timeline.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p style="text-indent: 50px;"><b><em>seasonality</em></b> is a numeric value that specifies which method should be used to detect the seasonality. It is an optional argument. The possible values are listed in the table below.</p>
|
||||
<table style="width: 40%">
|
||||
<tr>
|
||||
<td><b>Numeric value</b></td>
|
||||
<td><b>Behavior</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1 or omitted</td>
|
||||
<td>Seasonality is detected automatically. Positive, whole numbers are used for the length of the seasonal pattern.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>0</td>
|
||||
<td>No seasonality, the prediction will be linear.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>an integer greater than or equal to 2</td>
|
||||
<td>The specified number is used for the length of the seasonal pattern.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p style="text-indent: 50px;"><b><em>data_completion</em></b> is a numeric value that specifies how to process the missing data points in the <b><em>timeline</em></b> data range. It is an optional argument. The possible values are listed in the table below.</p>
|
||||
<table style="width: 40%">
|
||||
<tr>
|
||||
<td><b>Numeric value</b></td>
|
||||
<td><b>Behavior</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1 or omitted</td>
|
||||
<td>Missing points are calculated as the average of the neighbouring points.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>0</td>
|
||||
<td>Missing points are treated as zero values.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p style="text-indent: 50px;"><b><em>aggregation</em></b> is a numeric value that specifies which function should be used to aggregate identical time values in the <b><em>timeline</em></b> data range. It is an optional argument. The possible values are listed in the table below.</p>
|
||||
<table style="width: 40%">
|
||||
<tr>
|
||||
<td><b>Numeric value</b></td>
|
||||
<td><b>Function</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1 or omitted</td>
|
||||
<td><a href="../Functions/average.htm" onclick="onhyperlinkclick(this)">AVERAGE</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td><a href="../Functions/count.htm" onclick="onhyperlinkclick(this)">COUNT</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td><a href="../Functions/counta.htm" onclick="onhyperlinkclick(this)">COUNTA</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td><a href="../Functions/max.htm" onclick="onhyperlinkclick(this)">MAX</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td><a href="../Functions/median.htm" onclick="onhyperlinkclick(this)">MEDIAN</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>6</td>
|
||||
<td><a href="../Functions/min.htm" onclick="onhyperlinkclick(this)">MIN</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>7</td>
|
||||
<td><a href="../Functions/sum.htm" onclick="onhyperlinkclick(this)">SUM</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>To apply the <b>FORECAST.ETS.STAT</b> function,</p>
|
||||
<ol>
|
||||
<li>select the cell where you wish to display the result,</li>
|
||||
<li>click the <b>Insert function</b> <img alt="Insert function icon" src="../images/insertfunction.png" /> 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 <img alt="Function icon" src="../images/function.png" /> icon situated at the formula bar,
|
||||
</li>
|
||||
<li>select the <b>Statistical</b> function group from the list,</li>
|
||||
<li>click the <b>FORECAST.ETS.STAT</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="FORECAST.ETS.STAT Function" src="../images/forecast-ets-stat.png" /></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,109 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>FORECAST.ETS Function</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="" />
|
||||
<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>FORECAST.ETS Function</h1>
|
||||
<p>The <b>FORECAST.ETS</b> function is one of the statistical functions. It is used to calculate or predict a future value based on existing (historical) values by using the AAA version of the Exponential Smoothing (ETS) algorithm.</p>
|
||||
<p>The <b>FORECAST.ETS</b> function syntax is:</p>
|
||||
<p style="text-indent: 150px;"><b><em>FORECAST.ETS(target_date, values, timeline, [seasonality], [data_completion], [aggregation])</em></b></p>
|
||||
<p><em>where</em></p>
|
||||
<p style="text-indent: 50px;"><b><em>target_date</em></b> is a date for which you want to predict a new value. Must be after the last date in the <b><em>timeline</em></b>.</p>
|
||||
<p style="text-indent: 50px;"><b><em>values</em></b> is a range of the historical values for which you want to predict a new point.</p>
|
||||
<p style="text-indent: 50px;"><b><em>timeline</em></b> is a range of date/time values that correspond to the historical values. The <b><em>timeline</em></b> range must be of the same size as the <b><em>values</em></b> range. Date/time values must have a constant step between them (although up to 30% of missing values can be processed as specified by the <b><em>data_completion</em></b> argument and duplicate values can be aggregated as specified by the <b><em>aggregation</em></b> argument).</p>
|
||||
<p style="text-indent: 50px;"><b><em>seasonality</em></b> is a numeric value that specifies which method should be used to detect the seasonality. It is an optional argument. The possible values are listed in the table below.</p>
|
||||
<table style="width: 40%">
|
||||
<tr>
|
||||
<td><b>Numeric value</b></td>
|
||||
<td><b>Behavior</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1 or omitted</td>
|
||||
<td>Seasonality is detected automatically. Positive, whole numbers are used for the length of the seasonal pattern.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>0</td>
|
||||
<td>No seasonality, the prediction will be linear.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>an integer greater than or equal to 2</td>
|
||||
<td>The specified number is used for the length of the seasonal pattern.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p style="text-indent: 50px;"><b><em>data_completion</em></b> is a numeric value that specifies how to process the missing data points in the <b><em>timeline</em></b> data range. It is an optional argument. The possible values are listed in the table below.</p>
|
||||
<table style="width: 40%">
|
||||
<tr>
|
||||
<td><b>Numeric value</b></td>
|
||||
<td><b>Behavior</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1 or omitted</td>
|
||||
<td>Missing points are calculated as the average of the neighbouring points.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>0</td>
|
||||
<td>Missing points are treated as zero values.</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p style="text-indent: 50px;"><b><em>aggregation</em></b> is a numeric value that specifies which function should be used to aggregate identical time values in the <b><em>timeline</em></b> data range. It is an optional argument. The possible values are listed in the table below.</p>
|
||||
<table style="width: 40%">
|
||||
<tr>
|
||||
<td><b>Numeric value</b></td>
|
||||
<td><b>Function</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1 or omitted</td>
|
||||
<td><a href="../Functions/average.htm" onclick="onhyperlinkclick(this)">AVERAGE</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td><a href="../Functions/count.htm" onclick="onhyperlinkclick(this)">COUNT</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td><a href="../Functions/counta.htm" onclick="onhyperlinkclick(this)">COUNTA</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td><a href="../Functions/max.htm" onclick="onhyperlinkclick(this)">MAX</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td><a href="../Functions/median.htm" onclick="onhyperlinkclick(this)">MEDIAN</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>6</td>
|
||||
<td><a href="../Functions/min.htm" onclick="onhyperlinkclick(this)">MIN</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>7</td>
|
||||
<td><a href="../Functions/sum.htm" onclick="onhyperlinkclick(this)">SUM</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>To apply the <b>FORECAST.ETS</b> function,</p>
|
||||
<ol>
|
||||
<li>select the cell where you wish to display the result,</li>
|
||||
<li>click the <b>Insert function</b> <img alt="Insert function icon" src="../images/insertfunction.png" /> 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 <img alt="Function icon" src="../images/function.png" /> icon situated at the formula bar,
|
||||
</li>
|
||||
<li>select the <b>Statistical</b> function group from the list,</li>
|
||||
<li>click the <b>FORECAST.ETS</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="FORECAST.ETS Function" src="../images/forecast-ets.png" /></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,38 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>FORMULATEXT Function</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="" />
|
||||
<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>FORMULATEXT Function</h1>
|
||||
<p>The <b>FORMULATEXT</b> function is one of the lookup and reference functions. It is used to return a formula as a string (i.e. the text string that is displayed in the formula bar if you select the cell that contains the formula).</p>
|
||||
<p>The <b>FORMULATEXT</b> function syntax is:</p>
|
||||
<p style="text-indent: 150px;"><b><em>FORMULATEXT(reference)</em></b></p>
|
||||
<p>where <b><em>reference</em></b> is a reference to a single cell or a range of cells.</p>
|
||||
<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>To apply the <b>FORMULATEXT</b> function,</p>
|
||||
<ol>
|
||||
<li>select the cell where you wish to display the result,</li>
|
||||
<li>click the <b>Insert function</b> <img alt="Insert function icon" src="../images/insertfunction.png" /> 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 <img alt="Function icon" src="../images/function.png" /> 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>FORMULATEXT</b> function,</li>
|
||||
<li>enter the required argument,</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="FORMULATEXT Function" src="../images/formulatext.png" /></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,43 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>IFS Function</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="" />
|
||||
<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>IFS Function</h1>
|
||||
<p>The <b>IFS</b> function is one of the logical functions. It checks whether one or more conditions are met and returns a value that corresponds to the first TRUE condition.</p>
|
||||
<p>The <b>IFS</b> function syntax is:</p>
|
||||
<p style="text-indent: 150px;"><b><em>IFS(logical_test1, value_if_true1, [logical_test2, value_if_true2], ...)</em></b></p>
|
||||
<p><em>where</em></p>
|
||||
<p style="text-indent: 50px;"><b><em>logical_test1</em></b> is the first condition to be evaluated to TRUE or FALSE.</p>
|
||||
<p style="text-indent: 50px;"><b><em>value_if_true1</em></b> is the value that returns if the <b><em>logical_test1</em></b> is TRUE.</p>
|
||||
<p style="text-indent: 50px;"><b><em>logical_test2, value_if_true2, ...</em></b> are additional conditions and values to return. These arguments are optional. You can check up to 127 conditions.</p>
|
||||
<p>The values can be entered manually or included into the cell you make reference to.</p>
|
||||
<p>To apply the <b>IFS</b> function,</p>
|
||||
<ol>
|
||||
<li>select the cell where you wish to display the result,</li>
|
||||
<li>click the <b>Insert function</b> <img alt="Insert function icon" src="../images/insertfunction.png" /> 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 <img alt="Function icon" src="../images/function.png" /> icon situated at the formula bar,
|
||||
</li>
|
||||
<li>select the <b>Logical</b> function group from the list,</li>
|
||||
<li>click the <b>IFS</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><em>For example:</em></p>
|
||||
<p>There are the following arguments: <em>logical_test1</em> = <b>A1<100</b>, <em>value_if_true1</em> = <b>1</b>, <em>logical_test2</em> = <b>A1>100</b>, <em>value_if_true2</em> = <b>2</b>, where <b>A1</b> is <b>120</b>. The second logical expression is <b>TRUE</b>. So the function returns <b>2</b>.</p>
|
||||
<p style="text-indent: 150px;"><img alt="IFS Function" src="../images/ifs.png" /></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,44 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>PDURATION Function</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="" />
|
||||
<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>PDURATION Function</h1>
|
||||
<p>The <b>PDURATION</b> function is one of the financial functions. It is used to calculate the number of periods required by an investment to reach a specified value.</p>
|
||||
<p>The <b>PDURATION</b> function syntax is:</p>
|
||||
<p style="text-indent: 150px;"><b><em>PDURATION(rate, pv, fv)</em></b></p>
|
||||
<p><em>where</em></p>
|
||||
<p style="text-indent: 50px;"><b><em>rate</em></b> is the interest rate per period.</p>
|
||||
<p style="text-indent: 50px;"><b><em>pv</em></b> is the present value of the investment.</p>
|
||||
<p style="text-indent: 50px;"><b><em>fv</em></b> is the desired future value of the investment.</p>
|
||||
|
||||
<p class="note"><b>Note:</b> all arguments must be represented by positive numbers.</p>
|
||||
<p>The values can be entered manually or included into the cell you make reference to.</p>
|
||||
<p>To apply the <b>PDURATION</b> function,</p>
|
||||
<ol>
|
||||
<li>select the cell where you wish to display the result,</li>
|
||||
<li>
|
||||
click the <b>Insert function</b> <img alt="Insert function icon" src="../images/insertfunction.png" /> 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 <img alt="Function icon" src="../images/function.png" /> icon situated at the formula bar,
|
||||
</li>
|
||||
<li>select the <b>Financial</b> function group from the list,</li>
|
||||
<li>click the <b>PDURATION</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="PDURATION Function" src="../images/pduration.png" /></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -24,17 +24,19 @@
|
|||
</ul>
|
||||
<div class="onlineDocumentFeatures">
|
||||
<h3>Co-editing</h3>
|
||||
<p><b>Spreadsheet Editor</b> allows to select one of the two available co-editing modes. <b>Fast</b> is used by default and shows the changes made by other users in realtime. <b>Strict</b> is selected to hide other user changes until you click the <b>Save</b> <img alt="Save icon" src="../images/saveupdate.png" /> icon to save your own changes and accept the changes made by others. The mode can be selected in the <a href="../HelpfulHints/AdvancedSettings.htm" onclick="onhyperlinkclick(this)">Advanced Settings</a>.</p>
|
||||
<p>When a document is being edited by several users simultaneously in the <b>Strict</b> mode, the edited cells as well as the tab of the sheet where these cells are situated are marked with dashed lines of different colors. By hovering the mouse cursor over one of the edited cells, the name of the user who is editing it at the moment is displayed. The <b>Fast</b> mode will show the actions and the names of the co-editors once they are editing the text.</p>
|
||||
<p>The number of users who are working at the current document is specified on the right side of the editor header - <img alt="Number of users icon" src="../images/usersnumber.png" />. If you want to see who exactly are editing the file now, you can click this icon or open the <b>Chat</b> panel with the full list of the users.</p>
|
||||
<p>When no users are viewing or editing the file, the icon in the editor header will look like <img alt="Manage document access rights icon" src="../images/access_rights.png" /> allowing you to manage the users who have access to the file right from the document: invite new users giving them either full or read-only access, or deny some users access rights to the file. Click this icon to manage the access to the file; this can be done both when there are no other users who view or co-edit the document at the moment and when there are other users and the icon looks like <img alt="Number of users icon" src="../images/usersnumber.png" />.</p>
|
||||
<p><b>Spreadsheet Editor</b> allows to select one of the two available co-editing modes. <b>Fast</b> is used by default and shows the changes made by other users in realtime. <b>Strict</b> is selected to hide other user changes until you click the <b>Save</b> <img alt="Save icon" src="../images/saveupdate.png" /> icon to save your own changes and accept the changes made by others. The mode can be selected in the <a href="../HelpfulHints/AdvancedSettings.htm" onclick="onhyperlinkclick(this)">Advanced Settings</a>. It's also possible to choose the necessary mode using the <img alt="Co-editing Mode icon" src="../images/coeditingmode.png" /> <b>Co-editing Mode</b> icon at the <b>Collaboration</b> tab of the top toolbar:</p>
|
||||
<p><img alt="Co-editing Mode menu" src="../images/coeditingmodemenu.png" /></p>
|
||||
<p>When a spreadsheet is being edited by several users simultaneously in the <b>Strict</b> mode, the edited cells as well as the tab of the sheet where these cells are situated are marked with dashed lines of different colors. By hovering the mouse cursor over one of the edited cells, the name of the user who is editing it at the moment is displayed. The <b>Fast</b> mode will show the actions and the names of the co-editors once they are editing the text.</p>
|
||||
<p>The number of users who are working at the current spreadsheet is specified on the right side of the editor header - <img alt="Number of users icon" src="../images/usersnumber.png" />. If you want to see who exactly are editing the file now, you can click this icon or open the <b>Chat</b> panel with the full list of the users.</p>
|
||||
<p>When no users are viewing or editing the file, the icon in the editor header will look like <img alt="Manage document access rights icon" src="../images/access_rights.png" /> allowing you to manage the users who have access to the file right from the spreadsheet: invite new users giving them either full or read-only access, or deny some users access rights to the file. Click this icon to manage the access to the file; this can be done both when there are no other users who view or co-edit the spreadsheet at the moment and when there are other users and the icon looks like <img alt="Number of users icon" src="../images/usersnumber.png" />. It's also possible to set access rights using the <img alt="Sharing icon" src="../images/sharingicon.png" /> <b>Sharing</b> icon at the <b>Collaboration</b> tab of the top toolbar.</p>
|
||||
<p>As soon as one of the users saves his/her changes by clicking the <img alt="Save icon" src="../images/savewhilecoediting.png" /> icon, the others will see a note in the upper left corner stating that they have updates. To save the changes you made, so that other users can view them, and get the updates saved by your co-editors, click the <img alt="Save icon" src="../images/saveupdate.png" /> icon in the left upper corner of the top toolbar.</p>
|
||||
<h3 id="chat">Chat</h3>
|
||||
<p>You can use this tool to coordinate the co-editing process on-the-fly, for example, to arrange with your collaborators about who is doing what, which paragraph you are going to edit now etc.</p>
|
||||
<p>The chat messages are stored during one session only. To discuss the document content it is better to use comments which are stored until you decide to delete them.</p>
|
||||
<p>You can use this tool to coordinate the co-editing process on-the-fly, for example, to arrange with your collaborators about who is doing what, which part of the spreadsheet you are going to edit now etc.</p>
|
||||
<p>The chat messages are stored during one session only. To discuss the spreadsheet content it is better to use comments which are stored until you decide to delete them.</p>
|
||||
<p>To access the chat and leave a message for other users,</p>
|
||||
<ol>
|
||||
<li>click the <img alt="Chat icon" src="../images/chaticon.png" /> icon at the left sidebar,</li>
|
||||
<li>click the <img alt="Chat icon" src="../images/chaticon.png" /> icon at the left sidebar, or <br />
|
||||
switch to the <b>Collaboration</b> tab of the top toolbar and click the <img alt="Chat icon" src="../images/chat_toptoolbar.png" /> <b>Chat</b> button,</li>
|
||||
<li>enter your text into the corresponding field below,</li>
|
||||
<li>press the <b>Send</b> button.</li>
|
||||
</ol>
|
||||
|
@ -45,7 +47,7 @@
|
|||
<p>To leave a comment,</p>
|
||||
<ol>
|
||||
<li>select a cell where you think there is an error or problem,</li>
|
||||
<li>switch to the <b>Insert</b> tab of the top toolbar and click the <img alt="Comment icon" src="../images/comment_toptoolbar.png" /> <b>Comment</b> button, or<br />
|
||||
<li>switch to the <b>Insert</b> or <b>Collaboration</b> tab of the top toolbar and click the <img alt="Comment icon" src="../images/comment_toptoolbar.png" /> <b>Comment</b> button, or<br />
|
||||
use the <img alt="Comments icon" src="../images/commentsicon.png" /> icon at the left sidebar to open the <b>Comments</b> panel and click the <b>Add Comment to Document</b> link, or<br />
|
||||
right-click within the selected cell and select the <b>Add Сomment</b> option from the menu,
|
||||
</li>
|
||||
|
|
|
@ -0,0 +1,28 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Collaboration tab</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Introducing the Spreadsheet Editor user interface - Collaboration tab" />
|
||||
<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>Collaboration tab</h1>
|
||||
<p>The <b>Collaboration</b> tab allows to organize collaborative work on the spreadsheet: share the file, select a co-editing mode, manage comments.</p>
|
||||
<p><img alt="Collaboration tab" src="../images/interface/collaborationtab.png" /></p>
|
||||
<p>Using this tab, you can:</p>
|
||||
<ul>
|
||||
<li>specify <a href="../HelpfulHints/CollaborativeEditing.htm" onclick="onhyperlinkclick(this)">sharing settings</a>,</li>
|
||||
<li>switch between the <a href="../HelpfulHints/CollaborativeEditing.htm" onclick="onhyperlinkclick(this)">Strict and Fast</a> co-editing modes,</li>
|
||||
<li>add <a href="../HelpfulHints/CollaborativeEditing.htm#comments" onclick="onhyperlinkclick(this)">comments</a> to the spreadsheet,</li>
|
||||
<li>open the <a href="../HelpfulHints/CollaborativeEditing.htm#chat" onclick="onhyperlinkclick(this)">Chat</a> panel.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,27 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Pivot Table tab</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Introducing the Spreadsheet Editor user interface - Pivot Table tab" />
|
||||
<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>Pivot Table tab</h1>
|
||||
<p>The <b>Pivot Table</b> tab allows to <a href="../UsageInstructions/PivotTables.htm" onclick="onhyperlinkclick(this)">change the appearance</a> of an existing pivot table.</p>
|
||||
<p><img alt="Pivot Table tab" src="../images/interface/pivottabletab.png" /></p>
|
||||
<p>Using this tab, you can:</p>
|
||||
<ul>
|
||||
<li>select an entire pivot table with a single click,</li>
|
||||
<li>emphasize certain rows/columns applying a specific formatting to them,</li>
|
||||
<li>choose one of the predefined tables styles.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -14,8 +14,9 @@
|
|||
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
|
||||
</div>
|
||||
<h1>Plugins tab</h1>
|
||||
<p>The <b>Plugins</b> tab allows to access advanced editing features using available third-party components.</p>
|
||||
<p>The <b>Plugins</b> tab allows to access advanced editing features using available third-party components. Here you can also use macros to simplify routine operations.</p>
|
||||
<p><img alt="Plugins tab" src="../images/interface/pluginstab.png" /></p>
|
||||
<p>The <b>Macros</b> button allows to open the window where you can create your own macros and run them. To learn more about macros you can refer to our <a target="_blank" href="https://api.onlyoffice.com/plugin/macros" onclick="onhyperlinkclick(this)">API Documentation</a>.</p>
|
||||
<p>Currently, the following plugins are available:</p>
|
||||
<ul>
|
||||
<li><b>ClipArt</b> allows to add images from the clipart collection into your spreadsheet,</li>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<li><b>Editor header</b> displays the logo, menu tabs, spreadsheet name as well as two icons on the right that allow to <a href="../HelpfulHints/CollaborativeEditing.htm" onclick="onhyperlinkclick(this)">set access rights</a> and return to the Documents list.
|
||||
<p><img alt="Icons in the editor header" src="../images/interface/rightpart.png" /></p>
|
||||
</li>
|
||||
<li><b>Top toolbar</b> displays a set of editing commands depending on the selected menu tab. Currently, the following tabs are available: <a href="../ProgramInterface/FileTab.htm" onclick="onhyperlinkclick(this)">File</a>, <a href="../ProgramInterface/HomeTab.htm" onclick="onhyperlinkclick(this)">Home</a>, <a href="../ProgramInterface/InsertTab.htm" onclick="onhyperlinkclick(this)">Insert</a>, <a href="../ProgramInterface/PluginsTab.htm" onclick="onhyperlinkclick(this)">Plugins</a>.
|
||||
<li><b>Top toolbar</b> displays a set of editing commands depending on the selected menu tab. Currently, the following tabs are available: <a href="../ProgramInterface/FileTab.htm" onclick="onhyperlinkclick(this)">File</a>, <a href="../ProgramInterface/HomeTab.htm" onclick="onhyperlinkclick(this)">Home</a>, <a href="../ProgramInterface/InsertTab.htm" onclick="onhyperlinkclick(this)">Insert</a>, <a href="../ProgramInterface/PivotTableTab.htm" onclick="onhyperlinkclick(this)">Pivot Table</a>, <a href="../ProgramInterface/CollaborationTab.htm" onclick="onhyperlinkclick(this)">Collaboration</a>, <a href="../ProgramInterface/PluginsTab.htm" onclick="onhyperlinkclick(this)">Plugins</a>.
|
||||
<p>The <b>Print</b>, <b>Save</b>, <b>Copy</b>, <b>Paste</b>, <b>Undo</b> and <b>Redo</b> options are always available at the left part of the <b>Top toolbar</b> regardless of the selected tab.</p>
|
||||
<p><img alt="Icons on the top toolbar" src="../images/interface/leftpart.png" /></p>
|
||||
</li>
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
<li>for the <b>Number</b> format, you can set the number of <b>Decimal</b> points, specify if you want to <b>Use 1000 separator</b> or not and choose one of the available <b>Formats</b> for displaying negative values.</li>
|
||||
<li>for the <b>Scientific</b> and <b>Persentage</b> formats, you can set the number of <b>Decimal</b> points.</li>
|
||||
<li>for the <b>Accounting</b> and <b>Currency</b> formats, you can set the number of <b>Decimal</b> points, choose one of the available currency <b>Symbols</b> and one of the available <b>Formats</b> for displaying negative values.</li>
|
||||
<li>for the <b>Date</b> format, you can select one of the available date formats: <em>4/15</em>, <em>4/15/06</em>, <em>04/15/06</em>, <em>4/15/2006</em>, <em>4/15/06 0:00</em>, <em>4/15/06 12:00 AM</em>, <em>A</em>, <em>April 15 2006</em>, <em>15-Apr</em>, <em>15-Apr-06</em>, <em>Apr-06</em>, <em>April-06</em>, <em>A-06</em>, <em>15 Apr 2006</em>, <em>15/Apr</em>, <em>15/Apr/06</em>, <em>Apr/06</em>, <em>April/06</em>, <em>A/06</em>, <em>15/Apr/2006</em>, <em>15 Apr</em>, <em>15 Apr 06</em>, <em>Apr 06</em>, <em>April 06</em>, <em>A 06</em>, <em>15 Apr 2006</em>.</li>
|
||||
<li>for the <b>Date</b> format, you can select one of the available date formats: <em>4/15</em>, <em>4/15/06</em>, <em>04/15/06</em>, <em>4/15/2006</em>, <em>4/15/06 0:00</em>, <em>4/15/06 12:00 AM</em>, <em>A</em>, <em>April 15 2006</em>, <em>15-Apr</em>, <em>15-Apr-06</em>, <em>Apr-06</em>, <em>April-06</em>, <em>A-06</em>, <em>06-Apr</em>, <em>15-Apr-2006</em>, <em>2006-Apr-15</em>, <em>06-Apr-15</em>, <em>15/Apr</em>, <em>15/Apr/06</em>, <em>Apr/06</em>, <em>April/06</em>, <em>A/06</em>, <em>06/Apr</em>, <em>15/Apr/2006</em>, <em>2006/Apr/15</em>, <em>06/Apr/15</em>, <em>15 Apr</em>, <em>15 Apr 06</em>, <em>Apr 06</em>, <em>April 06</em>, <em>A 06</em>, <em>06 Apr</em>, <em>15 Apr 2006</em>, <em>2006 Apr 15</em>, <em>06 Apr 15</em>, <em>06/4/15</em>, <em>06/04/15</em>, <em>2006/4/15</em>.</li>
|
||||
<li>for the <b>Time</b> format, you can select one of the available time formats: <em>12:48:58 PM</em>, <em>12:48</em>, <em>12:48 PM</em>, <em>12:48:58</em>, <em>48:57.6</em>, <em>36:48:58</em>.</li>
|
||||
<li>for the <b>Fraction</b> format, you can select one of the available formats: <em>Up to one digit (1/3)</em>, <em>Up to two digits (12/25)</em>, <em>Up to three digits (131/135)</em>, <em>As halves (1/2)</em>, <em>As fourths (2/4)</em>, <em>As eighths (4/8)</em>, <em>As sixteenths (8/16)</em>, <em>As tenths (5/10)</em> , <em>As hundredths (50/100)</em>.</li>
|
||||
</ul>
|
||||
|
|
|
@ -52,6 +52,16 @@
|
|||
<td><img alt="Underline" src="../images/underline.png" /></td>
|
||||
<td>Is used to make the text underlined with the line going under the letters.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Strikeout</td>
|
||||
<td><img alt="Strikeout" src="../images/strike.png" /></td>
|
||||
<td>Is used to make the text struck out with the line going through the letters.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Subscript/Superscript</td>
|
||||
<td><img alt="Subscript" src="../images/subscripticon.png" /></td>
|
||||
<td>Allows to choose the <b>Superscript</b> or <b>Subscript</b> option. The <b>Superscript</b> option is used to make the text smaller and place it to the upper part of the text line, e.g. as in fractions. The <b>Subscript</b> option is used to make the text smaller and place it to the lower part of the text line, e.g. as in chemical formulas.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Font color</td>
|
||||
<td><img alt="Font color" src="../images/fontcolor.png" /></td>
|
||||
|
|
|
@ -184,7 +184,7 @@
|
|||
<p>To edit the chart <b>Title</b>, select the default text with the mouse and type in your own one instead.</p>
|
||||
<p>To change the font formatting within text elements, such as the chart title, axes titles, legend entries, data labels etc., select the necessary text element by left-clicking it. Then use icons at the <b>Home</b> tab of the top toolbar to change the font <a href="../UsageInstructions/FontTypeSizeStyle.htm" onclick="onhyperlinkclick(this)">type, style, size, or color</a>.</p>
|
||||
<p>To delete a chart element, select it by left-clicking and press the <b>Delete</b> key on the keyboard.</p>
|
||||
<p>You can also rotate 3D charts using the mouse. Left-click within the plot area and hold the mouse button until a blue dashed box appears. Drag the cursor without releasing the mouse button to change the 3D chart orientation.</p>
|
||||
<p>You can also rotate 3D charts using the mouse. Left-click within the plot area and hold the mouse button. Drag the cursor without releasing the mouse button to change the 3D chart orientation.</p>
|
||||
<p><img alt="3D chart" src="../images/3dchart.png" /></p>
|
||||
<p>When the chart is selected, the <b>Shape settings</b> <img alt="Shape settings icon" src="../images/shape_settings_icon.png" /> icon is also available on the right, since a shape is used as a background for the chart. You can click this icon to open the <a href="InsertAutoshapes.htm" onclick="onhyperlinkclick(this)">Shape Settings</a> tab at the right sidebar and adjust the shape <b>Fill</b> and <b>Stroke</b>. Note that you cannot change the shape type.</p>
|
||||
<p>If necessary, you can <a href="ManipulateObjects.htm" onclick="onhyperlinkclick(this)">change the chart size and position</a>.</p>
|
||||
|
|
|
@ -47,6 +47,8 @@
|
|||
<li>in the <b>Replace Image</b> section click the button you need: <b>From File</b> or <b>From URL</b> and select the desired image.</li>
|
||||
</ol>
|
||||
<p>The selected image will be replaced.</p>
|
||||
<p>When the image is selected, the <b>Shape settings</b> <img alt="Shape settings icon" src="../images/shape_settings_icon.png" /> icon is also available on the right. You can click this icon to open the <b>Shape settings</b> tab at the right sidebar and adjust the shape <a href="../UsageInstructions/InsertAutoshapes.htm#shape_stroke" onclick="onhyperlinkclick(this)"><b>Stroke</b></a> type, size and color as well as change the shape type selecting another shape from the <b>Change Autoshape</b> menu. The shape of the image will change correspondingly.</p>
|
||||
<p><img alt="Shape Settings tab" src="../images/right_image_shape.png" /></p>
|
||||
<p>To change its advanced settings, click the image with the right mouse button and select the <b>Image Advanced Settings</b> option from the right-click menu or just click the <b>Show advanced settings</b> link at the right sidebar. The image properties window will open:</p>
|
||||
<p><img alt="Image - Advanced Settings" src="../images/imageadvancedsettings.png" /></p>
|
||||
<p>The <b>Alternative Text</b> tab allows to specify a <b>Title</b> and <b>Description</b> which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image.</p>
|
||||
|
|
|
@ -0,0 +1,34 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Edit pivot tables</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Change the appearance of existing pivot tables in a spreadsheet." />
|
||||
<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>Edit pivot tables</h1>
|
||||
<p>You can change the appearance of existing pivot tables in a spreadsheet using the editing tools available at the <b>Pivot Table</b> tab of the top toolbar.</p>
|
||||
<p>Select at least one cell within the pivot table with the mouse to activate the editing tools at the top toolbar.</p>
|
||||
<p><img alt="Pivot Table tab" src="../images/pivottoptoolbar.png" /></p>
|
||||
<p>The <img alt="Select Pivot Table icon" src="../images/pivotselecticon.png" /> <b>Select</b> button allows to select the entire pivot table.</p>
|
||||
<p>The rows and columns options allow you to emphasize certain rows/columns applying a specific formatting to them, or highlight different rows/columns with the different background colors to clearly distinguish them. The following options are available:</p>
|
||||
<ul>
|
||||
<li><b>Row Headers</b> - allows to highlight the row headers with a special formatting.</li>
|
||||
<li><b>Column Headers</b> - allows to highlight the column headers with a special formatting.</li>
|
||||
<li><b>Banded Rows</b> - enables the background color alternation for odd and even rows.</li>
|
||||
<li><b>Banded Columns</b> - enables the background color alternation for odd and even columns.</li>
|
||||
</ul>
|
||||
<p>
|
||||
The template list allows you to choose one of the predefined pivot table styles. Each template combines certain formatting parameters, such as a background color, border style, row/column banding etc.
|
||||
Depending on the options checked for rows and columns, the templates set will be displayed differently. For example, if you've checked the <b>Row Headers</b> and <b>Banded Columns</b> options, the displayed templates list will include only templates with the row headers highlighted and banded columns enabled.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -150,6 +150,8 @@
|
|||
</ol>
|
||||
<p>The template will be applied to the selected range of cells and you will be able to edit the table headers and apply the filter to work with your data.</p>
|
||||
<p class="note"><b>Note</b>: once you create a new formatted table, a <a href="UseNamedRanges.htm" onclick="onhyperlinkclick(this)">default name</a> (<em>Table1</em>, <em>Table2</em> etc.) will be automatically assigned to the table. You can change this name making it more meaningful and use it for further work.</p>
|
||||
<p>If you enter a new value in a cell below the table last row (if the table does not have the Total row) or in a cell to the right of the table last column, the formatted table will be automatically extended to include a new row or column. If you do not want to expand the table, click the <img alt="Paste Special" src="../images/pastespecialbutton.png" /> button that appears and select the <b>Undo table autoexpansion</b> option. Once you undo this action, the <b>Redo table autoexpansion</b> option will be available in this menu.</p>
|
||||
<p><img alt="Undo table autoexpansion" src="../images/undoautoexpansion.png" /></p>
|
||||
<p>Some of the table settings can be altered using the <b>Table settings</b> tab of the right sidebar that opens if you select at least one cell within the table with the mouse and click the <b>Table settings</b> <img alt="Table settings icon" src="../images/table_settings_icon.png" /> icon on the right.</p>
|
||||
<p><img alt="Table settings tab" src="../images/tablesettingstab.png" /></p>
|
||||
<p>The <b>Rows</b> and <b>Columns</b> sections on the top allow you to emphasize certain rows/columns applying a specific formatting to them, or highlight different rows/columns with the different background colors to clearly distinguish them. The following options are available:</p>
|
||||
|
@ -167,6 +169,8 @@
|
|||
Depending on the options checked in the <b>Rows</b> and/or <b>Columns</b> sections above, the templates set will be displayed differently. For example, if you've checked the <b>Header</b> option in the <b>Rows</b> section and the <b>Banded</b> option in the <b>Columns</b> section, the displayed templates list will include only templates with the header row and banded columns enabled:
|
||||
</p>
|
||||
<p><img alt="Templates list" src="../images/templateslist.png" /></p>
|
||||
<p>If you want to clear the current table style (background color, borders etc.) without removing the table itself, apply the <b>None</b> template from the template list:</p>
|
||||
<p><img alt="None templates" src="../images/nonetemplate.png" /></p>
|
||||
<p>The <b>Resize table</b> section allows you to change the cell range the table formatting is applied to. Click the <b>Select Data</b> button - a new pop-up window will open. Change the link to the cell range in the entry field or select the necessary cell range on the worksheet with the mouse and click the <b>OK</b> button.</p>
|
||||
<p><img alt="Resize table" src="../images/resizetable.png" /></p>
|
||||
<p>The <b>Rows & Columns</b> <img alt="Rows & Columns" src="../images/rowsandcolumns.png" /> section allows you to perform the following operations:</p>
|
||||
|
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 347 B After Width: | Height: | Size: 357 B |
After Width: | Height: | Size: 373 B |
After Width: | Height: | Size: 621 B |
After Width: | Height: | Size: 8.9 KiB |
BIN
apps/spreadsheeteditor/main/resources/help/en/images/f-test.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
After Width: | Height: | Size: 8.3 KiB |
After Width: | Height: | Size: 6.4 KiB |
After Width: | Height: | Size: 7.7 KiB |
After Width: | Height: | Size: 6.5 KiB |
After Width: | Height: | Size: 4.1 KiB |
BIN
apps/spreadsheeteditor/main/resources/help/en/images/ifs.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 8 KiB After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 103 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 468 B After Width: | Height: | Size: 478 B |
After Width: | Height: | Size: 168 B |
After Width: | Height: | Size: 5.1 KiB |
After Width: | Height: | Size: 456 B |
After Width: | Height: | Size: 7.9 KiB |
After Width: | Height: | Size: 5.2 KiB |
After Width: | Height: | Size: 608 B |
Before Width: | Height: | Size: 152 B After Width: | Height: | Size: 273 B |
After Width: | Height: | Size: 308 B |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 497 B After Width: | Height: | Size: 519 B |
After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 390 B After Width: | Height: | Size: 400 B |