Edit several pages, remove unnecessary page

This commit is contained in:
Svetlana Maleeva 2023-08-11 16:21:25 +03:00
parent 7230e910ee
commit a0d33ab42c
7 changed files with 119 additions and 150 deletions

View File

@ -1,42 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>ZW-Funktion</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Suche" type="text" onkeypress="doSearch(event)">
</div>
<h1>ZW-Funktion</h1>
<p>Die Funktion <b>ZW</b> gehört zur Gruppe der Finanzmathematischen Funktionen. Sie gibt den zukünftigen Wert (Endwert) einer Investition zurück, basierend auf einem bestimmten Zinssatz und regelmäßigen, konstanten Zahlungen.</p>
<p>Die Formelsyntax der Funktion <b>ZW</b> ist:</p>
<p style="text-indent: 150px;"><b><em>ZW(Zins;Zzr;Rmz;[Bw];[F])</em></b></p>
<p><em>Dabei gilt:</em></p>
<p style="text-indent: 50px;"><b><em>Zins</em></b> ist die Effektivverzinsung für die Investition.</p>
<p style="text-indent: 50px;"><b><em>Zzr</em></b> ist die Gesamtanzahl der Zahlungszeiträume für die Investition.</p>
<p style="text-indent: 50px;"><b><em>Rmz</em></b> ist der Zahlungsbetrag.</p>
<p style="text-indent: 50px;"><b><em>Bw</em></b> ist der Barwert oder der heutige Gesamtwert einer Reihe zukünftiger Zahlungen. Dieses Argument ist optional. Fehlt das Argument <b><em>Bw</em></b>, wird es als 0 (Null) angenommen.</p>
<p style="text-indent: 50px;"><b><em>F</em></b> gibt an, wann die Zahlungen fällig sind. Dieses Argument ist optional. Fehlt das Argument oder ist auf 0 festgelegt, nimmt die Funktion an, dass die Zahlungen am Ende der Periode fällig sind. Ist <b><em>F</em></b> mit 1 angegeben, sind die Zahlungen zum Anfang der Periode fällig.</p>
<p class="note"><b>Hinweis:</b> Für alle Argumente gilt, dass Geldbeträge, die Sie auszahlen (zum Beispiel Spareinlagen), durch negative Zahlen und Geldbeträge, die Sie einnehmen (zum Beispiel Dividenden), durch positive Zahlen dargestellt werden.</p>
<p>Die nummerischen Werte werden manuell eingegeben oder sind in die Zelle eingeschlossen, auf die Sie Bezug nehmen.</p>
<p>Anwendung der Funktion <b>ZW</b>:</p>
<ol>
<li>Wählen Sie die gewünschte Zelle für die Ergebnisanzeige aus.</li>
<li>Klicken Sie auf das Symbol <b>Funktion einfügen</b> <div class = "icon icon-insertfunction"></div> auf der oberen Symbolleiste <br />oder klicken Sie mit der rechten Maustaste in die gewünschte Zelle und wählen Sie die Option <b>Funktion einfügen</b> aus dem Kontextenü aus <br />oder klicken Sie auf das Symbol <div class = "icon icon-function"></div> auf der Formelleiste.</li>
<li>Wählen Sie die Gruppe <b>Finanzmathematische</b> Funktionen aus der Liste aus.</li>
<li>Klicken Sie auf die Funktion <b>ZW</b>.</li>
<li>Geben Sie die erforderlichen Argumente ein und trennen Sie diese durch Kommas.</li>
<li>Drücken Sie die <b>Eingabetaste</b>.</li>
</ol>
<p>Das Ergebnis wird in der gewählten Zelle angezeigt.</p>
<p style="text-indent: 150px;"><img alt="ZW-Funktion" src="../images/fv.png" /></p>
</div>
</body>
</html>

View File

@ -85,7 +85,7 @@
</tr>
</table>
<h3>Notes</h3>
<p class="note"><b>Note:</b> dates must be entered by using the DATE function.</p>
<p>Dates must be entered by using the DATE function.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>ACCRINT</b> function.</p>
<h3>Examples</h3>
<p>The figure below displays the result returned by the <b>ACCRINT</b> function.</p>

View File

@ -73,7 +73,7 @@
</tr>
</table>
<h3>Notes</h3>
<p class="note"><b>Note:</b> dates must be entered by using the DATE function.</p>
<p>Dates must be entered by using the DATE function.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>ACCRINTM</b> function.</p>
<h3>Examples</h3>
<p>The figure below displays the result returned by the <b>ACCRINTM</b> function.</p>

View File

@ -18,12 +18,34 @@
<p>The <b>AGGREGATE</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#mathtrigonometry" onclick="onhyperlinkclick(this)">math and trigonometry functions</a>. The function is used to return an aggregate in a list or database. The <b>AGGREGATE</b> function can apply different aggregate functions to a list or database with the option to ignore hidden rows and error values.</p>
<h3>Syntax</h3>
<p><b><em>AGGREGATE(function_num, options, ref1, [ref2], ...)</em></b></p>
<p><em>where</em></p>
<p><b><em>function_num</em></b> is a numeric value that specifies which function to use. The possible values are listed in the table below.</p>
<p>The <b>AGGREGATE</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<td><b>function_num<br /></b></td>
<td><b>Function</b></td>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>function_num</em></b></td>
<td>A numeric value that specifies which function to use. The possible values are listed in the table below.</td>
</tr>
<tr>
<td><b><em>options</em></b></td>
<td>A numeric value that specifies which values should be ignored. The possible values are listed in the table below.</td>
</tr>
<tr>
<td><b><em>ref1</em></b></td>
<td>The first numeric value for which you want the aggregate value.</td>
</tr>
<tr>
<td><b><em>ref2</em></b></td>
<td>Up to 253 numeric values or a reference to the cell range containing the values for which you want the aggregate value. It is an optional argument.</td>
</tr>
</table>
<p>The <b><em>function_num</em></b> argument can be one of the following:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>function_num</b></th>
<th style="background-color: #f4f4f4"><b>Function</b></th>
</tr>
<tr>
<td>1</td>
@ -102,11 +124,11 @@
<td><a href="../Functions/quartile-exc.htm" onclick="onhyperlinkclick(this)">QUARTILE.EXC</a></td>
</tr>
</table>
<p><b><em>options</em></b> is a numeric value that specifies which values should be ignored. The possible values are listed in the table below.</p>
<p>The <b><em>options</em></b> argument can be one of the following:</p>
<table style="width: 40%">
<tr>
<td><b>Numeric value<br /></b></td>
<td><b>Behavior</b></td>
<th style="background-color: #f4f4f4"><b>Numeric value</b></th>
<th style="background-color: #f4f4f4"><b>Behavior</b></th>
</tr>
<tr>
<td>0 or omitted</td>
@ -140,13 +162,13 @@
<td>7</td>
<td>Ignore hidden rows and error values</td>
</tr>
</table>
<p><b><em>ref1(2)</em></b> is up to 253 numeric values or a reference to the cell range containing the values for which you want the aggregate value.</p>
<p class="note"><b>Note:</b> if you want to use one of the following functions: <a href="../Functions/large.htm" onclick="onhyperlinkclick(this)">LARGE</a>, <a href="../Functions/small.htm" onclick="onhyperlinkclick(this)">SMALL</a>, <a href="../Functions/percentile-inc.htm" onclick="onhyperlinkclick(this)">PERCENTILE.INC</a>, <a href="../Functions/quartile-inc.htm" onclick="onhyperlinkclick(this)">QUARTILE.INC</a>, <a href="../Functions/percentile-exc.htm" onclick="onhyperlinkclick(this)">PERCENTILE.EXC</a>, or <a href="../Functions/quartile-exc.htm" onclick="onhyperlinkclick(this)">QUARTILE.EXC</a>, <b><em>ref1</em></b> must be a reference to the cell range and <b><em>ref2</em></b> must be the second argument that is required for these functions (<b><em>k</em></b> or <b><em>quart</em></b>).</p>
</table>
<h3>Notes</h3>
<p> If you want to use one of the following functions: <a href="../Functions/large.htm" onclick="onhyperlinkclick(this)">LARGE</a>, <a href="../Functions/small.htm" onclick="onhyperlinkclick(this)">SMALL</a>, <a href="../Functions/percentile-inc.htm" onclick="onhyperlinkclick(this)">PERCENTILE.INC</a>, <a href="../Functions/quartile-inc.htm" onclick="onhyperlinkclick(this)">QUARTILE.INC</a>, <a href="../Functions/percentile-exc.htm" onclick="onhyperlinkclick(this)">PERCENTILE.EXC</a>, or <a href="../Functions/quartile-exc.htm" onclick="onhyperlinkclick(this)">QUARTILE.EXC</a>, <b><em>ref1</em></b> must be a reference to the cell range and <b><em>ref2</em></b> must be the second argument that is required for these functions (<b><em>k</em></b> or <b><em>quart</em></b>).</p>
<table style="width: 40%">
<tr>
<td><b>Function<br /></b></td>
<td><b>Syntax</b></td>
<th style="background-color: #f4f4f4"><b>Function</b></th>
<th style="background-color: #f4f4f4"><b>Syntax</b></th>
</tr>
<tr>
<td><a href="../Functions/large.htm" onclick="onhyperlinkclick(this)">LARGE</a></td>
@ -173,7 +195,6 @@
<td>QUARTILE.EXC(array, quart)</td>
</tr>
</table>
<h3>Notes</h3>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>AGGREGATE</b> function.</p>
<h3>Examples</h3>
<p>The figure below displays the result returned by the <b>AGGREGATE</b> function when the <b>SUM</b> function is applied.</p>

View File

@ -17,19 +17,47 @@
<h1>AMORDEGRC Function</h1>
<p>The <b>AMORDEGRC</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#financial" onclick="onhyperlinkclick(this)">financial functions</a>. It is used to calculate the depreciation of an asset for each accounting period using a degressive depreciation method.</p>
<h3>Syntax</h3>
<p><b><em>AMORDEGRC(cost, date-purchased, first-period, salvage, period, rate[, [basis]])</em></b></p>
<p><em>where</em></p>
<p><b><em>cost</em></b> is the cost of the asset.</p>
<p><b><em>date-purchased</em></b> is the date when asset is purchased.</p>
<p><b><em>first-period</em></b> is the date when the first period ends.</p>
<p><b><em>salvage</em></b> is the salvage value of the asset at the end of its lifetime.</p>
<p><b><em>period</em></b> is the period you wish to calculate depreciation for.</p>
<p><b><em>rate</em></b> is the rate of depreciation.</p>
<p><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>
<p><b><em>AMORDEGRC(cost, date_purchased, first_period, salvage, period, rate, [basis])</em></b></p>
<p>The <b>AMORDEGRC</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<td><b>Numeric value</b></td>
<td><b>Count basis</b></td>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>cost</em></b></td>
<td>The cost of the asset.</td>
</tr>
<tr>
<td><b><em>date_purchased</em></b></td>
<td>The date when asset is purchased.</td>
</tr>
<tr>
<td><b><em>first_period</em></b></td>
<td>The date when the first period ends.</td>
</tr>
<tr>
<td><b><em>salvage</em></b></td>
<td>The salvage value of the asset at the end of its lifetime.</td>
</tr>
<tr>
<td><b><em>period</em></b></td>
<td>The period you wish to calculate depreciation for.</td>
</tr>
<tr>
<td><b><em>rate</em></b></td>
<td>The rate of depreciation.</td>
</tr>
<tr>
<td><b><em>basis</em></b></td>
<td>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. Possible values are listed in the table below.</td>
</tr>
</table>
<p>The <b><em>basis</em></b> argument can be one of the following:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Numeric value</b></th>
<th style="background-color: #f4f4f4"><b>Count basis</b></th>
</tr>
<tr>
<td>0</td>
@ -53,19 +81,8 @@
</tr>
</table>
<h3>Notes</h3>
<p class="note"><b>Note:</b> dates must be entered by using the DATE function.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> 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> <div class = "icon icon-insertfunction"></div> icon situated at the top toolbar,
<br />or right-click within a selected cell and select the <b>Insert Function</b> option from the menu,
<br />or click the <div class = "icon icon-function"></div> icon situated at the formula bar,
</li>
<li>select the <b>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>Dates must be entered by using the DATE function.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>AMORDEGRC</b> function.</p>
<h3>Examples</h3>
<p><img alt="AMORDEGRC Function" src="../images/amordegrc.png" /></p>
</div>

View File

@ -1,45 +0,0 @@
<!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" />
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="search" onkeypress="doSearch(event)">
</div>
<h1>FV Function</h1>
<p>The <b>FV</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#financial" onclick="onhyperlinkclick(this)">financial functions</a>. It is used to calculate the future value of an investment based on a specified interest rate and a constant payment schedule.</p>
<h3>Syntax</h3>
<p><b><em>FV(rate, nper, pmt [, [pv] [,[type]]])</em></b></p>
<p><em>where</em></p>
<p><b><em>rate</em></b> is the interest rate for the investment.</p>
<p><b><em>nper</em></b> is a number of payments.</p>
<p><b><em>pmt</em></b> is a payment amount.</p>
<p><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><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>
<h3>Notes</h3>
<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><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> 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> <div class = "icon icon-insertfunction"></div> icon situated at the top toolbar,
<br />or right-click within a selected cell and select the <b>Insert Function</b> option from the menu,
<br />or click the <div class = "icon icon-function"></div> icon situated at the formula bar,
</li>
<li>select the <b>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>
<h3>Examples</h3>
<p><img alt="FV Function" src="../images/fv.png" /></p>
</div>
</body>
</html>

View File

@ -17,19 +17,47 @@
<h1>AMORLINC Function</h1>
<p>The <b>AMORLINC</b> function is one of the <a href="../UsageInstructions/InsertFunction.htm#financial" onclick="onhyperlinkclick(this)">financial functions</a>. It is used to calculate the depreciation of an asset for each accounting period using a linear depreciation method.</p>
<h3>Syntax</h3>
<p><b><em>AMORLINC(cost, date-purchased, first-period, salvage, period, rate[, [basis]])</em></b></p>
<p><em>where</em></p>
<p><b><em>cost</em></b> is the cost of the asset.</p>
<p><b><em>date-purchased</em></b> is the date when asset is purchased.</p>
<p><b><em>first-period</em></b> is the date when the first period ends.</p>
<p><b><em>salvage</em></b> is the salvage value of the asset at the end of its lifetime.</p>
<p><b><em>period</em></b> is the period you wish to calculate depreciation for.</p>
<p><b><em>rate</em></b> is the rate of depreciation.</p>
<p><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>
<p><b><em>AMORLINC(cost, date_purchased, first_period, salvage, period, rate, [basis])</em></b></p>
<p>The <b>AMORLINC</b> function has the following arguments:</p>
<table style="width: 40%">
<tr>
<td><b>Numeric value</b></td>
<td><b>Count basis</b></td>
<th style="background-color: #f4f4f4"><b>Argument</b></th>
<th style="background-color: #f4f4f4"><b>Description</b></th>
</tr>
<tr>
<td><b><em>cost</em></b></td>
<td>The cost of the asset.</td>
</tr>
<tr>
<td><b><em>date_purchased</em></b></td>
<td>The date when asset is purchased.</td>
</tr>
<tr>
<td><b><em>first_period</em></b></td>
<td>The date when the first period ends.</td>
</tr>
<tr>
<td><b><em>salvage</em></b></td>
<td>The salvage value of the asset at the end of its lifetime.</td>
</tr>
<tr>
<td><b><em>period</em></b></td>
<td>The period you wish to calculate depreciation for.</td>
</tr>
<tr>
<td><b><em>rate</em></b></td>
<td>The rate of depreciation.</td>
</tr>
<tr>
<td><b><em>basis</em></b></td>
<td>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. Possible values are listed in the table below.</td>
</tr>
</table>
<p>The <b><em>basis</em></b> argument can be one of the following:</p>
<table style="width: 40%">
<tr>
<th style="background-color: #f4f4f4"><b>Numeric value</b></th>
<th style="background-color: #f4f4f4"><b>Count basis</b></th>
</tr>
<tr>
<td>0</td>
@ -53,20 +81,10 @@
</tr>
</table>
<h3>Notes</h3>
<p class="note"><b>Note:</b> dates must be entered by using the DATE function.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> 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> <div class = "icon icon-insertfunction"></div> icon situated at the top toolbar,
<br />or right-click within a selected cell and select the <b>Insert Function</b> option from the menu,
<br />or click the <div class = "icon icon-function"></div> icon situated at the formula bar,
</li>
<li>select the <b>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> Dates must be entered by using the DATE function.</p>
<p><a href="../UsageInstructions/InsertFunction.htm#applyfunction" onclick="onhyperlinkclick(this)">How to apply</a> the <b>AMORLINC</b> function.</p>
<h3>Examples</h3>
<p>The figure below displays the result returned by the <b>AMORLINC</b> function.</p>
<p><img alt="AMORLINC Function" src="../images/amorlinc.png" /></p>
</div>
</body>