Add back old OO

This commit is contained in:
yflory
2020-01-21 15:39:15 +01:00
parent 671999c600
commit a7a91fb0a5
3594 changed files with 1724571 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,288 @@
<!DOCTYPE html>
<html>
<head>
<title>ONLYOFFICE Document Editor</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=IE8"/>
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="icon" href="resources/img/favicon.ico" type="image/x-icon" />
<!-- splash -->
<style type="text/css">
.loadmask {
left: 0;
top: 0;
position: absolute;
height: 100%;
width: 100%;
overflow: hidden;
border: none;
background-color: #f4f4f4;
z-index: 100;
}
.loader-page {
width: 100%;
height: 170px;
bottom: 42%;
position: absolute;
text-align: center;
line-height: 10px;
}
.loader-logo {
max-height: 160px;
margin-bottom: 10px;
}
.loader-page-romb {
width: 40px;
display: inline-block;
}
.loader-page-text {
width: 100%;
bottom: 42%;
position: absolute;
text-align: center;
color: #888;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 20px;
}
.loader-page-text-loading {
font-size: 14px;
}
.loader-page-text-customer {
font-size: 16px;
margin-bottom: 5px;
}
.romb {
width: 40px;
height: 40px;
-webkit-transform: rotate(135deg) skew(20deg, 20deg);
-moz-transform: rotate(135deg) skew(20deg, 20deg);
-ms-transform: rotate(135deg) skew(20deg, 20deg);
-o-transform: rotate(135deg) skew(20deg, 20deg);
position: absolute;
background: red;
border-radius: 6px;
-webkit-animation: movedown 3s infinite ease;
-moz-animation: movedown 3s infinite ease;
-ms-animation: movedown 3s infinite ease;
-o-animation: movedown 3s infinite ease;
animation: movedown 3s infinite ease;
}
#blue {
z-index: 3;
background: #55bce6;
-webkit-animation-name: blue;
-moz-animation-name: blue;
-ms-animation-name: blue;
-o-animation-name: blue;
animation-name: blue;
}
#red {
z-index:1;
background: #de7a59;
-webkit-animation-name: red;
-moz-animation-name: red;
-ms-animation-name: red;
-o-animation-name: red;
animation-name: red;
}
#green {
z-index: 2;
background: #a1cb5c;
-webkit-animation-name: green;
-moz-animation-name: green;
-ms-animation-name: green;
-o-animation-name: green;
animation-name: green;
}
@-webkit-keyframes red {
0% { top:120px; background: #de7a59; }
10% { top:120px; background: #F2CBBF; }
14% { background: #f4f4f4; top:120px; }
15% { background: #f4f4f4; top:0;}
20% { background: #E6E4E4; }
30% { background: #D2D2D2; }
40% { top:120px; }
100% { top:120px; background: #de7a59; }
}
@keyframes red {
0% { top:120px; background: #de7a59; }
10% { top:120px; background: #F2CBBF; }
14% { background: #f4f4f4; top:120px; }
15% { background: #f4f4f4; top:0; }
20% { background: #E6E4E4; }
30% { background: #D2D2D2; }
40% { top:120px; }
100% { top:120px; background: #de7a59; }
}
@-webkit-keyframes green {
0% { top:110px; background: #a1cb5c; opacity:1; }
10% { top:110px; background: #CBE0AC; opacity:1; }
14% { background: #f4f4f4; top:110px; opacity:1; }
15% { background: #f4f4f4; top:0; opacity:1; }
20% { background: #f4f4f4; top:0; opacity:0; }
25% { background: #EFEFEF; top:0; opacity:1; }
30% { background:#E6E4E4; }
70% { top:110px; }
100% { top:110px; background: #a1cb5c; }
}
@keyframes green {
0% { top:110px; background: #a1cb5c; opacity:1; }
10% { top:110px; background: #CBE0AC; opacity:1; }
14% { background: #f4f4f4; top:110px; opacity:1; }
15% { background: #f4f4f4; top:0; opacity:1; }
20% { background: #f4f4f4; top:0; opacity:0; }
25% { background: #EFEFEF; top:0; opacity:1; }
30% { background:#E6E4E4; }
70% { top:110px; }
100% { top:110px; background: #a1cb5c; }
}
@-webkit-keyframes blue {
0% { top:100px; background: #55bce6; opacity:1; }
10% { top:100px; background: #BFE8F8; opacity:1; }
14% { background: #f4f4f4; top:100px; opacity:1; }
15% { background: #f4f4f4; top:0; opacity:1; }
20% { background: #f4f4f4; top:0; opacity:0; }
25% { background: #f4f4f4; top:0; opacity:0; }
45% { background: #EFEFEF; top:0; opacity:0,2; }
100% { top:100px; background: #55bce6; }
}
@keyframes blue {
0% { top:100px; background: #55bce6; opacity:1; }
10% { top:100px; background: #BFE8F8; opacity:1; }
14% { background: #f4f4f4; top:100px; opacity:1; }
15% { background: #f4f4f4; top:0; opacity:1; }
20% { background: #f4f4f4; top:0; opacity:0; }
25% { background: #f4f4f4; top:0; opacity:0; }
45% { background: #EFEFEF; top:0; opacity:0,2; }
100% { top:100px; background: #55bce6; }
}
</style>
<script>
var userAgent = navigator.userAgent.toLowerCase(),
check = function(regex){ return regex.test(userAgent); },
stopLoading = false;
if (!check(/opera/) && (check(/msie/) || check(/trident/))) {
var m = /msie (\d+\.\d+)/.exec(userAgent);
if (m && parseFloat(m[1]) < 9.0) {
document.write('<div class="app-error-panel">' +
'<div class="message-block">' +
'<div class="message-inner">' +
'<div class="title">Your browser is not supported.</div>' +
'<div class="text">Sorry, Spreadsheet Editor is currently only supported in the latest versions of the Chrome, Firefox, Safari or Internet Explorer web browsers.</div>' +
'</div>' +
'</div></div>');
stopLoading = true;
}
}
function getUrlParams() {
var e,
a = /\+/g, // Regex for replacing addition symbol with a space
r = /([^&=]+)=?([^&]*)/g,
d = function (s) { return decodeURIComponent(s.replace(a, " ")); },
q = window.location.search.substring(1),
urlParams = {};
while (e = r.exec(q))
urlParams[d(e[1])] = d(e[2]);
return urlParams;
}
function encodeUrlParam(str) {
return str.replace(/&/g, '&amp;')
.replace(/"/g, '&quot;')
.replace(/'/g, '&#39;')
.replace(/</g, '&lt;')
.replace(/>/g, '&gt;');
}
var params = getUrlParams(),
lang = (params["lang"] || 'en').split(/[\-\_]/)[0],
customer = params["customer"] ? ('<div class="loader-page-text-customer">' + encodeUrlParam(params["customer"]) + '</div>') : '',
margin = (customer !== '') ? 50 : 20,
loading = 'Loading...',
logo = params["logo"] ? ((params["logo"] !== 'none') ? ('<img src="' + encodeUrlParam(params["logo"]) + '" class="loader-logo" />') : '') : null;
window.frameEditorId = params["frameEditorId"];
if ( lang == 'de') loading = 'Ladevorgang...';
else if ( lang == 'es') loading = 'Cargando...';
else if ( lang == 'fr') loading = 'Chargement en cours...';
else if ( lang == 'it') loading = 'Caricamento in corso...';
else if ( lang == 'pt') loading = 'Carregando...';
else if ( lang == 'ru') loading = 'Загрузка...';
else if ( lang == 'sl') loading = 'Nalaganje...';
else if ( lang == 'tr') loading = 'Yükleniyor...';
if (!stopLoading)
document.write(
'<div id="loading-mask" class="loadmask">' +
'<div class="loader-page" style="margin-bottom: ' + margin + 'px;' + ((logo!==null) ? 'height: auto;' : '') + '">' +
((logo!==null) ? logo :
'<div class="loader-page-romb">' +
'<div class="romb" id="blue"></div>' +
'<div class="romb" id="green"></div>' +
'<div class="romb" id="red"></div>' +
'</div>') +
'</div>' +
'<div class="loader-page-text">' + customer +
'<div class="loader-page-text-loading">' + loading + '</div>' +
'</div>' +
'</div>');
</script>
<link rel="stylesheet" type="text/css" href="../../../../sdkjs/cell/css/main.css"/>
<link rel="stylesheet" type="text/css" href="../../../apps/spreadsheeteditor/main/resources/css/app.css">
</head>
<body>
<script>
window.requireTimeourError = function(){
var reqerr;
if ( lang == 'de') reqerr = 'Die Verbindung ist zu langsam, einige Komponenten konnten nicht geladen werden. Aktualisieren Sie bitte die Seite.';
else if ( lang == 'es') reqerr = 'La conexión es muy lenta, algunos de los componentes no han podido cargar. Por favor recargue la página.';
else if ( lang == 'fr') reqerr = 'La connexion est trop lente, certains des composants n\'ons pas pu être chargé. Veuillez recharger la page.';
else if ( lang == 'ru') reqerr = 'Слишком медленное соединение, не удается загрузить некоторые компоненты. Пожалуйста, обновите страницу.';
else reqerr = 'The connection is too slow, some of the components could not be loaded. Please reload the page.';
return reqerr;
};
var requireTimeoutID = setTimeout(function(){
window.alert(window.requireTimeourError());
window.location.reload();
}, 30000);
var require = {
waitSeconds: 30,
callback: function(){
clearTimeout(requireTimeoutID);
}
};
</script>
<div id="viewport"></div>
<script data-main="app" src="../../../vendor/requirejs/require.js"></script>
</body>
</html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
[{"src":"UsageInstructions/OpenCreateNew.htm","name":"Create a new spreadsheet or open an existing one","headername":"Usage Instructions"},{"src":"UsageInstructions/ManageSheets.htm","name":"Manage sheets"},{"src":"UsageInstructions/InsertDeleteCells.htm","name":"Manage cells, rows, and columns"},{"src":"UsageInstructions/CopyPasteData.htm","name":"Cut/copy/paste data"},{"src":"UsageInstructions/FontTypeSizeStyle.htm","name":"Set font type, size, style, and colors"},{"src":"UsageInstructions/AddBorders.htm","name":"Add borders"},{"src":"UsageInstructions/AlignText.htm","name":"Align data in cells"},{"src":"UsageInstructions/MergeCells.htm","name":"Merge cells"},{"src":"UsageInstructions/InsertImages.htm","name":"Insert images"},{"src":"UsageInstructions/AddHyperlinks.htm","name":"Add hyperlinks"},{"src":"UsageInstructions/InsertChart.htm","name":"Insert chart"},{"src":"UsageInstructions/InsertAutoshapes.htm","name":"Insert and format autoshapes"},{"src":"UsageInstructions/InsertTextObjects.htm","name":"Insert text objects"},{"src":"UsageInstructions/InsertEquation.htm","name":"Insert equations"},{"src":"UsageInstructions/ManipulateObjects.htm","name":"Manipulate objects"},{"src":"UsageInstructions/SortData.htm","name":"Sort and filter data"},{"src":"UsageInstructions/ChangeNumberFormat.htm","name":"Change number format"},{"src":"UsageInstructions/InsertFunction.htm","name":"Insert function"},{"src":"UsageInstructions/UseNamedRanges.htm","name":"Use named ranges"},{"src":"UsageInstructions/ClearFormatting.htm","name":"Clear text, format in a cell, copy cell format"},{"src":"UsageInstructions/UndoRedo.htm","name":"Undo/redo your actions"},{"src":"UsageInstructions/ViewDocInfo.htm","name":"View file information"},{"src":"UsageInstructions/SavePrintDownload.htm","name":"Save/print/download your spreadsheet"},{"src":"HelpfulHints/About.htm","name":"About Spreadsheet Editor","headername":"Helpful Hints"},{"src":"HelpfulHints/SupportedFormats.htm","name":"Supported Formats of Spreadsheets"},{"src":"HelpfulHints/AdvancedSettings.htm","name":"Advanced Settings of Spreadsheet Editor"},{"src":"HelpfulHints/Navigation.htm","name":"View Settings and Navigation Tools"},{"src":"HelpfulHints/Search.htm","name":"Search and Replace Functions"},{"src":"HelpfulHints/CollaborativeEditing.htm","name":"Collaborative Spreadsheet Editing"},{"src":"HelpfulHints/KeyboardShortcuts.htm","name":"Keyboard Shortcuts"}]

View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<title>ABS Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>ABS Function</h1>
<p>The <b>ABS</b> function is one of the math and trigonometry functions. It is used to return the absolute value of a number.</p>
<p>The <b>ABS</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>ABS(x)</em></b></p>
<p>where <b><em>x</em></b> is a numeric value entered manually or included into the cell you make reference to.</p>
<p>To apply the <b>ABS</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>Math and trigonometry</b> function group from the list,</li>
<li>click the <b>ABS</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="ABS Function" src="../images/abs.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,67 @@
<!DOCTYPE html>
<html>
<head>
<title>ACCRINT Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>ACCRINT Function</h1>
<p>The <b>ACCRINT</b> function is one of the financial functions. It is used to calculate the accrued interest for a security that pays periodic interest.</p>
<p>The <b>ACCRINT</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>ACCRINT(issue, first-interest, settlement, rate, [par], frequency[, [basis]])</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>issue</em></b> is the issue date of the security.</p>
<p style="text-indent: 50px;"><b><em>first-interest</em></b> is the date when the first interest is paid.</p>
<p style="text-indent: 50px;"><b><em>settlement</em></b> is the date when the security is purchased.</p>
<p style="text-indent: 50px;"><b><em>rate</em></b> is the annual coupon rate of the security.</p>
<p style="text-indent: 50px;"><b><em>par</em></b> is the par value of the security. It is an optional argument. If it is omitted, the function will assume <b><em>par</em></b> to be $1000.</p>
<p style="text-indent: 50px;"><b><em>frequency</em></b> is the number of interest payments per year. The possible values are: 1 for annual payments, 2 for semiannual payments, 4 for quarterly payments.</p>
<p style="text-indent: 50px;"><b><em>basis</em></b> is the day count basis to use, a numeric value greater than or equal to 0, but less than or equal to 4. It is an optional argument. It can be one of the following:</p>
<table style="width: 40%">
<tr>
<td><b>Numeric value</b></td>
<td><b>Count basis</b></td>
</tr>
<tr>
<td>0</td>
<td>US (NASD) 30/360</td>
</tr>
<tr>
<td>1</td>
<td>Actual/actual</td>
</tr>
<tr>
<td>2</td>
<td>Actual/360</td>
</tr>
<tr>
<td>3</td>
<td>Actual/365</td>
</tr>
<tr>
<td>4</td>
<td>European 30/360</td>
</tr>
</table>
<p class="note"><b>Note:</b> dates must be entered by using the DATE function.</p>
<p>The values can be entered manually or included into the cell you make reference to.</p>
<p>To apply the <b>ACCRINT</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>ACCRINT</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="ACCRINT Function" src="../images/accrint.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,65 @@
<!DOCTYPE html>
<html>
<head>
<title>ACCRINTM Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>ACCRINTM Function</h1>
<p>The <b>ACCRINTM</b> function is one of the financial functions. It is used to calculate the accrued interest for a security that pays interest at maturity.</p>
<p>The <b>ACCRINTM</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>ACCRINTM(issue, settlement, rate, [[par] [, [basis]]])</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>issue</em></b> is the issue date of the security.</p>
<p style="text-indent: 50px;"><b><em>settlement</em></b> is the maturity date of the security.</p>
<p style="text-indent: 50px;"><b><em>rate</em></b> is the annual interest rate of the security.</p>
<p style="text-indent: 50px;"><b><em>par</em></b> is the par value of the security. It is an optional argument. If it is omitted, the function will assume <b><em>par</em></b> to be $1000.</p>
<p style="text-indent: 50px;"><b><em>basis</em></b> is the day count basis to use, a numeric value greater than or equal to 0, but less than or equal to 4. It is an optional argument. It can be one of the following:</p>
<table style="width: 40%">
<tr>
<td><b>Numeric value</b></td>
<td><b>Count basis</b></td>
</tr>
<tr>
<td>0</td>
<td>US (NASD) 30/360</td>
</tr>
<tr>
<td>1</td>
<td>Actual/actual</td>
</tr>
<tr>
<td>2</td>
<td>Actual/360</td>
</tr>
<tr>
<td>3</td>
<td>Actual/365</td>
</tr>
<tr>
<td>4</td>
<td>European 30/360</td>
</tr>
</table>
<p class="note"><b>Note:</b> dates must be entered by using the DATE function.</p>
<p>The values can be entered manually or included into the cell you make reference to.</p>
<p>To apply the <b>ACCRINTM</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>ACCRINTM</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="ACCRINTM Function" src="../images/accrintm.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<title>ACOS Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>ACOS Function</h1>
<p>The <b>ACOS</b> function is one of the math and trigonometry functions. It is used to return the arccosine of a number.</p>
<p>The <b>ACOS</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>ACOS(x)</em></b></p>
<p>where <b><em>x</em></b> is the cosine of the angle you wish to find, a numeric value greater than or equal to -1 but less than or equal to 1 entered manually or included into the cell you make reference to.</p>
<p>To apply the <b>ACOS</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>Math and trigonometry</b> function group from the list,</li>
<li>click the <b>ACOS</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="ACOS Function" src="../images/acos.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<title>ACOSH Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>ACOSH Function</h1>
<p>The <b>ACOSH</b> function is one of the math and trigonometry functions. It is used to return the inverse hyperbolic cosine of a number.</p>
<p>The <b>ACOSH</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>ACOSH(x)</em></b></p>
<p>where <b><em>x</em></b> is a numeric value greater than or equal to 1 entered manually or included into the cell you make reference to.</p>
<p>To apply the <b>ACOSH</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>Math and trigonometry</b> function group from the list,</li>
<li>click the <b>ACOSH</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="ACOSH Function" src="../images/acosh.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<title>ACOT Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>ACOT Function</h1>
<p>The <b>ACOT</b> function is one of the math and trigonometry functions. It is used to return the principal value of the arccotangent, or inverse cotangent, of a number. The returned angle is measured in radians in the range 0 to Pi.</p>
<p>The <b>ACOT</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>ACOT(x)</em></b></p>
<p>where <b><em>x</em></b> is the cotangent of the angle you wish to find, a numeric value entered manually or included into the cell you make reference to.</p>
<p>To apply the <b>ACOT</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>Math and trigonometry</b> function group from the list,</li>
<li>click the <b>ACOT</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="ACOT Function" src="../images/acot.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<title>ACOTH Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>ACOTH Function</h1>
<p>The <b>ACOTH</b> function is one of the math and trigonometry functions. It is used to return the inverse hyperbolic cotangent of a number.</p>
<p>The <b>ACOTH</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>ACOTH(x)</em></b></p>
<p>where <b><em>x</em></b> is a numeric value less than -1 or greater than 1 entered manually or included into the cell you make reference to.</p>
<p>To apply the <b>ACOTH</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>Math and trigonometry</b> function group from the list,</li>
<li>click the <b>ACOTH</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="ACOTH Function" src="../images/acoth.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,60 @@
<!DOCTYPE html>
<html>
<head>
<title>ADDRESS Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>ADDRESS Function</h1>
<p>The <b>ADDRESS</b> function is one of the lookup and reference functions. It is used to return a text representation of a cell address.</p>
<p>The <b>ADDRESS</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>ADDRESS(row-number, col-number[ , [ref-type] [, [A1-ref-type-flag] [, sheet name]]])</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><em><b>row-number</b></em> is a row number to use in a cell address.</p>
<p style="text-indent: 50px;"><em><b>col-number</b></em> is a column number to use in a cell address.</p>
<p style="text-indent: 50px;"><em><b>ref-type</b></em> is a type of reference. It can be one of the following numeric values:</p>
<table style="width: 40%">
<tr>
<td><b>Numeric value</b></td>
<td><b>Meaning</b></td>
</tr>
<tr>
<td>1 or omitted</td>
<td>Absolute referencing</td>
</tr>
<tr>
<td>2</td>
<td>Absolute row; relative column</td>
</tr>
<tr>
<td>3</td>
<td>Relative row; absolute column</td>
</tr>
<tr>
<td>4</td>
<td>Relative referencing</td>
</tr>
</table>
<p><em><b>A1-ref-type-flag</b></em> is an optional logical value: TRUE or FALSE. If it is set to TRUE or omitted, the function will analyse <b><em>ref-text</em></b> as an A1-style reference. If it is set to FALSE, the function will interpret <b><em>ref-text</em></b> as an R1C1-style reference.</p>
<p><em><b>sheet name</b></em> is the name of the sheet to use in a cell address. It's an optional value. If it is omitted, the function will return the cell address without the sheet name indicated.</p>
<p>These arguments can be entered manually or included into the cells you make reference to.</p>
<p>To apply the <b>ADDRESS</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>ADDRESS</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="ADDRESS Function" src="../images/address.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,67 @@
<!DOCTYPE html>
<html>
<head>
<title>AMORDEGRC Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>AMORDEGRC Function</h1>
<p>The <b>AMORDEGRC</b> function is one of the financial functions. It is used to calculate the depreciation of an asset for each accounting period using a degressive depreciation method.</p>
<p>The <b>AMORDEGRC</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>AMORDEGRC(cost, date-purchased, first-period, salvage, period, rate[, [basis]])</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>cost</em></b> is the cost of the asset.</p>
<p style="text-indent: 50px;"><b><em>date-purchased</em></b> is the date when asset is purchased.</p>
<p style="text-indent: 50px;"><b><em>first-period</em></b> is the date when the first period ends.</p>
<p style="text-indent: 50px;"><b><em>salvage</em></b> is the salvage value of the asset at the end of its lifetime.</p>
<p style="text-indent: 50px;"><b><em>period</em></b> is the period you wish to calculate depreciation for.</p>
<p style="text-indent: 50px;"><b><em>rate</em></b> is the rate of depreciation.</p>
<p style="text-indent: 50px;"><b><em>basis</em></b> is the day count basis to use, a numeric value greater than or equal to 0, but less than or equal to 4. It is an optional argument. It can be one of the following:</p>
<table style="width: 40%">
<tr>
<td><b>Numeric value</b></td>
<td><b>Count basis</b></td>
</tr>
<tr>
<td>0</td>
<td>US (NASD) 30/360</td>
</tr>
<tr>
<td>1</td>
<td>Actual/actual</td>
</tr>
<tr>
<td>2</td>
<td>Actual/360</td>
</tr>
<tr>
<td>3</td>
<td>Actual/365</td>
</tr>
<tr>
<td>4</td>
<td>European 30/360</td>
</tr>
</table>
<p class="note"><b>Note:</b> dates must be entered by using the DATE function.</p>
<p>The values can be entered manually or included into the cell you make reference to.</p>
<p>To apply the <b>AMORDEGRC</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>AMORDEGRC</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="AMORDEGRC Function" src="../images/amordegrc.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html>
<head>
<title>FV Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>FV Function</h1>
<p>The <b>FV</b> function is one of the financial functions. It is used to calculate the future value of an investment based on a specified interest rate and a constant payment schedule.</p>
<p>The <b>FV</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>FV(rate, nper, pmt [, [pv] [,[type]]])</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>rate</em></b> is the interest rate for the investment.</p>
<p style="text-indent: 50px;"><b><em>nper</em></b> is a number of payments.</p>
<p style="text-indent: 50px;"><b><em>pmt</em></b> is a payment amount.</p>
<p style="text-indent: 50px;"><b><em>pv</em></b> is a present value of the payments. It is an optional argument. If it is omitted, the function will assume <b><em>pv</em></b> to be 0.</p>
<p style="text-indent: 50px;"><b><em>type</em></b> is a period when the payments are due. It is an optional argument. If it is set to 0 or omitted, the function will assume the payments to be due at the end of the period. If <b><em>type</em></b> is set to 1, the payments are due at the beginning of the period.</p>
<p class="note"><b>Note:</b> cash paid out (such as deposits to savings) is represented by negative numbers; cash received (such as dividend checks) is represented by positive numbers.</p>
<p>The numeric values can be entered manually or included into the cell you make reference to.</p>
<p>To apply the <b>FV</b> function,</p>
<ol>
<li>select the cell where you wish to display the result,</li>
<li>click the <b>Insert Function</b> <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>FV</b> function,</li>
<li>enter the required arguments separating them by commas,</li>
<li>press the <b>Enter</b> button.</li>
</ol>
<p>The result will be displayed in the selected cell.</p>
<p style="text-indent: 150px;"><img alt="FV Function" src="../images/fv.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,67 @@
<!DOCTYPE html>
<html>
<head>
<title>AMORLINC Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>AMORLINC Function</h1>
<p>The <b>AMORLINC</b> function is one of the financial functions. It is used to calculate the depreciation of an asset for each accounting period using a linear depreciation method.</p>
<p>The <b>AMORLINC</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>AMORLINC(cost, date-purchased, first-period, salvage, period, rate[, [basis]])</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>cost</em></b> is the cost of the asset.</p>
<p style="text-indent: 50px;"><b><em>date-purchased</em></b> is the date when asset is purchased.</p>
<p style="text-indent: 50px;"><b><em>first-period</em></b> is the date when the first period ends.</p>
<p style="text-indent: 50px;"><b><em>salvage</em></b> is the salvage value of the asset at the end of its lifetime.</p>
<p style="text-indent: 50px;"><b><em>period</em></b> is the period you wish to calculate depreciation for.</p>
<p style="text-indent: 50px;"><b><em>rate</em></b> is the rate of depreciation.</p>
<p style="text-indent: 50px;"><b><em>basis</em></b> is the day count basis to use, a numeric value greater than or equal to 0, but less than or equal to 4. It is an optional argument. It can be one of the following:</p>
<table style="width: 40%">
<tr>
<td><b>Numeric value</b></td>
<td><b>Count basis</b></td>
</tr>
<tr>
<td>0</td>
<td>US (NASD) 30/360</td>
</tr>
<tr>
<td>1</td>
<td>Actual/actual</td>
</tr>
<tr>
<td>2</td>
<td>Actual/360</td>
</tr>
<tr>
<td>3</td>
<td>Actual/365</td>
</tr>
<tr>
<td>4</td>
<td>European 30/360</td>
</tr>
</table>
<p class="note"><b>Note:</b> dates must be entered by using the DATE function.</p>
<p>The values can be entered manually or included into the cell you make reference to.</p>
<p>To apply the <b>AMORLINC</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>AMORLINC</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="AMORLINC Function" src="../images/amorlinc.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html>
<head>
<title>AND Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>AND Function</h1>
<p>The <b>AND</b> function is one of the logical functions. It is used to check if the logical value you enter is TRUE or FALSE. The function returns TRUE if all the arguments are TRUE.</p>
<p>The <b>AND</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>AND(logical1, logical2, ...)</em></b></p>
<p>where <b><em>logical1/2/n</em></b> is a value entered manually or included into the cell you make reference to.</p>
<p>To apply the <b>AND</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>AND</b> function,</li>
<li>enter the required arguments separating them by commas,
<p class="note"><b>Note</b>: you can enter up to <b>255</b> logical values.</p>
</li>
<li>press the <b>Enter</b> button.</li>
</ol>
<p>The result will be displayed in the selected cell. The function returns FALSE if at least one of the arguments is FALSE.</p>
<p><em>For example:</em></p>
<p>There are three arguments: <em>logical1</em> = <b>A1&lt;100</b>, <em>logical2</em> = <b>34&lt;100</b>, <em>logical3</em> = <b>50&lt;100</b>, where <b>A1</b> is <b>12</b>. All these logical expressions are <b>TRUE</b>. So the function returns <b>TRUE</b>.</p>
<p style="text-indent: 150px;"><img alt="AND Function: TRUE" src="../images/andtrue.png" /></p>
<p>If we change the <b>A1</b> value from <b>12</b> to <b>112</b>, the function returns <b>FALSE</b>:</p>
<p style="text-indent: 150px;"><img alt="AND Function: FALSE" src="../images/andfalse.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html>
<head>
<title>ARABIC Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>ARABIC Function</h1>
<p>The <b>ARABIC</b> function is one of the math and trigonometry functions. The function is used to convert a Roman numeral to an Arabic numeral.</p>
<p>The <b>ARABIC</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>ARABIC(x)</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>x</em></b> is a text representation of a Roman numeral: a string enclosed in quotation marks or a reference to a cell containing text.</p>
<p class="note"><b>Note:</b> if an empty string ("") is used as an argument, the function returns the value 0.</p>
<p>To apply the <b>ARABIC</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>Math and trigonometry</b> function group from the list,</li>
<li>click the <b>ARABIC</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="ARABIC Function" src="../images/arabic.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<title>ASIN Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>ASIN Function</h1>
<p>The <b>ASIN</b> function is one of the math and trigonometry functions. It is used to return the arcsine of a number.</p>
<p>The <b>ASIN</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>ASIN(x)</em></b></p>
<p>where <b><em>x</em></b> is the sine of the angle you wish to find, a numeric value greater than or equal to -1 but less than or equal to 1 entered manually or included into the cell you make reference to.</p>
<p>To apply the <b>ASIN</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>Math and trigonometry</b> function group from the list,</li>
<li>click the <b>ASIN</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="ASIN Function" src="../images/asin.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<title>ASINH Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>ASINH Function</h1>
<p>The <b>ASINH</b> function is one of the math and trigonometry functions. It is used to return the inverse hyperbolic sine of a number.</p>
<p>The <b>ASINH</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>ASINH(x)</em></b></p>
<p>where <b><em>x</em></b> is any numeric value entered manually or included into the cell you make reference to.</p>
<p>To apply the <b>ASINH</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>Math and trigonometry</b> function group from the list,</li>
<li>click the <b>ASINH</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="ASINH Function" src="../images/asinh.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<title>ATAN Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>ATAN Function</h1>
<p>The <b>ATAN</b> function is one of the math and trigonometry functions. It is used to return the arctangent of a number.</p>
<p>The <b>ATAN</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>ATAN(x)</em></b></p>
<p>where <b><em>x</em></b> is the tangent of the angle you wish to find, a numeric value entered manually or included into the cell you make reference to.</p>
<p>To apply the <b>ATAN</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>Math and trigonometry</b> function group from the list,</li>
<li>click the <b>ATAN</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="ATAN Function" src="../images/atan.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<title>ATAN2 Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>ATAN2 Function</h1>
<p>The <b>ATAN2</b> function is one of the math and trigonometry functions. It is used to return the arctangent of x and y coordinates.</p>
<p>The <b>ATAN2</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>ATAN2(x, y)</em></b></p>
<p>where <b><em>x</em></b>, <b><em>y</em></b> are the x and y coordinates of a point, numeric values entered manually or included into the cell you make reference to.</p>
<p>To apply the <b>ATAN2</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>Math and trigonometry</b> function group from the list,</li>
<li>click the <b>ATAN2</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="ATAN2 Function" src="../images/atan2.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<title>ATANH Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>ATANH Function</h1>
<p>The <b>ATANH</b> function is one of the math and trigonometry functions. It is used to return the inverse hyperbolic tangent of a number.</p>
<p>The <b>ATANH</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>ATANH(x)</em></b></p>
<p>where <b><em>x</em></b> is a numeric value greater than - 1 but less than 1 entered manually or included into the cell you make reference to.</p>
<p>To apply the <b>ATANH</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>Math and trigonometry</b> function group from the list,</li>
<li>click the <b>ATANH</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="ATANH Function" src="../images/atanh.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<title>AVEDEV Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>AVEDEV Function</h1>
<p>The <b>AVEDEV</b> function is one of the statistical functions. It is used to analyze the range of data and return the average of the absolute deviations of numbers from their mean.</p>
<p>The <b>AVEDEV</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>AVEDEV(argument-list)</em></b></p>
<p>where <b><em>argument-list</em></b> is up to 30 numeric values entered manually or included into the cells you make reference to.</p>
<p>To apply the <b>AVEDEV</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>AVEDEV</b> function,</li>
<li>enter the required arguments separating them by commas or select a range of cells with the mouse,
</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="AVEDEV Function" src="../images/avedev.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<title>AVERAGE Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>AVERAGE Function</h1>
<p>The <b>AVERAGE</b> function is one of the statistical functions. It is used to analyze the range of data and find the average value.</p>
<p>The <b>AVERAGE</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>AVERAGE(argument-list)</em></b></p>
<p>where <b><em>argument-list</em></b> is up to 255 numerical values entered manually or included into the cells you make reference to.</p>
<p>To apply the <b>AVERAGE</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>AVERAGE</b> function,</li>
<li>enter the required arguments separating them by commas or select a range of cells with the mouse,
</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="AVERAGE Function" src="../images/average.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<title>AVERAGEA Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>AVERAGEA Function</h1>
<p>The <b>AVERAGEA</b> function is one of the statistical functions. It is used to analyze the range of data including text and logical values and find the average value. The <b>AVERAGEA</b> function treats text and FALSE as a value of 0 and TRUE as a value of 1. </p>
<p>The <b>AVERAGEA</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>AVERAGEA(argument-list)</em></b></p>
<p>where <b><em>argumenti-list</em></b> is up to 255 values entered manually or included into the cells you make reference to.</p>
<p>To apply the <b>AVERAGEA</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>AVERAGEA</b> function,</li>
<li>enter the required arguments separating them by commas or select a range of cells with the mouse,
</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="AVERAGEA Function" src="../images/averagea.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html>
<head>
<title>AVERAGEIF Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>AVERAGEIF Function</h1>
<p>The <b>AVERAGEIF</b> function is one of the statistical functions. It is used to analyze the range of data and find the average value of all numbers in a range of cells, based on the specified criterion.</p>
<p>The <b>AVERAGEIF</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>AVERAGEIF(cell-range, selection-criteria [,average-range])</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>cell-range</em></b> is the selected range of cells to apply the criterion to.</p>
<p style="text-indent: 50px;"><b><em>selection-criteria</em></b> is the criterion you wish to apply, a value entered manually or included into the cell you make reference to.</p>
<p style="text-indent: 50px;"><b><em>average-range</em></b> is the selected range of cells you need to find the average in.</p>
<p class="note"><b>Note</b>: <b><em>average-range</em></b> is an optional argument. If it is omitted, the function will find the average in <b><em>cell-range</em></b>.
<p>To apply the <b>AVERAGEIF</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>AVERAGEIF</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="AVERAGEIF Function" src="../images/averageif.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html>
<head>
<title>AVERAGEIFS Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>AVERAGEIFS Function</h1>
<p>The <b>AVERAGEIFS</b> function is one of the statistical functions. It is used to analyze the range of data and find the average value of all numbers in a range of cells, based on multiple criteria.</p>
<p>The <b>AVERAGEIFS</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>AVERAGEIFS(average-range, criteria-range-1, criteria-1, [criteria-range-2, criteria-2], ...)</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>average-range</em></b> is the selected range of cells you need to find the average in. It is a required argument.</p>
<p style="text-indent: 50px;"><b><em>criteria-range-1</em></b> is the first selected range of cells to apply the <em>criteria-1</em> to. It is a required argument. </p>
<p style="text-indent: 50px;"><b><em>criteria-1</em></b> is the first condition that must be met. It is applied to the <em>criteria-range-1</em> and used to determine the cells in the <em>average-range</em> to average. It can be a value entered manually or included into the cell you make reference to. It is a required argument.</p>
<p style="text-indent: 50px;"><b><em>criteria-range-2, criteria-2, ...</em></b> are additional ranges of cells and their corresponding criteria. These arguments are optional. You can add up to 127 ranges and corresponding criteria.</p>
<p class="note"><b>Note:</b> you can use wildcard characters when specifying criteria. The question mark "?" can replace any single character and the asterisk "*" can be used instead of any number of characters.</p>
<p>To apply the <b>AVERAGEIFS</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>AVERAGEIFS</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="AVERAGEIFS Function" src="../images/averageifs.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html>
<head>
<title>BASE Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>BASE Function</h1>
<p>The <b>BASE</b> function is one of the math and trigonometry functions. It is used to convert a number into a text representation with the given base.</p>
<p>The <b>BASE</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>BASE(number, base[, min-lenght])</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>number</em></b> is a number you want to convert. An integer greater than or equal to 0 and less than 2^53.</p>
<p style="text-indent: 50px;"><b><em>base</em></b> is a base you want to convert the number to. An integer greater than or equal to 2 and less than or equal to 36.</p>
<p style="text-indent: 50px;"><b><em>min-lenght</em></b> is a minimum length of the returned string. An integer greater than or equal to 0 and less than 256. It is an optional parameter. If the result is shorter than the minimum lenght specified, leading zeros are added to the string.</p>
<p>The numeric values can be entered manually or included into the cells you make reference to.</p>
<p>To apply the <b>BASE</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>Math and trigonometry</b> function group from the list,</li>
<li>click the <b>BASE</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="BASE Function" src="../images/base.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html>
<head>
<title>BETA.DIST Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>BETA.DIST Function</h1>
<p>The <b>BETA.DIST</b> function is one of the statistical functions. It is used to return the beta distribution.</p>
<p>The <b>BETA.DIST</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>BETA.DIST(x, alpha, beta, cumulative, [,[A] [,[B]])</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>x</em></b> is the value between <b><em>A</em></b> and <b><em>B</em></b> at which the function should be calculated.</p>
<p style="text-indent: 50px;"><b><em>alpha</em></b> is the first parameter of the distribution, a numeric value greater than 0.</p>
<p style="text-indent: 50px;"><b><em>beta</em></b> is the second parameter of the distribution, a numeric value greater than 0.</p>
<p style="text-indent: 50px;"><b><em>cumulative</em></b> is a logical value (TRUE or FALSE) that determines the function form. If it is TRUE, the function returns the cumulative distribution function. If it is FALSE, the function returns the probability density function.</p>
<p style="text-indent: 50px;"><b><em>A</em></b> is the lower bound to the interval of <b><em>x</em></b>. It is an optional parameter. If it is omitted, the default value of 0 is used.</p>
<p style="text-indent: 50px;"><b><em>B</em></b> is the upper bound to the interval of <b><em>x</em></b>. It is an optional parameter. If it is omitted, the default value of 1 is used.</p>
<p>The values can be entered manually or included into the cells you make reference to.</p>
<p>To apply the <b>BETA.DIST</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>BETA.DIST</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="BETA.DIST Function" src="../images/beta-dist.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html>
<head>
<title>BETA.INV Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>BETA.INV Function</h1>
<p>The <b>BETA.INV</b> function is one of the statistical functions. It is used to return the inverse of the beta cumulative probability density function (BETA.DIST).</p>
<p>The <b>BETA.INV</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>BETA.INV(probability, alpha, beta, [,[A] [,[B]])</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>probability</em></b> is a probability associated with the beta distribution. A numeric value greater than 0 and less than or equal to 1.</p>
<p style="text-indent: 50px;"><b><em>alpha</em></b> is the first parameter of the distribution, a numeric value greater than 0.</p>
<p style="text-indent: 50px;"><b><em>beta</em></b> is the second parameter of the distribution, a numeric value greater than 0.</p>
<p style="text-indent: 50px;"><b><em>A</em></b> is the lower bound to the interval of <b><em>x</em></b>. It is an optional parameter. If it is omitted, the default value of 0 is used.</p>
<p style="text-indent: 50px;"><b><em>B</em></b> is the upper bound to the interval of <b><em>x</em></b>. It is an optional parameter. If it is omitted, the default value of 1 is used.</p>
<p>The values can be entered manually or included into the cells you make reference to.</p>
<p>To apply the <b>BETA.INV</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>BETA.INV</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="BETA.INV Function" src="../images/beta-inv.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html>
<head>
<title>BETADIST Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>BETADIST Function</h1>
<p>The <b>BETADIST</b> function is one of the statistical functions. It is used to return the cumulative beta probability density function.</p>
<p>The <b>BETADIST</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>BETADIST(x, alpha, beta, [,[A] [,[B]])</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>x</em></b> is the value between <b><em>A</em></b> and <b><em>B</em></b> at which the function should be calculated.</p>
<p style="text-indent: 50px;"><b><em>alpha</em></b> is the first parameter of the distribution, a numeric value greater than 0.</p>
<p style="text-indent: 50px;"><b><em>beta</em></b> is the second parameter of the distribution, a numeric value greater than 0.</p>
<p style="text-indent: 50px;"><b><em>A</em></b> is the lower bound to the interval of <b><em>x</em></b>. It is an optional parameter. If it is omitted, the default value of 0 is used.</p>
<p style="text-indent: 50px;"><b><em>B</em></b> is the upper bound to the interval of <b><em>x</em></b>. It is an optional parameter. If it is omitted, the default value of 1 is used.</p>
<p>The values can be entered manually or included into the cells you make reference to.</p>
<p>To apply the <b>BETADIST</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>BETADIST</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="BETADIST Function" src="../images/betadist.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<title>BIN2DEC Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>BIN2DEC Function</h1>
<p>The <b>BIN2DEC</b> function is one of the engineering functions. It is used to convert a binary number into a decimal number.</p>
<p>The <b>BIN2DEC</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>BIN2DEC(number)</em></b></p>
<p>where <b><em>number</em></b> is a binary number entered manually or included into the cell you make reference to.</p>
<p class="note"><b>Note:</b> if the argument is not recognised as a binary number, or contains more than 10 characters, the function will return the <b>#NUM!</b> error.</p>
<p>To apply the <b>BIN2DEC</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>Engineering</b> function group from the list,</li>
<li>click the <b>BIN2DEC</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="BIN2DEC Function" src="../images/bin2dec.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>
<head>
<title>BIN2HEX Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>BIN2HEX Function</h1>
<p>The <b>BIN2HEX</b> function is one of the engineering functions. It is used to convert a binary number into a hexadecimal number.</p>
<p>The <b>BIN2HEX</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>BIN2HEX(number [, num-hex-digits])</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>number</em></b> is a binary number entered manually or included into the cell you make reference to.</p>
<p style="text-indent: 50px;"><b><em>num-hex-digits</em></b> is the number of digits to display. If omitted, the function will use the minimum number.</p>
<p class="note"><b>Note:</b> if the argument is not recognised as a binary number, or contains more than 10 characters, or the resulting hexadecimal number requires more digits than you specified, or the specified <b><em>num-hex-digits</em></b> number is less than or equal to 0, the function will return the <b>#NUM!</b> error.</p>
<p>To apply the <b>BIN2HEX</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>Engineering</b> function group from the list,</li>
<li>click the <b>BIN2HEX</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="BIN2HEX Function" src="../images/bin2hex.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>
<head>
<title>BIN2OCT Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>BIN2OCT Function</h1>
<p>The <b>BIN2OCT</b> function is one of the engineering functions. It is used to convert a binary number into an octal number.</p>
<p>The <b>BIN2OCT</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>BIN2OCT(number [, num-hex-digits])</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>number</em></b> is a binary number entered manually or included into the cell you make reference to.</p>
<p style="text-indent: 50px;"><b><em>num-hex-digits</em></b> is the number of digits to display. If omitted, the function will use the minimum number.</p>
<p class="note"><b>Note:</b> if the argument is not recognised as a binary number, or contains more than 10 characters, or the resulting octal number requires more digits than you specified, or the specified <b><em>num-hex-digits</em></b> number is less than or equal to 0, the function will return the <b>#NUM!</b> error.</p>
<p>To apply the <b>BIN2OCT</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>Engineering</b> function group from the list,</li>
<li>click the <b>BIN2OCT</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="BIN2OCT Function" src="../images/bin2oct.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html>
<head>
<title>BINOM.DIST Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>BINOM.DIST Function</h1>
<p>The <b>BINOM.DIST</b> function is one of the statistical functions. It is used to return the individual term binomial distribution probability.</p>
<p>The <b>BINOM.DIST</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>BINOM.DIST(number-s, trials, probability-s, cumulative)</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>number-s</em></b> is the number of successes in the trials, a numeric value greater than or equal to 0.</p>
<p style="text-indent: 50px;"><b><em>trials</em></b> is the number of trials, a numeric value greater than or equal to <b><em>number-s</em></b>.</p>
<p style="text-indent: 50px;"><b><em>probability-s</em></b> is the success probability of each trial, a numeric value greater than or equal to 0 but less than or equal to 1.</p>
<p style="text-indent: 50px;"><b><em>cumulative</em></b> is a logical value (TRUE or FALSE) that determines the function form. If it is TRUE, the function returns the cumulative distribution function. If it is FALSE, the function returns the probability mass function.</p>
<p>The values can be entered manually or included into the cells you make reference to.</p>
<p>To apply the <b>BINOM.DIST</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>BINOM.DIST</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="BINOM.DIST Function" src="../images/binom-dist.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html>
<head>
<title>BINOM.INV Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>BINOM.INV Function</h1>
<p>The <b>BINOM.INV</b> function is one of the statistical functions. It is used to return the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value.</p>
<p>The <b>BINOM.INV</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>BINOM.INV(trials, probability-s, alpha)</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>trials</em></b> is the number of trials, a numeric value greater than 0.</p>
<p style="text-indent: 50px;"><b><em>probability-s</em></b> is the success probability of each trial, a numeric value greater than 0 but less than 1.</p>
<p style="text-indent: 50px;"><b><em>alpha</em></b> is the criterion, a numeric value greater than 0 but less than 1.</p>
<p>The numeric values can be entered manually or included into the cells you make reference to.</p>
<p>To apply the <b>BINOM.INV</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>BINOM.INV</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="BINOM.INV Function" src="../images/binom-inv.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,37 @@
<!DOCTYPE html>
<html>
<head>
<title>BINOMDIST Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>BINOMDIST Function</h1>
<p>The <b>BINOMDIST</b> function is one of the statistical functions. It is used to return the individual term binomial distribution probability.</p>
<p>The <b>BINOMDIST</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>BINOMDIST(number-successes, number-trials, success-probability, cumulative-flag)</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>number-successes</em></b> is the number of successes in the trials, a numeric value greater than or equal to 0.</p>
<p style="text-indent: 50px;"><b><em>number-trials</em></b> is the number of trials, a numeric value greater than or equal to <b><em>number-successes</em></b>.</p>
<p style="text-indent: 50px;"><b><em>success-probability</em></b> is the success probability of each trial, a numeric value greater than or equal to 0 but less than or equal to 1.</p>
<p style="text-indent: 50px;"><b><em>cumulative-flag</em></b> is a logical value (TRUE or FALSE) that determines the function form. If it is TRUE, the function returns the cumulative distribution function. If it is FALSE, the function returns the probability mass function.</p>
<p>The values can be entered manually or included into the cells you make reference to.</p>
<p>To apply the <b>BINOMDIST</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>BINOMDIST</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="BINOMDIST Function" src="../images/binomdist.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html>
<head>
<title>CEILING Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>CEILING Function</h1>
<p>The <b>CEILING</b> function is one of the math and trigonometry functions. It is used to round the number up to the nearest multiple of significance.</p>
<p>The <b>CEILING</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>CEILING(x, significance)</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>x</em></b> is the number you wish to round up,</p>
<p style="text-indent: 50px;"><b><em>significance</em></b> is the multiple of significance you wish to round up to,</p>
<p>The numeric values can be entered manually or included into the cell you make reference to.</p>
<p class="note"><b>Note</b>: if the values of <b><em>x</em></b> and <b><em>significance</em></b> have different signs, the function returns the <b>#NUM!</b> error.</p>
<p>To apply the <b>CEILING</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>Math and trigonometry</b> function group from the list,</li>
<li>click the <b>CEILING</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="CEILING Function" src="../images/ceiling.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html>
<head>
<title>CEILING.MATH Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>CEILING.MATH Function</h1>
<p>The <b>CEILING.MATH</b> function is one of the math and trigonometry functions. It is used to round a number up to the nearest integer or to the nearest multiple of significance.</p>
<p>The <b>CEILING.MATH</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>CEILING.MATH(x [, [significance] [, [mode]])</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>x</em></b> is the number you wish to round up.</p>
<p style="text-indent: 50px;"><b><em>significance</em></b> is the multiple of significance you wish to round up to. It is an optional parameter. If it is omitted, the default value of 1 is used.</p>
<p style="text-indent: 50px;"><b><em>mode</em></b> specifies if negative numbers are rounded towards or away from zero. It is an optional parameter that does not affect positive numbers. If it is omitted or set to 0, negative numbers are rounded towards zero. If any other numeric value is specified, negative numbers are rounded away from zero.</p>
<p>The numeric values can be entered manually or included into the cell you make reference to.</p>
<p>To apply the <b>CEILING.MATH</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>Math and trigonometry</b> function group from the list,</li>
<li>click the <b>CEILING.MATH</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="CEILING.MATH Function" src="../images/ceilingmath.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>
<head>
<title>CEILING.PRECISE Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>CEILING.PRECISE Function</h1>
<p>The <b>CEILING.PRECISE</b> function is one of the math and trigonometry functions. It is used to return a number that is rounded up to the nearest integer or to the nearest multiple of significance. The number is always rounded up regardless of its sing.</p>
<p>The <b>CEILING.PRECISE</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>CEILING.PRECISE(x [, significance])</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>x</em></b> is the number you wish to round up.</p>
<p style="text-indent: 50px;"><b><em>significance</em></b> is the multiple of significance you wish to round up to. It is an optional parameter. If it is omitted, the default value of 1 is used. If it is set to zero, the function returns 0.</p>
<p>The numeric values can be entered manually or included into the cell you make reference to.</p>
<p>To apply the <b>CEILING.PRECISE</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>Math and trigonometry</b> function group from the list,</li>
<li>click the <b>CEILING.PRECISE</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="CEILING.PRECISE Function" src="../images/ceilingprecise.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<title>CHAR Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>CHAR Function</h1>
<p>The <b>CHAR</b> function is one of the text and data functions. Is used to return the ASCII character specified by a number.</p>
<p>The <b>CHAR</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>CHAR(number)</em></b></p>
<p>where <b><em>number</em></b> (from 1 to 255) is a data entered manually or included into the cell you make reference to.</p>
<p>To apply the <b>CHAR</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>Text and data</b> function group from the list,</li>
<li>click the <b>CHAR</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="CHAR Function" src="../images/char.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>
<head>
<title>CHIDIST Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>CHIDIST Function</h1>
<p>The <b>CHIDIST</b> function is one of the statistical functions. It is used to return the right-tailed probability of the chi-squared distribution.</p>
<p>The <b>CHIDIST</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>CHIDIST(x, deg-freedom)</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>x</em></b> is the value at which you want to evaluate the chi-squared distribution. A numeric value greater than or equal to 0.</p>
<p style="text-indent: 50px;"><b><em>deg-freedom</em></b> is the number of degrees of freedom. A numeric value greater than or equal to 1 but less than or equal to 10^10.</p>
<p>The values can be entered manually or included into the cells you make reference to.</p>
<p>To apply the <b>CHIDIST</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>CHIDIST</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="CHIDIST Function" src="../images/chidist.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>
<head>
<title>CHIINV Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>CHIINV Function</h1>
<p>The <b>CHIINV</b> function is one of the statistical functions. It is used to return the inverse of the right-tailed probability of the chi-squared distribution.</p>
<p>The <b>CHIINV</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>CHIINV(probability, deg-freedom)</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>probability</em></b> is the probability associated with the chi-squared distribution. A numeric value greater than 0 and less than 1.</p>
<p style="text-indent: 50px;"><b><em>deg-freedom</em></b> is the number of degrees of freedom. A numeric value greater than or equal to 1 but less than or equal to 10^10.</p>
<p>The values can be entered manually or included into the cells you make reference to.</p>
<p>To apply the <b>CHIINV</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>CHIINV</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="CHIINV Function" src="../images/chiinv.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>
<head>
<title>CHISQ.DIST.RT Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>CHISQ.DIST.RT Function</h1>
<p>The <b>CHISQ.DIST.RT</b> function is one of the statistical functions. It is used to return the right-tailed probability of the chi-squared distribution.</p>
<p>The <b>CHISQ.DIST.RT</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>CHISQ.DIST.RT(x, deg-freedom)</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>x</em></b> is the value at which you want to evaluate the chi-squared distribution. A numeric value greater than or equal to 0.</p>
<p style="text-indent: 50px;"><b><em>deg-freedom</em></b> is the number of degrees of freedom. A numeric value greater than or equal to 1 but less than or equal to 10^10.</p>
<p>The values can be entered manually or included into the cells you make reference to.</p>
<p>To apply the <b>CHISQ.DIST.RT</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>CHISQ.DIST.RT</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="CHISQ.DIST.RT Function" src="../images/chisq-dist-rt.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html>
<head>
<title>CHISQ.DIST Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>CHISQ.DIST Function</h1>
<p>The <b>CHISQ.DIST</b> function is one of the statistical functions. It is used to return the chi-squared distribution.</p>
<p>The <b>CHISQ.DIST</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>CHISQ.DIST(x, deg-freedom, cumulative)</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>x</em></b> is the value at which you want to evaluate the chi-squared distribution. A numeric value greater than or equal to 0.</p>
<p style="text-indent: 50px;"><b><em>deg-freedom</em></b> is the number of degrees of freedom. A numeric value greater than or equal to 1 but less than or equal to 10^10.</p>
<p style="text-indent: 50px;"><b><em>cumulative</em></b> is a logical value (TRUE or FALSE) that determines the function form. If it is TRUE, the function returns the cumulative distribution function. If it is FALSE, the function returns the probability density function.</p>
<p>The values can be entered manually or included into the cells you make reference to.</p>
<p>To apply the <b>CHISQ.DIST</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>CHISQ.DIST</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="CHISQ.DIST Function" src="../images/chisq-dist.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>
<head>
<title>CHISQ.INV.RT Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>CHISQ.INV.RT Function</h1>
<p>The <b>CHISQ.INV.RT</b> function is one of the statistical functions. It is used to return the inverse of the right-tailed probability of the chi-squared distribution.</p>
<p>The <b>CHISQ.INV.RT</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>CHISQ.INV.RT(probability, deg-freedom)</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>probability</em></b> is the probability associated with the chi-squared distribution. A numeric value greater than 0 and less than 1.</p>
<p style="text-indent: 50px;"><b><em>deg-freedom</em></b> is the number of degrees of freedom. A numeric value greater than or equal to 1 but less than or equal to 10^10.</p>
<p>The values can be entered manually or included into the cells you make reference to.</p>
<p>To apply the <b>CHISQ.INV.RT</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>CHISQ.INV.RT</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="CHISQ.INV.RT Function" src="../images/chisq-inv-rt.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>
<head>
<title>CHISQ.INV Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>CHISQ.INV Function</h1>
<p>The <b>CHISQ.INV</b> function is one of the statistical functions. It is used to return the inverse of the left-tailed probability of the chi-squared distribution.</p>
<p>The <b>CHISQ.INV</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>CHISQ.INV(probability, deg-freedom)</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>probability</em></b> is the probability associated with the chi-squared distribution. A numeric value greater than 0 and less than 1.</p>
<p style="text-indent: 50px;"><b><em>deg-freedom</em></b> is the number of degrees of freedom. A numeric value greater than or equal to 1 but less than or equal to 10^10.</p>
<p>The values can be entered manually or included into the cells you make reference to.</p>
<p>To apply the <b>CHISQ.INV</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>CHISQ.INV</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="CHISQ.INV Function" src="../images/chisq-inv.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html>
<head>
<title>CHOOSE Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>CHOOSE Function</h1>
<p>The <b>CHOOSE</b> function is one of the lookup and reference functions. It is used to return a value from a list of values based on a specified index (position).</p>
<p>The <b>CHOOSE</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>CHOOSE(index, argument-list)</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>index</em></b> is the position of the value in the <b><em>argument-list</em></b>, a numeric value greater than or equal to 1 but less than the number of the number of values in the <b><em>argument-list</em></b>,</p>
<p style="text-indent: 50px;"><b><em>argument-list</em></b> is the list of values or the selected range of cells you need to analyze.</p>
<p>To apply the <b>CHOOSE</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>CHOOSE</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="CHOOSE Function" src="../images/choose.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<title>CLEAN Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>CLEAN Function</h1>
<p>The <b>CLEAN</b> function is one of the text and data functions. Is used to remove all the nonprintable characters from the selected string.</p>
<p>The <b>CLEAN</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>CLEAN(string)</em></b></p>
<p>where <b><em>string</em></b> is a string with nonprintable characters you need to remove, data included into the cell you make reference to.</p>
<p>To apply the <b>CLEAN</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>Text and data</b> function group from the list,</li>
<li>click the <b>CLEAN</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="CLEAN Function" src="../images/clean.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html>
<head>
<title>CODE Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>CODE Function</h1>
<p>The <b>CODE</b> function is one of the text and data functions. Is used to return the ASCII value of the specified character or the first character in a cell.</p>
<p>The <b>CODE</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>CODE(string)</em></b></p>
<p>where <b><em>string</em></b> is a data entered manually or included into the cell you make reference to.</p>
<p>To apply the <b>CODE</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>Text and data</b> function group from the list,</li>
<li>click the <b>CODE</b> function,</li>
<li>enter the required argument,
<p class="note"><b>Note</b>: the CODE function is <b>case-sensitive</b>.</p>
</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="CODE Function" src="../images/code.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<title>COLUMN Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>COLUMN Function</h1>
<p>The <b>COLUMN</b> function is one of the lookup and reference functions. It is used to return the column number of a cell.</p>
<p>The <b>COLUMN</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>COLUMN([reference])</em></b></p>
<p>where <b><em>reference</em></b> is a reference to a cell.</p>
<p class="note"><b>Note</b>: <b><em>reference</em></b> is an optional argument. If it is omitted, the function will return the column number of a cell selected to display the <b>Column</b> function result. </p>
<p>To apply the <b>COLUMN</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>COLUMN</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="COLUMN Function" src="../images/column.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<title>COLUMNS Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>COLUMNS Function</h1>
<p>The <b>COLUMNS</b> function is one of the lookup and reference functions. It is used to return the number of columns in a cell reference.</p>
<p>The <b>COLUMNS</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>COLUMNS(array)</em></b></p>
<p>where <b><em>array</em></b> is a reference to a range of cells.</p>
<p>To apply the <b>COLUMNS</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>COLUMNS</b> function,</li>
<li>select a range of cells with the mouse or enter it manually, like this A1:B2,</li>
<li>press the <b>Enter</b> button.</li>
</ol>
<p>The result will be displayed in the selected cell.</p>
<p style="text-indent: 150px;"><img alt="COLUMNS Function" src="../images/columns.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>
<head>
<title>COMBIN Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>COMBIN Function</h1>
<p>The <b>COMBIN</b> function is one of the math and trigonometry functions. It is used to return the number of combinations for a specified number of items.</p>
<p>The <b>COMBIN</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>COMBIN(number, number-chosen)</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>number</em></b> is a number of items, a numeric value greater than or equal to 0.</p>
<p style="text-indent: 50px;"><b><em>number-chosen</em></b> is a number of items in a combination, a numeric value greater than or equal to 0 but less than <b><em>number</em></b>.</p>
<p>The numeric values can be entered manually or included into the cells you make reference to.</p>
<p>To apply the <b>COMBIN</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>Math and trigonometry</b> function group from the list,</li>
<li>click the <b>COMBIN</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="COMBIN Function" src="../images/combin.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>
<head>
<title>COMBINA Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>COMBINA Function</h1>
<p>The <b>COMBINA</b> function is one of the math and trigonometry functions. It is used to return the number of combinations (with repetitions) for a given number of items.</p>
<p>The <b>COMBINA</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>COMBINA(number, number-chosen)</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>number</em></b> is the total number of items, a numeric value greater than or equal to 0.</p>
<p style="text-indent: 50px;"><b><em>number-chosen</em></b> is a number of items in a combination, a numeric value greater than or equal to 0 but less than <b><em>number</em></b>.</p>
<p>The numeric values can be entered manually or included into the cells you make reference to.</p>
<p>To apply the <b>COMBINA</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>Math and trigonometry</b> function group from the list,</li>
<li>click the <b>COMBINA</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="COMBINA Function" src="../images/combina.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html>
<head>
<title>COMPLEX Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>COMPLEX Function</h1>
<p>The <b>COMPLEX</b> function is one of the engineering functions. It is used to convert a real part and an imaginary part into the complex number expressed in a + bi or a + bj form.</p>
<p>The <b>COMPLEX</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>COMPLEX(real-number, imaginary-number [, suffix])</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>real-number</em></b> is the real part of the complex number.</p>
<p style="text-indent: 50px;"><b><em>imaginary-number</em></b> is the imaginary part of the complex number.</p>
<p style="text-indent: 50px;"><b><em>suffix</em></b> is an indicator of the imaginary part of the complex number. It can be either "i" or "j" in lowercase. It is an optional argument. If it is omitted, the function will assume <b><em>suffix</em></b> to be "i".</p>
<p>The values can be entered manually or included into the cell you make reference to.</p>
<p>To apply the <b>COMPLEX</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>Engineering</b> function group from the list,</li>
<li>click the <b>COMPLEX</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="COMPLEX Function" src="../images/complex.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html>
<head>
<title>CONCAT Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>CONCAT Function</h1>
<p>The <b>CONCAT</b> function is one of the text and data functions. Is used to combine the data from two or more cells into a single one. This function replaces the <b>CONCATENATE</b> function. </p>
<p>The <b>CONCAT</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>CONCAT(text1, text2, ...)</em></b></p>
<p>where <b><em>text1(2)</em></b> is up to 265 data values entered manually or included into the cells you make reference to.</p>
<p>To apply the <b>CONCAT</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>Text and data</b> function group from the list,</li>
<li>click the <b>CONCAT</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 three arguments: <em>text1</em> = <b>A1</b> (John), <em>text2</em> = <b>" "</b> (space), <em>text3</em> = <b>B1</b> (Adams). So the function will combine the first name, the space and the last name into one cell and return the result <b>John Adams</b>.</p>
<p style="text-indent: 150px;"><img alt="CONCAT Function" src="../images/concat.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html>
<head>
<title>CONCATENATE Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>CONCATENATE Function</h1>
<p>The <b>CONCATENATE</b> function is one of the text and data functions. Is used to combine the data from two or more cells into a single one.</p>
<p>The <b>CONCATENATE</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>CONCATENATE(text1, text2, ...)</em></b></p>
<p>where <b><em>text1(2)</em></b> is up to 265 data values entered manually or included into the cells you make reference to.</p>
<p>To apply the <b>CONCATENATE</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>Text and data</b> function group from the list,</li>
<li>click the <b>CONCATENATE</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 three arguments: <em>text1</em> = <b>A1</b> (John), <em>text2</em> = <b>" "</b> (space), <em>text3</em> = <b>B1</b> (Adams). So the function will combine the first name, the space and the last name into one cell and return the result <b>John Adams</b>.</p>
<p style="text-indent: 150px;"><img alt="CONCATENATE Function" src="../images/concatenate.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html>
<head>
<title>CONFIDENCE.NORM Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>CONFIDENCE.NORM Function</h1>
<p>The <b>CONFIDENCE.NORM</b> function is one of the statistical functions. It is used to return the confidence interval for a population mean, using a normal distribution.</p>
<p>The <b>CONFIDENCE.NORM</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>CONFIDENCE.NORM(alpha, standard-dev, size)</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>alpha</em></b> is the significance level used to compute the confidence level, a numeric value greater than 0 but less than 1.</p>
<p style="text-indent: 50px;"><b><em>standard-dev</em></b> is the population standard deviation, a numeric value greater than 0.</p>
<p style="text-indent: 50px;"><b><em>size</em></b> is the sample size, a numeric value greater than or equal to 1.</p>
<p>The numeric values can be entered manually or included into the cells you make reference to.</p>
<p>To apply the <b>CONFIDENCE.NORM</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>CONFIDENCE.NORM</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="CONFIDENCE.NORM Function" src="../images/confidence-norm.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html>
<head>
<title>CONFIDENCE.T Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>CONFIDENCE.T Function</h1>
<p>The <b>CONFIDENCE.T</b> function is one of the statistical functions. It is used to return the confidence interval for a population mean, using a Student's t distribution.</p>
<p>The <b>CONFIDENCE.T</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>CONFIDENCE.T(alpha, standard-dev, size)</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>alpha</em></b> is the significance level used to compute the confidence level, a numeric value greater than 0 but less than 1.</p>
<p style="text-indent: 50px;"><b><em>standard-dev</em></b> is the population standard deviation, a numeric value greater than 0.</p>
<p style="text-indent: 50px;"><b><em>size</em></b> is the sample size, a numeric value greater than 1.</p>
<p>The numeric values can be entered manually or included into the cells you make reference to.</p>
<p>To apply the <b>CONFIDENCE.T</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>CONFIDENCE.T</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="CONFIDENCE.T Function" src="../images/confidence-t.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html>
<head>
<title>CONFIDENCE Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>CONFIDENCE Function</h1>
<p>The <b>CONFIDENCE</b> function is one of the statistical functions. It is used to return the confidence interval.</p>
<p>The <b>CONFIDENCE</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>CONFIDENCE(alpha, standard-dev, size)</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>alpha</em></b> is the significance level used to compute the confidence level, a numeric value greater than 0 but less than 1.</p>
<p style="text-indent: 50px;"><b><em>standard-dev</em></b> is the population standard deviation, a numeric value greater than 0.</p>
<p style="text-indent: 50px;"><b><em>size</em></b> is the sample size, a numeric value greater than or equal to 1.</p>
<p>The numeric values can be entered manually or included into the cells you make reference to.</p>
<p>To apply the <b>CONFIDENCE</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>CONFIDENCE</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="CONFIDENCE Function" src="../images/confidence.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<title>CORREL Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>CORREL Function</h1>
<p>The <b>CORREL</b> function is one of the statistical functions. It is used to analyze the range of data and return the correlation coefficient of two range of cells.</p>
<p>The <b>CORREL</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>CORREL(array-1, array-2)</em></b></p>
<p>where <b><em>array-1(2)</em></b> is the selected range of cells with the same number of elements.</p>
<p class="note"><b>Note</b>: if <b><em>array-1(2)</em></b> contains text, logical values, or empty cells, the function will ignore those values, but treat the cells with the zero values.</p>
<p>To apply the <b>CORREL</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>CORREL</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="CORREL Function" src="../images/correl.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<title>COS Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>COS Function</h1>
<p>The <b>COS</b> function is one of the math and trigonometry functions. It is used to return the cosine of an angle.</p>
<p>The <b>COS</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>COS(x)</em></b></p>
<p>where <b><em>x</em></b> is a numeric value entered manually or included into the cell you make reference to.</p>
<p>To apply the <b>COS</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>Math and trigonometry</b> function group from the list,</li>
<li>click the <b>COS</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="COS Function" src="../images/cos.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<title>COSH Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>COSH Function</h1>
<p>The <b>COSH</b> function is one of the math and trigonometry functions. It is used to return the hyperbolic cosine of a number.</p>
<p>The <b>COSH</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>COSH(x)</em></b></p>
<p>where <b><em>x</em></b> is any numeric value entered manually or included into the cell you make reference to.</p>
<p>To apply the <b>COSH</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>Math and trigonometry</b> function group from the list,</li>
<li>click the <b>COSH</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="COSH Function" src="../images/cosh.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<title>COT Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>COT Function</h1>
<p>The <b>COT</b> function is one of the math and trigonometry functions. It is used to return the cotangent of an angle specified in radians.</p>
<p>The <b>COT</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>COT(x)</em></b></p>
<p>where <b><em>x</em></b> is the angle in radians that you wish to calculate the cotangent of. A numeric value entered manually or included into the cell you make reference to. Its absolute value must be less than 2^27.</p>
<p>To apply the <b>COT</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>Math and trigonometry</b> function group from the list,</li>
<li>click the <b>COT</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="COT Function" src="../images/cot.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<title>COTH Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>COTH Function</h1>
<p>The <b>COTH</b> function is one of the math and trigonometry functions. It is used to return the hyperbolic cotangent of a hyperbolic angle.</p>
<p>The <b>COTH</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>COTH(x)</em></b></p>
<p>where <b><em>x</em></b> is the angle in radians that you wish to calculate the hyperbolic cotangent of. A numeric value entered manually or included into the cell you make reference to. Its absolute value must be less than 2^27.</p>
<p>To apply the <b>COTH</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>Math and trigonometry</b> function group from the list,</li>
<li>click the <b>COTH</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="COTH Function" src="../images/coth.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<title>COUNT Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>COUNT Function</h1>
<p>The <b>COUNT</b> function is one of the statistical functions. It is used to count the number of the selected cells which contain numbers ignoring empty cells or those contaning text.</p>
<p>The <b>COUNT</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>COUNT(argument-list)</em></b></p>
<p>where <b><em>argument-list</em></b> is a range of cells you wish to count.</p>
<p>To apply the <b>COUNT</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>COUNT</b> function,</li>
<li>enter the required arguments separating them by commas or select a range of cells with the mouse,</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="COUNT Function" src="../images/count.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<title>COUNTA Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>COUNTA Function</h1>
<p>The <b>COUNTA</b> function is one of the statistical functions. It is used to analyze the range of cells and count the number of cells that are not empty.</p>
<p>The <b>COUNTA</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>COUNTA(argument-list)</em></b></p>
<p>where <b><em>argument-list</em></b> is a range of cells you wish to count.</p>
<p>To apply the <b>COUNTA</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>COUNTA</b> function,</li>
<li>enter the required arguments separating them by commas or select a range of cells with the mouse,</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="COUNTA Function" src="../images/counta.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<title>COUNTBLANK Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>COUNTBLANK Function</h1>
<p>The <b>COUNTBLANK</b> function is one of the statistical functions. It is used to analyze the range of cells and return the number of the empty cells.</p>
<p>The <b>COUNTBLANK</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>COUNTBLANK(argument-list)</em></b></p>
<p>where <b><em>argument-list</em></b> is a range of cells you wish to count.</p>
<p>To apply the <b>COUNTBLANK</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>COUNTBLANK</b> function,</li>
<li>enter the required arguments separating them by commas or select a range of cells with the mouse,</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="COUNTBLANK Function" src="../images/countblank.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>
<head>
<title>COUNTIF Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>COUNTIF Function</h1>
<p>The <b>COUNTIF</b> function is one of the statistical functions. It is used to count the number of the selected cells based on the specified criterion.</p>
<p>The <b>COUNTIF</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>COUNTIF(cell-range, selection-criteria)</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>cell-range</em></b> is the selected range of cells you wish to count applying the specified criterion,</p>
<p style="text-indent: 50px;"><b><em>selection-criteria</em></b> is a criterion you wish to apply entered manually or included into the cell you make reference to.</p>
<p class="note"><b>Note</b>: <b><em>selection-criteria</em></b> can include the wildcard characters — 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>COUNTIF</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>COUNTIF</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="COUNTIF Function" src="../images/countif.png" /></p>
</div>
</body>
</html>

View File

@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html>
<head>
<title>COUNTIFS Function</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>COUNTIFS Function</h1>
<p>The <b>COUNTIFS</b> function is one of the statistical functions. It is used to count the number of the selected cells based on multiple criteria.</p>
<p>The <b>COUNTIFS</b> function syntax is:</p>
<p style="text-indent: 150px;"><b><em>COUNTIFS(criteria-range-1, criteria-1, [criteria-range-2, criteria-2], ...)</em></b></p>
<p><em>where</em></p>
<p style="text-indent: 50px;"><b><em>criteria-range-1</em></b> is the first selected range of cells to apply the <em>criteria-1</em> to. It is a required argument.</p>
<p style="text-indent: 50px;"><b><em>criteria-1</em></b> is the first condition that must be met. It is applied to the <em>criteria-range-1</em> and used to determine the cells in the <em>criteria-range-1</em> to count. It can be a value entered manually or included into the cell you make reference to. It is a required argument.</p>
<p style="text-indent: 50px;"><b><em>criteria-range-2, criteria-2, ...</em></b> are additional ranges of cells and their corresponding criteria. These arguments are optional. You can add up to 127 ranges and corresponding criteria.</p>
<p class="note"><b>Note</b>: you can use wildcard characters when specifying criteria. The question mark "?" can replace any single character and the asterisk "*" can be used instead of any number of characters. If you want to find a question mark or asterisk, type a tilde (~) before the character.</p>
<p>To apply the <b>COUNTIFS</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>COUNTIFS</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="COUNTIFS Function" src="../images/countifs.png" /></p>
</div>
</body>
</html>

Some files were not shown because too many files have changed in this diff Show More