Files
web-apps/apps/spreadsheeteditor/main/resources/help/de/UsageInstructions/InsertFunction.htm
svetlana maleeva 8c4252e627 Update help
2024-11-07 17:54:29 +03:00

149 lines
52 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Funktionen einfügen</title>
<meta charset="utf-8" />
<meta name="description" content="Insert function to perform basic calculations" />
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/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="../../../../../../common/main/resources/help/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>Funktionen einfügen</h1>
<p>Die Möglichkeit grundlegende Berechnungen durchzuführen ist der eigentliche Hauptgrund für die Verwendung einer <a href="https://www.onlyoffice.com/de/spreadsheet-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Tabellenkalkulation</b></a>. Wenn Sie einen Zellbereich in Ihrer Tabelle auswählen, werden einige Berechnungen bereits automatisch ausgeführt:</p>
<ul>
<li><b>MITTELWERT</b> analysiert den ausgewählte Zellbereich und ermittelt den Durchschnittswert.</li>
<li><b>ANZAHL</b> gibt die Anzahl der ausgewählten Zellen wieder, wobei leere Zellen ignoriert werden.</li>
<li><b>MIN</b> gibt den kleinsten Wert in einer Liste mit Argumenten zurück.</li>
<li><b>MAX</b> gibt den größten Wert in einer Liste mit Argumenten zurück.</li>
<li><b>SUMME</b> gibt die SUMME der markierten Zellen wieder, wobei leere Zellen oder Zellen mit Text ignoriert werden.</li>
</ul>
<p>Die Ergebnisse dieser automatisch durchgeführten Berechnungen werden in der unteren rechten Ecke der Statusleiste angezeigt.</p>
<p><img alt="Grundfunktionen" src="../images/basiccalculations.png" /></p>
<p>Um andere Berechnungen durchzuführen, können Sie die gewünschte Formel mit den üblichen mathematischen Operatoren manuell einfügen oder eine vordefinierte Formel verwenden - <b>Funktion</b>.</p>
<p>Die Möglichkeiten zum Arbeiten mit <b>Funktionen</b> sind sowohl über die Registerkarten <b>Startseite</b> als auch <b>Formel</b> oder durch Drücken der Tastenkombination <em>Umschalt+F3</em> verfügbar. Auf der Registerkarte <b>Startseite</b> können Sie die Schaltfläche <b>Funktion einfügen</b> <span class="icon icon-insertfunction"></span> verwenden. Fügen Sie eine der am häufigsten verwendeten Funktionen hinzu (SUMME, MITTELWERT, MIN, MAX, ANZAHL) oder öffnen Sie das Fenster <b>Funktion einfügen</b>, das alle verfügbaren Funktionen nach Kategorien sortiert enthält. Verwenden Sie das Suchfeld, um die genaue Funktion anhand ihres Namens zu finden.</p>
<p><img alt="Insert Function" src="../images/insertfunctionwindow.png" /></p>
<p>Auf der Registerkarte <b>Formel</b> können Sie die folgenden Schaltflächen verwenden: </p>
<p><img alt="Formula tab" src="../images/interface/formulatab.png" /></p>
<ul>
<li><b>Formel</b>, um das Fenster <b>Funktion einfügen</b> zu öffnen, das alle verfügbaren Funktionen nach Kategorien sortiert enthält.</li>
<li><b>AutoSumme</b>, um schnell auf die Funktionen SUMME, MIN, MAX, ANZAHL zuzugreifen. Wenn Sie eine Funktion aus dieser Gruppe auswählen, werden automatisch Berechnungen für alle Zellen in der Spalte über der ausgewählten Zelle durchgeführt, sodass Sie keine Argumente eingeben müssen.</li>
<li><b>Zuletzt verwendet</b>, um schnell auf 10 zuletzt verwendete Funktionen zuzugreifen.</li>
<li><b>Finanzmathematik</b>, <b>Logisch</b>, <b>Text und Daten</b>, <b>Datum und Uhrzeit</b>, <b>Suchen und Bezüge</b>, <b>Mathematik und Trigonometrie</b>, um schnell auf Funktionen zuzugreifen, die zu den entsprechenden Kategorien gehören.</li>
<li><b>Weitere Funktionen</b>, um auf die Funktionen der folgenden Gruppen zuzugreifen: <b>Datenbank</b>, <b>Konstruktion</b>, <b>Information</b> und <b>Statistik</b>.</li>
<li><b>Benannte Bereiche</b>, um den <b>Namensmanager</b> zu öffnen, einen neuen Namen zu definieren oder einen Namen als Funktionsargument einzufügen. Weitere Informationen finden Sie auf <a href="UseNamedRanges.htm" onclick="onhyperlinkclick(this)">dieser Seite</a>.</li>
<li><b>Präzedenzfälle</b>, um Pfeile anzuzeigen, die angeben, welche Zellen den Wert der ausgewählten Zelle beeinflussen.</li>
<li><b>Trace-Abhängige</b>, um Pfeile anzuzeigen, die angeben, welche Zellen vom Wert der ausgewählten Zelle betroffen sind.</li>
<li><b>Pfeile entfernen</b>, um die Pfeile zu entfernen, die für Präzedenzfälle und Abhängige verwendet werden. Klicken Sie auf den Pfeil neben der Option <b>Pfeile entfernen</b>, um auszuwählen, ob alle Pfeile, Präzedenzfälle-Pfeile oder abhängige Pfeile entfernt werden sollen.</li>
<li><b>Formeln anzeigen</b>, um die in den Zellen verwendeten Formeln anstelle der Endergebnisse der Formeln anzuzeigen.</li>
<li><b>Überwachungsfenster</b>, um Änderungen in den Zellen anzuzeigen, die sich derzeit nicht im sichtbaren Bereich des Arbeitsblatts befinden. Um mehr über das Überwachungsfenster zu erfahren, lesen Sie bitte <a href="../UsageInstructions/WatchWindow.htm" onclick="onhyperlinkclick(this)">den folgenden Artikel</a>.</li>
<li><b>Berechnung</b>, um das Programm zu zwingen, Funktionen neu zu berechnen.</li>
</ul>
<p>Um eine Formel einzufügen:</p>
<ol>
<li>Wählen Sie die Zelle, in die Sie eine Funktion einfügen möchten.</li>
<li>Gehen Sie auf eine der folgenden Arten vor:
<ul>
<li>Wechseln Sie zur Registerkarte <b>Formel</b> und verwenden Sie die verfügbaren Schaltflächen in der oberen Symbolleiste, um auf eine Funktion aus einer bestimmten Gruppe zuzugreifen. Klicken Sie dann auf die erforderliche Funktion, um den Assistenten für <b>Funktionsargumente</b> zu öffnen. Sie können auch die Option <b>Zusätzlich</b> aus dem Menü verwenden oder auf die Schaltfläche <div class = "icon icon-functionicon"></div> <b>Formel</b> in der oberen Symbolleiste klicken, um das Fenster <b>Funktion einfügen</b> zu öffnen.</li>
<li>Wechseln Sie zur Registerkarte <b>Startseite</b>, klicken Sie auf das Symbol <b>Funktion einfügen</b> <div class = "icon icon-insertfunction"></div> und wählen Sie es aus eine der häufig verwendeten Funktionen (SUMME, MITTELWERT, MIN, MAX, ANZAHL) oder klicken Sie auf die Option <b>Zusätzlich</b>, um das Fenster <b>Funktion einfügen</b> zu öffnen.</li>
<li>Klicken Sie mit der rechten Maustaste in die ausgewählte Zelle und wählen Sie im Kontextmenü die Option <b>Funktion einfügen</b>.</li>
<li>Klicken Sie auf das Symbol <div class = "icon icon-function"></div> vor der Formelleiste.</li>
</ul>
</li>
<li>Wählen Sie im geöffneten Fenster <b>Funktion einfügen</b> die gewünschte Funktionsgruppe aus und wählen Sie dann die gewünschte Funktion aus der Liste und klicken Sie auf <b>OK</b>.</li>
<li>
Geben Sie die Funktionsargumente manuell ein oder wählen Sie den entsprechenden Zellbereich mit Hilfe der Maus aus. Sind für die Funktion mehrere Argumente erforderlich, müssen diese durch Kommas getrennt werden.
<p class="note">Im Allgemeinen können numerische Werte, logische Werte (WAHR, FALSCH), Textwerte (müssen zitiert werden), Zellreferenzen, Zellbereichsreferenzen, <a href="UseNamedRanges.htm#usingnames" onclick="onhyperlinkclick(this)">Namensbereiche</a> und andere Funktionen als Funktionsargumente verwendet werden.</p>
</li>
<li>Geben Sie im geöffneten Fenster <b>Funktionsargumente</b> die erforderlichen Werte für jedes Argument ein.
<p>Sie können die Funktionsargumente entweder manuell eingeben oder auf das Symbol <span class="icon icon-changerange"></span> klicken und eine Zelle oder einen Zellbereich auswählen, die bzw. als Argument eingeschlossen werden soll.</p>
<p class="note">Allgemein numerische Werte, logische Werte (WAHR, FALSCH), Textwerte (müssen in Anführungszeichen gesetzt werden), Zellbezüge, Zellbereichsbezüge, <a href="UseNamedRanges.htm#usingnames" onclick="onhyperlinkclick(this)">Namen vergeben</a> und andere Funktionen können als Funktionsargumente verwendet werden.</p>
<p>Das Ergebnis der Funktion wird unten angezeigt.</p>
</li>
<li>Wenn alle Argumente angegeben sind, klicken Sie im Fenster <b>Funktionsargumente</b> auf die Schaltfläche <b>OK</b>.</li>
</ol>
<p>Um eine Funktion manuell über die Tastatur einzugeben:</p>
<ol>
<li>Wählen Sie eine Zelle aus.</li>
<li>Geben Sie das Gleichheitszeichen ein (=).
<p>Jede Formel muss mit dem Gleichheitszeichen beginnen (=).</p>
</li>
<li>Geben Sie den Namen der Funktion ein.
<p>Sobald Sie die Anfangsbuchstaben eingegeben haben, wird die Liste <b>Formel automatisch vervollständigen</b> angezeigt. Während der Eingabe werden die Elemente (Formeln und Namen) angezeigt, die den eingegebenen Zeichen entsprechen. Wenn Sie den Mauszeiger über eine Formel bewegen, wird ein Textfeld mit der Formelbeschreibung angezeigt. Sie können die gewünschte Formel aus der Liste auswählen und durch Anklicken oder Drücken der <b>TAB</b>-Taste einfügen.</p>
</li>
<li>Geben Sie die folgenden Funktionsargumente ein.
<p>Argumente müssen in Klammern gesetzt werden. Die öffnende Klammer „(“ wird automatisch hinzugefügt, wenn Sie eine Funktion aus der Liste auswählen. Wenn Sie Argumente eingeben, wird Ihnen eine QuickInfo mit der Formelsyntax angezeigt.</p>
<p>
<img alt="Funktions-Tooltip" src="../images/functiontooltip.png" />
</p>
</li>
<li>Wenn Sie alle Argumente angegeben haben, schließende Sie die „)“ Klammer und drücken Sie die <b>Eingabetaste</b>.</li>
</ol>
<p>Wenn Sie neue Daten eingeben oder die als Argumente verwendeten Werte ändern, wird die Neuberechnung von Funktionen standardmäßig automatisch durchgeführt. Sie können das Programm zwingen, Funktionen neu zu berechnen, indem Sie die Schaltfläche <b>Berechnung</b> auf der Registerkarte <b>Formel</b> verwenden. Klicken Sie auf die Schaltfläche <span class="icon icon-calculationicon"></span> <b>Berechnung</b>, um die gesamte Arbeitsmappe neu zu berechnen, oder klicken Sie auf den Pfeil unter der Schaltfläche und wählen Sie die erforderliche Option aus dem Menü: <b>Arbeitsmappe berechnen</b> oder <b>Das aktuelle Blatt berechnen</b>. <!--Using the <b>Calculate</b> button, you can also select the preferred calculation mode: automatically or manually.--></p>
<p>Sie können auch die folgenden Tastenkombinationen verwenden: <b>F9</b>, um die Arbeitsmappe neu zu berechnen, <b>Umschalt+F9</b>, um das aktuelle Arbeitsblatt neu zu berechnen.</p>
<p>Hier finden Sie die Liste der verfügbaren Funktionen, gruppiert nach Kategorien:</p>
<table class="helptable">
<tr class="headerlite">
<td width="25%"><b>Funktionskategorie</b></td>
<td width="40%"><b>Beschreibung</b></td>
<td width="35%"><b>Funktionen</b></td>
</tr>
<tr>
<td>Datenbank</td>
<td>Diese Kategorie wird verwendet, um Berechnungen für die Werte in einem bestimmten Feld der Datenbank durchzuführen, die die angegebenen Kriterien erfüllen.</td>
<td><a href="../Functions/dcount.htm" onclick="onhyperlinkclick(this)">DBANZAHL</a>; <a href="../Functions/dcounta.htm" onclick="onhyperlinkclick(this)">DBANZAHL2</a>; <a href="../Functions/dget.htm" onclick="onhyperlinkclick(this)">DBAUSZUG</a>; <a href="../Functions/dmax.htm" onclick="onhyperlinkclick(this)">DMAX</a>; <a href="../Functions/dmin.htm" onclick="onhyperlinkclick(this)">DBMIN</a>; <a href="../Functions/daverage.htm" onclick="onhyperlinkclick(this)">DBMITTELWERT</a>; <a href="../Functions/dproduct.htm" onclick="onhyperlinkclick(this)">DBPRODUKT</a>; <a href="../Functions/dstdev.htm" onclick="onhyperlinkclick(this)">DBSTDABW</a>; <a href="../Functions/dstdevp.htm" onclick="onhyperlinkclick(this)">DBSTDABWN</a>; <a href="../Functions/dsum.htm" onclick="onhyperlinkclick(this)">DBSUMME</a>; <a href="../Functions/dvar.htm" onclick="onhyperlinkclick(this)">DBVARIANZ</a>; <a href="../Functions/dvarp.htm" onclick="onhyperlinkclick(this)">DBVARIANZEN</a></td>
</tr>
<tr>
<td>Datum und Uhrzeit</td>
<td>Diese Kategorie wird verwendet, um Datum und Uhrzeit in der Tabelle korrekt anzuzeigen.</td>
<td><a href="../Functions/workday.htm" onclick="onhyperlinkclick(this)">ARBEITSTAG</a>; <a href="../Functions/workday-intl.htm" onclick="onhyperlinkclick(this)">ARBEITSTAG.INTL</a>; <a href="../Functions/yearfrac.htm" onclick="onhyperlinkclick(this)">BRTEILJAHRE</a>; <a href="../Functions/datedif.htm" onclick="onhyperlinkclick(this)">DATEDIF</a>; <a href="../Functions/date.htm" onclick="onhyperlinkclick(this)">DATUM</a>; <a href="../Functions/datevalue.htm" onclick="onhyperlinkclick(this)">DATWERT</a>; <a href="../Functions/edate.htm" onclick="onhyperlinkclick(this)">EDATUM</a>; <a href="../Functions/today.htm" onclick="onhyperlinkclick(this)">HEUTE</a>; <a href="../Functions/isoweeknum.htm" onclick="onhyperlinkclick(this)">ISOKALENDERWOCHE</a>; <a href="../Functions/year.htm" onclick="onhyperlinkclick(this)">JAHR</a>; <a href="../Functions/now.htm" onclick="onhyperlinkclick(this)">JETZT</a>; <a href="../Functions/weeknum.htm" onclick="onhyperlinkclick(this)">KALENDERWOCHE</a>; <a href="../Functions/minute.htm" onclick="onhyperlinkclick(this)">MINUTE</a>; <a href="../Functions/month.htm" onclick="onhyperlinkclick(this)">MONAT</a>; <a href="../Functions/eomonth.htm" onclick="onhyperlinkclick(this)">MONATSENDE</a>; <a href="../Functions/networkdays.htm" onclick="onhyperlinkclick(this)">NETTOARBEITSTAGE</a>; <a href="../Functions/networkdays-intl.htm" onclick="onhyperlinkclick(this)">NETTOARBEITSTAGE.INTL</a>; <a href="../Functions/second.htm" onclick="onhyperlinkclick(this)">SEKUNDE</a>; <a href="../Functions/hour.htm" onclick="onhyperlinkclick(this)">STUNDE</a>; <a href="../Functions/day.htm" onclick="onhyperlinkclick(this)">TAG</a>; <a href="../Functions/days.htm" onclick="onhyperlinkclick(this)">TAGE</a>; <a href="../Functions/days360.htm" onclick="onhyperlinkclick(this)">TAGE360</a>; <a href="../Functions/weekday.htm" onclick="onhyperlinkclick(this)">WOCHENTAG</a>; <a href="../Functions/time.htm" onclick="onhyperlinkclick(this)">ZEIT</a>; <a href="../Functions/timevalue.htm" onclick="onhyperlinkclick(this)">ZEITWERT</a></td>
</tr>
<tr>
<td>Finanzmathematik</td>
<td>Diese Kategorie wird zur Durchführung einiger Finanzberechnungen verwendet: Berechnung des Nettobarwerts, Zahlungen usw.</td>
<td><a href="../Functions/amordegrc.htm" onclick="onhyperlinkclick(this)">AMORDEGRK</a>; <a href="../Functions/amorlinc.htm" onclick="onhyperlinkclick(this)">AMORLINEARK</a>; <a href="../Functions/accrint.htm" onclick="onhyperlinkclick(this)">AUFGELZINS</a>; <a href="../Functions/accrintm.htm" onclick="onhyperlinkclick(this)">AUFGELZINSF</a>; <a href="../Functions/received.htm" onclick="onhyperlinkclick(this)">AUSZAHLUNG</a>; <a href="../Functions/pv.htm" onclick="onhyperlinkclick(this)">BW</a>; <a href="../Functions/syd.htm" onclick="onhyperlinkclick(this)">DIA</a>; <a href="../Functions/disc.htm" onclick="onhyperlinkclick(this)">DISAGIO</a>; <a href="../Functions/duration.htm" onclick="onhyperlinkclick(this)">DURATIONT</a>; <a href="../Functions/effect.htm" onclick="onhyperlinkclick(this)">EFFEKTIV</a>; <a href="../Functions/ddb.htm" onclick="onhyperlinkclick(this)">GDA</a>; <a href="../Functions/db.htm" onclick="onhyperlinkclick(this)">GDA2</a>; <a href="../Functions/irr.htm" onclick="onhyperlinkclick(this)">IKV</a>; <a href="../Functions/ispmt.htm" onclick="onhyperlinkclick(this)">ISPMT</a>; <a href="../Functions/ppmt.htm" onclick="onhyperlinkclick(this)">KAPZ</a>; <a href="../Functions/cumprinc.htm" onclick="onhyperlinkclick(this)">KUMKAPITAL</a>; <a href="../Functions/cumipmt.htm" onclick="onhyperlinkclick(this)">KUMZINSZ</a>; <a href="../Functions/price.htm" onclick="onhyperlinkclick(this)">KURS</a>; <a href="../Functions/pricedisc.htm" onclick="onhyperlinkclick(this)">KURSDISAGIO</a>; <a href="../Functions/pricemat.htm" onclick="onhyperlinkclick(this)">KURSFÄLLIG</a>; <a href="../Functions/sln.htm" onclick="onhyperlinkclick(this)">LIA</a>; <a href="../Functions/mduration.htm" onclick="onhyperlinkclick(this)">MDURATION</a>; <a href="../Functions/npv.htm" onclick="onhyperlinkclick(this)">NBW</a>; <a href="../Functions/nominal.htm" onclick="onhyperlinkclick(this)">NOMINAL</a>; <a href="../Functions/dollarfr.htm" onclick="onhyperlinkclick(this)">NOTIERUNGBRU</a>; <a href="../Functions/dollarde.htm" onclick="onhyperlinkclick(this)">NOTIERUNGDEZ</a>; <a href="../Functions/pduration.htm" onclick="onhyperlinkclick(this)">PDURATION</a>; <a href="../Functions/mirr.htm" onclick="onhyperlinkclick(this)">QIKV</a>; <a href="../Functions/yield.htm" onclick="onhyperlinkclick(this)">RENDITE</a>; <a href="../Functions/yielddisc.htm" onclick="onhyperlinkclick(this)">RENDITEDIS</a>; <a href="../Functions/yieldmat.htm" onclick="onhyperlinkclick(this)">RENDITEFÄLL</a>; <a href="../Functions/pmt.htm" onclick="onhyperlinkclick(this)">RMZ</a>; <a href="../Functions/tbillprice.htm" onclick="onhyperlinkclick(this)">TBILLKURS</a>; <a href="../Functions/tbillyield.htm" onclick="onhyperlinkclick(this)">TBILLRENDITE</a>; <a href="../Functions/tbilleq.htm" onclick="onhyperlinkclick(this)">TBILLÄQUIV</a>; <a href="../Functions/oddfprice.htm" onclick="onhyperlinkclick(this)">UNREGER.KURS</a>; <a href="../Functions/oddfyield.htm" onclick="onhyperlinkclick(this)">UNREGER.REND</a>; <a href="../Functions/oddlprice.htm" onclick="onhyperlinkclick(this)">UNREGLE.KURS</a>; <a href="../Functions/oddlyield.htm" onclick="onhyperlinkclick(this)">UNREGLE.REND</a>; <a href="../Functions/vdb.htm" onclick="onhyperlinkclick(this)">VDB</a>; <a href="../Functions/xirr.htm" onclick="onhyperlinkclick(this)">XINTZINSFUSS</a>; <a href="../Functions/xnpv.htm" onclick="onhyperlinkclick(this)">XKAPITALWERT</a>; <a href="../Functions/rate.htm" onclick="onhyperlinkclick(this)">ZINS</a>; <a href="../Functions/intrate.htm" onclick="onhyperlinkclick(this)">ZINSSATZ</a>; <a href="../Functions/coupncd.htm" onclick="onhyperlinkclick(this)">ZINSTERMNZ</a>; <a href="../Functions/coupdays.htm" onclick="onhyperlinkclick(this)">ZINSTERMTAGE</a>; <a href="../Functions/coupdaysnc.htm" onclick="onhyperlinkclick(this)">ZINSTERMTAGNZ</a>; <a href="../Functions/coupdaybs.htm" onclick="onhyperlinkclick(this)">ZINSTERMTAGVA</a>; <a href="../Functions/couppcd.htm" onclick="onhyperlinkclick(this)">ZINSTERMVZ</a>; <a href="../Functions/coupnum.htm" onclick="onhyperlinkclick(this)">ZINSTERMZAHL</a>; <a href="../Functions/ipmt.htm" onclick="onhyperlinkclick(this)">ZINSZ</a>; <a href="../Functions/rri.htm" onclick="onhyperlinkclick(this)">ZSATZINVEST</a>; <a href="../Functions/fv.htm" onclick="onhyperlinkclick(this)">ZW</a>; <a href="../Functions/fvschedule.htm" onclick="onhyperlinkclick(this)">ZW2</a>; <a href="../Functions/nper.htm" onclick="onhyperlinkclick(this)">ZZR</a></td>
</tr>
<tr>
<td>Information</td>
<td>Diese Kategorie wird verwendet, um Informationen zu den Daten in der ausgewählten Zelle oder dem ausgewählten Zellbereich bereitzustellen.</td>
<td><a href="../Functions/sheet.htm" onclick="onhyperlinkclick(this)">BLATT</a>; <a href="../Functions/sheets.htm" onclick="onhyperlinkclick(this)">BLÄTTER</a>; <a href="../Functions/error-type.htm" onclick="onhyperlinkclick(this)">FEHLER.TYP</a>; <a href="../Functions/isref.htm" onclick="onhyperlinkclick(this)">ISTBEZUG</a>; <a href="../Functions/iserr.htm" onclick="onhyperlinkclick(this)">ISTFEHL</a>; <a href="../Functions/iserror.htm" onclick="onhyperlinkclick(this)">ISTFEHLER</a>; <a href="../Functions/isformula.htm" onclick="onhyperlinkclick(this)">ISTFORMEL</a>; <a href="../Functions/iseven.htm" onclick="onhyperlinkclick(this)">ISTGERADE</a>; <a href="../Functions/isnontext.htm" onclick="onhyperlinkclick(this)">ISTKTEXT</a>; <a href="../Functions/isblank.htm" onclick="onhyperlinkclick(this)">ISTLEER</a>; <a href="../Functions/islogical.htm" onclick="onhyperlinkclick(this)">ISTLOG</a>; <a href="../Functions/isna.htm" onclick="onhyperlinkclick(this)">ISTINV</a>; <a href="../Functions/istext.htm" onclick="onhyperlinkclick(this)">ISTTEXT</a>; <a href="../Functions/isodd.htm" onclick="onhyperlinkclick(this)">ISTUNGERADE</a>; <a href="../Functions/isnumber.htm" onclick="onhyperlinkclick(this)">ISTZAHL</a>; <a href="../Functions/n.htm" onclick="onhyperlinkclick(this)">N</a>; <a href="../Functions/na.htm" onclick="onhyperlinkclick(this)">NV</a>; <a href="../Functions/type.htm" onclick="onhyperlinkclick(this)">TYP</a>; <a href="../Functions/cell.htm" onclick="onhyperlinkclick(this)">ZELLE</a></td>
</tr>
<tr>
<td>Konstruktion</td>
<td>Diese Kategorie wird zur Durchführung einiger technischer Berechnungen verwendet: Konvertieren zwischen verschiedenen Basiszahlensystemen, Finden komplexer Zahlen usw.</td>
<td><a href="../Functions/besseli.htm" onclick="onhyperlinkclick(this)">BESSELI</a>; <a href="../Functions/besselj.htm" onclick="onhyperlinkclick(this)">BESSELJ</a>; <a href="../Functions/besselk.htm" onclick="onhyperlinkclick(this)">BESSELK</a>; <a href="../Functions/bessely.htm" onclick="onhyperlinkclick(this)">BESSELY</a>; <a href="../Functions/bin2dec.htm" onclick="onhyperlinkclick(this)">BININDEZ</a>; <a href="../Functions/bin2hex.htm" onclick="onhyperlinkclick(this)">BININHEX</a>; <a href="../Functions/bin2oct.htm" onclick="onhyperlinkclick(this)">BININOKT</a>; <a href="../Functions/bitlshift.htm" onclick="onhyperlinkclick(this)">BITLVERSCHIEB</a>; <a href="../Functions/bitor.htm" onclick="onhyperlinkclick(this)">BITODER</a>; <a href="../Functions/bitrshift.htm" onclick="onhyperlinkclick(this)">BITRVERSCHIEB</a>; <a href="../Functions/bitand.htm" onclick="onhyperlinkclick(this)">BITUND</a>; <a href="../Functions/bitxor.htm" onclick="onhyperlinkclick(this)">BITXODER</a>; <a href="../Functions/delta.htm" onclick="onhyperlinkclick(this)">DELTA</a>; <a href="../Functions/dec2bin.htm" onclick="onhyperlinkclick(this)">DEZINBIN</a>; <a href="../Functions/dec2hex.htm" onclick="onhyperlinkclick(this)">DEZINHEX</a>; <a href="../Functions/dec2oct.htm" onclick="onhyperlinkclick(this)">DEZINOKT</a>; <a href="../Functions/erf-precise.htm" onclick="onhyperlinkclick(this)">GAUSSF.GENAU</a>; <a href="../Functions/erf.htm" onclick="onhyperlinkclick(this)">GAUSSFEHLER</a>; <a href="../Functions/erfc.htm" onclick="onhyperlinkclick(this)">GAUSSFKOMPL</a>; <a href="../Functions/erfc-precise.htm" onclick="onhyperlinkclick(this)">GAUSSFKOMPL.GENAU</a>; <a href="../Functions/gestep.htm" onclick="onhyperlinkclick(this)">GGANZZAHL</a>; <a href="../Functions/hex2bin.htm" onclick="onhyperlinkclick(this)">HEXINBIN</a>; <a href="../Functions/hex2dec.htm" onclick="onhyperlinkclick(this)">HEXINDEZ</a>; <a href="../Functions/hex2oct.htm" onclick="onhyperlinkclick(this)">HEXINOKT</a>; <a href="../Functions/imabs.htm" onclick="onhyperlinkclick(this)">IMABS</a>; <a href="../Functions/imaginary.htm" onclick="onhyperlinkclick(this)">IMAGINÄRTEIL</a>; <a href="../Functions/impower.htm" onclick="onhyperlinkclick(this)">IMAPOTENZ</a>; <a href="../Functions/imargument.htm" onclick="onhyperlinkclick(this)">IMARGUMENT</a>; <a href="../Functions/imcos.htm" onclick="onhyperlinkclick(this)">IMCOS</a>; <a href="../Functions/imcsc.htm" onclick="onhyperlinkclick(this)">IMCOSEC</a>; <a href="../Functions/imcsch.htm" onclick="onhyperlinkclick(this)">IMCOSECHYP</a>; <a href="../Functions/imcosh.htm" onclick="onhyperlinkclick(this)">IMCOSHYP</a>; <a href="../Functions/imcot.htm" onclick="onhyperlinkclick(this)">IMCOT</a>; <a href="../Functions/imdiv.htm" onclick="onhyperlinkclick(this)">IMDIV</a>; <a href="../Functions/imexp.htm" onclick="onhyperlinkclick(this)">IMEXP</a>; <a href="../Functions/imconjugate.htm" onclick="onhyperlinkclick(this)">IMKONJUGIERTE</a>; <a href="../Functions/imln.htm" onclick="onhyperlinkclick(this)">IMLN</a>; <a href="../Functions/imlog10.htm" onclick="onhyperlinkclick(this)">IMLOG10</a>; <a href="../Functions/imlog2.htm" onclick="onhyperlinkclick(this)">IMLOG2</a>; <a href="../Functions/improduct.htm" onclick="onhyperlinkclick(this)">IMPRODUKT</a>; <a href="../Functions/imreal.htm" onclick="onhyperlinkclick(this)">IMREALTEIL</a>; <a href="../Functions/imsec.htm" onclick="onhyperlinkclick(this)">IMSEC</a>; <a href="../Functions/imsech.htm" onclick="onhyperlinkclick(this)">IMSECHYP</a>; <a href="../Functions/imsin.htm" onclick="onhyperlinkclick(this)">IMSIN</a>; <a href="../Functions/imsinh.htm" onclick="onhyperlinkclick(this)">IMSINHYP</a>; <a href="../Functions/imsub.htm" onclick="onhyperlinkclick(this)">IMSUB</a>; <a href="../Functions/imsum.htm" onclick="onhyperlinkclick(this)">IMSUMME</a>; <a href="../Functions/imtan.htm" onclick="onhyperlinkclick(this)">IMTAN</a>; <a href="../Functions/imsqrt.htm" onclick="onhyperlinkclick(this)">IMWURZEL</a>; <a href="../Functions/complex.htm" onclick="onhyperlinkclick(this)">KOMPLEXE</a>; <a href="../Functions/oct2bin.htm" onclick="onhyperlinkclick(this)">OKTINBIN</a>; <a href="../Functions/oct2dec.htm" onclick="onhyperlinkclick(this)">OKTINDEZ</a>; <a href="../Functions/oct2hex.htm" onclick="onhyperlinkclick(this)">OKTINHEX</a>; <a href="../Functions/convert.htm" onclick="onhyperlinkclick(this)">UMWANDELN</a></td>
</tr>
<tr>
<td>Logisch</td>
<td>Diese Kategorie wird verwendet, um zu prüfen, ob eine Bedingung wahr oder falsch ist.</td>
<td><a href="../Functions/switch.htm" onclick="onhyperlinkclick(this)">ERSTERWERT</a>; <a href="../Functions/false.htm" onclick="onhyperlinkclick(this)">FALSCH</a>; <a href="../Functions/not.htm" onclick="onhyperlinkclick(this)">NICHT</a>; <a href="../Functions/or.htm" onclick="onhyperlinkclick(this)">ODER</a>; <a href="../Functions/and.htm" onclick="onhyperlinkclick(this)">UND</a>; <a href="../Functions/true.htm" onclick="onhyperlinkclick(this)">WAHR</a>; <a href="../Functions/if.htm" onclick="onhyperlinkclick(this)">WENN</a>; <a href="../Functions/iferror.htm" onclick="onhyperlinkclick(this)">WENNFEHLER</a>; <a href="../Functions/ifna.htm" onclick="onhyperlinkclick(this)">WENNINV</a>; <a href="../Functions/ifs.htm" onclick="onhyperlinkclick(this)">WENNS</a>; <a href="../Functions/xor.htm" onclick="onhyperlinkclick(this)">XODER</a></td>
</tr>
<tr>
<td>Mathematik und Trigonometrie</td>
<td>Diese Kategorie wird zur Durchführung grundlegender mathematischer und trigonometrischer Operationen wie Addieren, Multiplizieren, Dividieren, Runden usw. verwendet.</td>
<td><a href="../Functions/rounddown.htm" onclick="onhyperlinkclick(this)">ABRUNDEN</a>; <a href="../Functions/abs.htm" onclick="onhyperlinkclick(this)">ABS</a>; <a href="../Functions/aggregate.htm" onclick="onhyperlinkclick(this)">AGGREGAT</a>; <a href="../Functions/arabic.htm" onclick="onhyperlinkclick(this)">ARABISCH</a>; <a href="../Functions/acos.htm" onclick="onhyperlinkclick(this)">ARCCOS</a>; <a href="../Functions/acosh.htm" onclick="onhyperlinkclick(this)">ARCCOSHYP</a>; <a href="../Functions/acot.htm" onclick="onhyperlinkclick(this)">ARCCOT</a>; <a href="../Functions/acoth.htm" onclick="onhyperlinkclick(this)">ARCCOTHYP</a>; <a href="../Functions/asin.htm" onclick="onhyperlinkclick(this)">ARCSIN</a>; <a href="../Functions/asinh.htm" onclick="onhyperlinkclick(this)">ARCSINHYP</a>; <a href="../Functions/atan.htm" onclick="onhyperlinkclick(this)">ARCTAN</a>; <a href="../Functions/atan2.htm" onclick="onhyperlinkclick(this)">ARCTAN2</a>; <a href="../Functions/atanh.htm" onclick="onhyperlinkclick(this)">ARCTANHYP</a>; <a href="../Functions/roundup.htm" onclick="onhyperlinkclick(this)">AUFRUNDEN</a>; <a href="../Functions/base.htm" onclick="onhyperlinkclick(this)">BASIS</a>; <a href="../Functions/radians.htm" onclick="onhyperlinkclick(this)">BOGENMASS</a>; <a href="../Functions/cos.htm" onclick="onhyperlinkclick(this)">COS</a>; <a href="../Functions/csc.htm" onclick="onhyperlinkclick(this)">COSEC</a>; <a href="../Functions/csch.htm" onclick="onhyperlinkclick(this)">COSECHYP</a>; <a href="../Functions/cosh.htm" onclick="onhyperlinkclick(this)">COSHYP</a>; <a href="../Functions/cot.htm" onclick="onhyperlinkclick(this)">COT</a>; <a href="../Functions/coth.htm" onclick="onhyperlinkclick(this)">COTHYP</a>; <a href="../Functions/decimal.htm" onclick="onhyperlinkclick(this)">DEZIMAL</a>; <a href="../Functions/ecma-ceiling.htm" onclick="onhyperlinkclick(this)">ECMA.OBERGRENZE</a>; <a href="../Functions/exp.htm" onclick="onhyperlinkclick(this)">EXP</a>; <a href="../Functions/fact.htm" onclick="onhyperlinkclick(this)">FAKULTÄT</a>; <a href="../Functions/int.htm" onclick="onhyperlinkclick(this)">GANZZAHL</a>; <a href="../Functions/even.htm" onclick="onhyperlinkclick(this)">GERADE</a>; <a href="../Functions/gcd.htm" onclick="onhyperlinkclick(this)">GGT</a>; <a href="../Functions/degrees.htm" onclick="onhyperlinkclick(this)">GRAD</a>; <a href="../Functions/iso-ceiling.htm" onclick="onhyperlinkclick(this)">ISO.OBERGRENZE</a>; <a href="../Functions/lcm.htm" onclick="onhyperlinkclick(this)">KGV</a>; <a href="../Functions/combin.htm" onclick="onhyperlinkclick(this)">KOMBINATIONEN</a>; <a href="../Functions/combina.htm" onclick="onhyperlinkclick(this)">KOMBINATIONEN2</a>; <a href="../Functions/trunc.htm" onclick="onhyperlinkclick(this)">KÜRZEN</a>; <a href="../Functions/ln.htm" onclick="onhyperlinkclick(this)">LN</a>; <a href="../Functions/log.htm" onclick="onhyperlinkclick(this)">LOG</a>; <a href="../Functions/log10.htm" onclick="onhyperlinkclick(this)">LOG10</a>; <a href="../Functions/mdeterm.htm" onclick="onhyperlinkclick(this)">MDET</a>; <a href="../Functions/munit.htm" onclick="onhyperlinkclick(this)">MEINHEIT</a>; <a href="../Functions/minverse.htm" onclick="onhyperlinkclick(this)">MINV</a>; <a href="../Functions/mmult.htm" onclick="onhyperlinkclick(this)">MMULT</a>; <a href="../Functions/ceiling.htm" onclick="onhyperlinkclick(this)">OBERGRENZE</a>; <a href="../Functions/ceiling-precise.htm" onclick="onhyperlinkclick(this)">OBERGRENZE.GENAU</a>; <a href="../Functions/ceiling-math.htm" onclick="onhyperlinkclick(this)">OBERGRENZE.MATHEMATIK</a>; <a href="../Functions/pi.htm" onclick="onhyperlinkclick(this)">PI</a>; <a href="../Functions/multinomial.htm" onclick="onhyperlinkclick(this)">POLYNOMIAL</a>; <a href="../Functions/power.htm" onclick="onhyperlinkclick(this)">POTENZ</a>; <a href="../Functions/seriessum.htm" onclick="onhyperlinkclick(this)">POTENZREIHE</a>; <a href="../Functions/product.htm" onclick="onhyperlinkclick(this)">PRODUKT</a>; <a href="../Functions/sumsq.htm" onclick="onhyperlinkclick(this)">QUADRATESUMME</a>; <a href="../Functions/quotient.htm" onclick="onhyperlinkclick(this)">QUOTIENT</a>; <a href="../Functions/mod.htm" onclick="onhyperlinkclick(this)">REST</a>; <a href="../Functions/round.htm" onclick="onhyperlinkclick(this)">RUNDEN</a>; <a href="../Functions/roman.htm" onclick="onhyperlinkclick(this)">RÖMISCH</a>; <a href="../Functions/sec.htm" onclick="onhyperlinkclick(this)">SEC</a>; <a href="../Functions/sech.htm" onclick="onhyperlinkclick(this)">SECHYP</a>; <a href="../Functions/sequence.htm" onclick="onhyperlinkclick(this)">SEQUENZ</a>; <a href="../Functions/sin.htm" onclick="onhyperlinkclick(this)">SIN</a>; <a href="../Functions/sinh.htm" onclick="onhyperlinkclick(this)">SINHYP</a>; <a href="../Functions/sum.htm" onclick="onhyperlinkclick(this)">SUMME</a>; <a href="../Functions/sumproduct.htm" onclick="onhyperlinkclick(this)">SUMMENPRODUKT</a>; <a href="../Functions/sumif.htm" onclick="onhyperlinkclick(this)">SUMMEWENN</a>; <a href="../Functions/sumifs.htm" onclick="onhyperlinkclick(this)">SUMMEWENNS</a>; <a href="../Functions/sumx2my2.htm" onclick="onhyperlinkclick(this)">SUMMEX2MY2</a>; <a href="../Functions/sumx2py2.htm" onclick="onhyperlinkclick(this)">SUMMEX2PY2</a>; <a href="../Functions/sumxmy2.htm" onclick="onhyperlinkclick(this)">SUMMEXMY2</a>; <a href="../Functions/tan.htm" onclick="onhyperlinkclick(this)">TAN</a>; <a href="../Functions/tanh.htm" onclick="onhyperlinkclick(this)">TANHYP</a>; <a href="../Functions/subtotal.htm" onclick="onhyperlinkclick(this)">TEILERGEBNIS</a>; <a href="../Functions/odd.htm" onclick="onhyperlinkclick(this)">UNGERADE</a>; <a href="../Functions/floor.htm" onclick="onhyperlinkclick(this)">UNTERGRENZE</a>; <a href="../Functions/floor-precise.htm" onclick="onhyperlinkclick(this)">UNTERGRENZE.GENAU</a>; <a href="../Functions/floor-math.htm" onclick="onhyperlinkclick(this)">UNTERGRENZE.MATHEMATIK</a>; <a href="../Functions/sign.htm" onclick="onhyperlinkclick(this)">VORZEICHEN</a>; <a href="../Functions/mround.htm" onclick="onhyperlinkclick(this)">VRUNDEN</a>; <a href="../Functions/sqrt.htm" onclick="onhyperlinkclick(this)">WURZEL</a>; <a href="../Functions/sqrtpi.htm" onclick="onhyperlinkclick(this)">WURZELPI</a>; <a href="../Functions/randbetween.htm" onclick="onhyperlinkclick(this)">ZUFALLSBEREICH</a>; <a href="../Functions/randarray.htm" onclick="onhyperlinkclick(this)">ZUFALLSMATRIX</a>; <a href="../Functions/rand.htm" onclick="onhyperlinkclick(this)">ZUFALLSZAHL</a>; <a href="../Functions/factdouble.htm" onclick="onhyperlinkclick(this)">ZWEIFAKULTÄT</a></td>
</tr>
<tr>
<td>Statistik</td>
<td>Diese Kategorie wird zum Analysieren von Daten verwendet: Ermitteln des Durchschnittswerts, der größten oder kleinsten Werte in einem Zellbereich.</td>
<td><a href="../Functions/intercept.htm" onclick="onhyperlinkclick(this)">ACHSENABSCHNITT</a>; <a href="../Functions/count.htm" onclick="onhyperlinkclick(this)">ANZAHL</a>; <a href="../Functions/counta.htm" onclick="onhyperlinkclick(this)">ANZAHL2</a>; <a href="../Functions/countblank.htm" onclick="onhyperlinkclick(this)">ANZAHLLEEREZELLEN</a>; <a href="../Functions/rsq.htm" onclick="onhyperlinkclick(this)">BESTIMMTHEITSMASS</a>; <a href="../Functions/beta-inv.htm" onclick="onhyperlinkclick(this)">BETA.INV</a>; <a href="../Functions/beta-dist.htm" onclick="onhyperlinkclick(this)">BETA.VERT</a>; <a href="../Functions/betainv.htm" onclick="onhyperlinkclick(this)">BETAINV</a>; <a href="../Functions/betadist.htm" onclick="onhyperlinkclick(this)">BETAVERT</a>; <a href="../Functions/binom-inv.htm" onclick="onhyperlinkclick(this)">BINOM.INV</a>; <a href="../Functions/binom-dist.htm" onclick="onhyperlinkclick(this)">BINOM.VERT</a>; <a href="../Functions/binom-dist-range.htm" onclick="onhyperlinkclick(this)">BINOM.VERT.BEREICH</a>; <a href="../Functions/binomdist.htm" onclick="onhyperlinkclick(this)">BINOMVERT</a>; <a href="../Functions/chiinv.htm" onclick="onhyperlinkclick(this)">CHIINV</a>; <a href="../Functions/chisq-inv.htm" onclick="onhyperlinkclick(this)">CHIQU.INV</a>; <a href="../Functions/chisq-inv-rt.htm" onclick="onhyperlinkclick(this)">CHIQU.INV.RE</a>; <a href="../Functions/chisq-test.htm" onclick="onhyperlinkclick(this)">CHIQU.TEST</a>; <a href="../Functions/chisq-dist.htm" onclick="onhyperlinkclick(this)">CHIQU.VERT</a>; <a href="../Functions/chisq-dist-rt.htm" onclick="onhyperlinkclick(this)">CHIQU.VERT.RE</a>; <a href="../Functions/chitest.htm" onclick="onhyperlinkclick(this)">CHITEST</a>; <a href="../Functions/chidist.htm" onclick="onhyperlinkclick(this)">CHIVERT</a>; <a href="../Functions/expon-dist.htm" onclick="onhyperlinkclick(this)">EXPON.VERT</a>; <a href="../Functions/expondist.htm" onclick="onhyperlinkclick(this)">EXPONVERT</a>; <a href="../Functions/f-inv.htm" onclick="onhyperlinkclick(this)">F.INV</a>; <a href="../Functions/f-inv-rt.htm" onclick="onhyperlinkclick(this)">F.INV.RE</a>; <a href="../Functions/f-test.htm" onclick="onhyperlinkclick(this)">F.TEST</a>; <a href="../Functions/f-dist.htm" onclick="onhyperlinkclick(this)">F.VERT</a>; <a href="../Functions/f-dist-rt.htm" onclick="onhyperlinkclick(this)">F.VERT.RE</a>; <a href="../Functions/finv.htm" onclick="onhyperlinkclick(this)">FINV</a>; <a href="../Functions/fisher.htm" onclick="onhyperlinkclick(this)">FISHER</a>; <a href="../Functions/fisherinv.htm" onclick="onhyperlinkclick(this)">FISHERINV</a>; <a href="../Functions/ftest.htm" onclick="onhyperlinkclick(this)">FTEST</a>; <a href="../Functions/fdist.htm" onclick="onhyperlinkclick(this)">FVERT</a>; <a href="../Functions/z-test.htm" onclick="onhyperlinkclick(this)">G.TEST</a>; <a href="../Functions/gamma.htm" onclick="onhyperlinkclick(this)">GAMMA</a>; <a href="../Functions/gamma-inv.htm" onclick="onhyperlinkclick(this)">GAMMA.INV</a>; <a href="../Functions/gamma-dist.htm" onclick="onhyperlinkclick(this)">GAMMA.VERT</a>; <a href="../Functions/gammainv.htm" onclick="onhyperlinkclick(this)">GAMMAINV</a>; <a href="../Functions/gammaln.htm" onclick="onhyperlinkclick(this)">GAMMALN</a>; <a href="../Functions/gammaln-precise.htm" onclick="onhyperlinkclick(this)">GAMMALN.GENAU</a>; <a href="../Functions/gammadist.htm" onclick="onhyperlinkclick(this)">GAMMAVERT</a>; <a href="../Functions/gauss.htm" onclick="onhyperlinkclick(this)">GAUSS</a>; <a href="../Functions/geomean.htm" onclick="onhyperlinkclick(this)">GEOMITTEL</a>; <a href="../Functions/trimmean.htm" onclick="onhyperlinkclick(this)">GESTUTZTMITTEL</a>; <a href="../Functions/ztest.htm" onclick="onhyperlinkclick(this)">GTEST</a>; <a href="../Functions/harmean.htm" onclick="onhyperlinkclick(this)">HARMITTEL</a>; <a href="../Functions/hypgeom-dist.htm" onclick="onhyperlinkclick(this)">HYPGEOM.VERT</a>; <a href="../Functions/hypgeomdist.htm" onclick="onhyperlinkclick(this)">HYPGEOMVERT</a>; <a href="../Functions/frequency.htm" onclick="onhyperlinkclick(this)">HÄUFIGKEIT</a>; <a href="../Functions/large.htm" onclick="onhyperlinkclick(this)">KGRÖSSTE</a>; <a href="../Functions/small.htm" onclick="onhyperlinkclick(this)">KKLEINSTE</a>; <a href="../Functions/confidence.htm" onclick="onhyperlinkclick(this)">KONFIDENZ</a>; <a href="../Functions/confidence-norm.htm" onclick="onhyperlinkclick(this)">KONFIDENZ.NORM</a>; <a href="../Functions/confidence-t.htm" onclick="onhyperlinkclick(this)">KONFIDENZ.T</a>; <a href="../Functions/correl.htm" onclick="onhyperlinkclick(this)">KORREL</a>; <a href="../Functions/covar.htm" onclick="onhyperlinkclick(this)">KOVAR</a>; <a href="../Functions/covariance-p.htm" onclick="onhyperlinkclick(this)">KOVARIANZ.P</a>; <a href="../Functions/covariance-s.htm" onclick="onhyperlinkclick(this)">KOVARIANZ.S</a>; <a href="../Functions/critbinom.htm" onclick="onhyperlinkclick(this)">KRITBINOM</a>; <a href="../Functions/kurt.htm" onclick="onhyperlinkclick(this)">KURT</a>; <a href="../Functions/loginv.htm" onclick="onhyperlinkclick(this)">LOGINV</a>; <a href="../Functions/lognorm-inv.htm" onclick="onhyperlinkclick(this)">LOGNORM.INV</a>; <a href="../Functions/lognorm-dist.htm" onclick="onhyperlinkclick(this)">LOGNORM.VERT</a>; <a href="../Functions/lognormdist.htm" onclick="onhyperlinkclick(this)">LOGNORMVERT</a>; <a href="../Functions/max.htm" onclick="onhyperlinkclick(this)">MAX</a>; <a href="../Functions/maxa.htm" onclick="onhyperlinkclick(this)">MAXA</a>; <a href="../Functions/maxifs.htm" onclick="onhyperlinkclick(this)">MAXWENNS</a>; <a href="../Functions/median.htm" onclick="onhyperlinkclick(this)">MEDIAN</a>; <a href="../Functions/min.htm" onclick="onhyperlinkclick(this)">MIN</a>; <a href="../Functions/mina.htm" onclick="onhyperlinkclick(this)">MINA</a>; <a href="../Functions/minifs.htm" onclick="onhyperlinkclick(this)">MINWENNS</a>; <a href="../Functions/avedev.htm" onclick="onhyperlinkclick(this)">MITTELABW</a>; <a href="../Functions/average.htm" onclick="onhyperlinkclick(this)">MITTELWERT</a>; <a href="../Functions/averagea.htm" onclick="onhyperlinkclick(this)">MITTELWERTA</a>; <a href="../Functions/averageif.htm" onclick="onhyperlinkclick(this)">MITTELWERTWENN</a>; <a href="../Functions/averageifs.htm" onclick="onhyperlinkclick(this)">MITTELWERTWENNS</a>; <a href="../Functions/mode.htm" onclick="onhyperlinkclick(this)">MODALWERT</a>; <a href="../Functions/mode-sngl.htm" onclick="onhyperlinkclick(this)">MODUS.EINF</a>; <a href="../Functions/mode-mult.htm" onclick="onhyperlinkclick(this)">MODUS.VIELF</a>; <a href="../Functions/negbinom-dist.htm" onclick="onhyperlinkclick(this)">NEGBINOM.VERT</a>; <a href="../Functions/negbinomdist.htm" onclick="onhyperlinkclick(this)">NEGBINOMVERT</a>; <a href="../Functions/norm-inv.htm" onclick="onhyperlinkclick(this)">NORM.INV</a>; <a href="../Functions/norm-s-inv.htm" onclick="onhyperlinkclick(this)">NORM.S.INV</a>; <a href="../Functions/norm-s-dist.htm" onclick="onhyperlinkclick(this)">NORM.S.VERT</a>; <a href="../Functions/norm-dist.htm" onclick="onhyperlinkclick(this)">NORM.VERT</a>; <a href="../Functions/norminv.htm" onclick="onhyperlinkclick(this)">NORMINV</a>; <a href="../Functions/normdist.htm" onclick="onhyperlinkclick(this)">NORMVERT</a>; <a href="../Functions/pearson.htm" onclick="onhyperlinkclick(this)">PEARSON</a>; <a href="../Functions/phi.htm" onclick="onhyperlinkclick(this)">PHI</a>; <a href="../Functions/poisson.htm" onclick="onhyperlinkclick(this)">POISSON</a>; <a href="../Functions/poisson-dist.htm" onclick="onhyperlinkclick(this)">POISSON.VERT</a>; <a href="../Functions/forecast-ets.htm" onclick="onhyperlinkclick(this)">PROGNOSE.ETS</a>; <a href="../Functions/forecast-ets-confint.htm" onclick="onhyperlinkclick(this)">PROGNOSE.ETS.KONFINT</a>; <a href="../Functions/forecast-ets-seasonality.htm" onclick="onhyperlinkclick(this)">PROGNOSE.ETS.SAISONALITÄT</a>; <a href="../Functions/forecast-ets-stat.htm" onclick="onhyperlinkclick(this)">PROGNOSE.ETS.STAT</a>; <a href="../Functions/forecast-linear.htm" onclick="onhyperlinkclick(this)">PROGNOSE.LINEAR</a>; <a href="../Functions/percentile.htm" onclick="onhyperlinkclick(this)">QUANTIL</a>; <a href="../Functions/percentile-exc.htm" onclick="onhyperlinkclick(this)">QUANTIL.EXKL</a>; <a href="../Functions/percentile-inc.htm" onclick="onhyperlinkclick(this)">QUANTIL.INKL</a>; <a href="../Functions/percentrank.htm" onclick="onhyperlinkclick(this)">QUANTILSRANG</a>; <a href="../Functions/percentrank-exc.htm" onclick="onhyperlinkclick(this)">QUANTILSRANG.EXKL</a>; <a href="../Functions/percentrank-inc.htm" onclick="onhyperlinkclick(this)">QUANTILSRANG.INKL</a>; <a href="../Functions/quartile.htm" onclick="onhyperlinkclick(this)">QUARTILE</a>; <a href="../Functions/quartile-exc.htm" onclick="onhyperlinkclick(this)">QUARTILE.EXKL</a>; <a href="../Functions/quartile-inc.htm" onclick="onhyperlinkclick(this)">QUARTILE.INKL</a>; <a href="../Functions/rank.htm" onclick="onhyperlinkclick(this)">RANG</a>; <a href="../Functions/rank-eq.htm" onclick="onhyperlinkclick(this)">RANG.GLEICH</a>; <a href="../Functions/rank-avg.htm" onclick="onhyperlinkclick(this)">RANG.MITTELW</a>; <a href="../Functions/linest.htm" onclick="onhyperlinkclick(this)">RGP</a>; <a href="../Functions/logest.htm" onclick="onhyperlinkclick(this)">RKP</a>; <a href="../Functions/skew.htm" onclick="onhyperlinkclick(this)">SCHIEFE</a>; <a href="../Functions/skew-p.htm" onclick="onhyperlinkclick(this)">SCHIEFE.P</a>; <a href="../Functions/forecast.htm" onclick="onhyperlinkclick(this)">SCHÄTZER</a>; <a href="../Functions/stdev.htm" onclick="onhyperlinkclick(this)">STABW</a>; <a href="../Functions/stdev-p.htm" onclick="onhyperlinkclick(this)">STABW.N</a>; <a href="../Functions/stdev-s.htm" onclick="onhyperlinkclick(this)">STABW.S</a>; <a href="../Functions/stdeva.htm" onclick="onhyperlinkclick(this)">STABWA</a>; <a href="../Functions/stdevp.htm" onclick="onhyperlinkclick(this)">STABWN</a>; <a href="../Functions/stdevpa.htm" onclick="onhyperlinkclick(this)">STABWNA</a>; <a href="../Functions/standardize.htm" onclick="onhyperlinkclick(this)">STANDARDISIERUNG</a>; <a href="../Functions/normsinv.htm" onclick="onhyperlinkclick(this)">STANDNORMINV</a>; <a href="../Functions/normsdist.htm" onclick="onhyperlinkclick(this)">STANDNORMVERT</a>; <a href="../Functions/slope.htm" onclick="onhyperlinkclick(this)">STEIGUNG</a>; <a href="../Functions/steyx.htm" onclick="onhyperlinkclick(this)">STFEHLERYX</a>; <a href="../Functions/devsq.htm" onclick="onhyperlinkclick(this)">SUMQUADABW</a>; <a href="../Functions/t-inv.htm" onclick="onhyperlinkclick(this)">T.INV</a>; <a href="../Functions/t-inv-2t.htm" onclick="onhyperlinkclick(this)">T.INV.2S</a>; <a href="../Functions/t-test.htm" onclick="onhyperlinkclick(this)">T.TEST</a>; <a href="../Functions/t-dist.htm" onclick="onhyperlinkclick(this)">T.VERT</a>; <a href="../Functions/t-dist-2t.htm" onclick="onhyperlinkclick(this)">T.VERT.2S</a>; <a href="../Functions/t-dist-rt.htm" onclick="onhyperlinkclick(this)">T.VERT.RE</a>; <a href="../Functions/tinv.htm" onclick="onhyperlinkclick(this)">TINV</a>; <a href="../Functions/trend.htm" onclick="onhyperlinkclick(this)">TREND</a>; <a href="../Functions/ttest.htm" onclick="onhyperlinkclick(this)">TTEST</a>; <a href="../Functions/tdist.htm" onclick="onhyperlinkclick(this)">TVERT</a>; <a href="../Functions/var-p.htm" onclick="onhyperlinkclick(this)">VAR.P</a>; <a href="../Functions/var-s.htm" onclick="onhyperlinkclick(this)">VAR.S</a>; <a href="../Functions/var.htm" onclick="onhyperlinkclick(this)">VARIANZ</a>; <a href="../Functions/vara.htm" onclick="onhyperlinkclick(this)">VARIANZA</a>; <a href="../Functions/varp.htm" onclick="onhyperlinkclick(this)">VARIANZEN</a>; <a href="../Functions/varpa.htm" onclick="onhyperlinkclick(this)">VARIANZENA</a>; <a href="../Functions/growth.htm" onclick="onhyperlinkclick(this)">VARIATION</a>; <a href="../Functions/permut.htm" onclick="onhyperlinkclick(this)">VARIATIONEN</a>; <a href="../Functions/permutationa.htm" onclick="onhyperlinkclick(this)">VARIATIONEN2</a>; <a href="../Functions/prob.htm" onclick="onhyperlinkclick(this)">WAHRSCHBEREICH</a>; <a href="../Functions/weibull.htm" onclick="onhyperlinkclick(this)">WEIBULL</a>; <a href="../Functions/weibull-dist.htm" onclick="onhyperlinkclick(this)">WEIBULL.VERT</a>; <a href="../Functions/countif.htm" onclick="onhyperlinkclick(this)">ZÄHLENWENN</a>; <a href="../Functions/countifs.htm" onclick="onhyperlinkclick(this)">ZÄHLENWENNS</a></td>
</tr>
<tr>
<td>Suchen und Bezüge</td>
<td>Diese Kategorie wird zum einfachen Auffinden von Informationen aus der Datenliste verwendet.</td>
<td><a href="../Functions/address.htm" onclick="onhyperlinkclick(this)">ADRESSE</a>; <a href="../Functions/offset.htm" onclick="onhyperlinkclick(this)">BEREICH.VERSCHIEBEN</a>; <a href="../Functions/unique.htm" onclick="onhyperlinkclick(this)">EINDEUTIG</a>; <a href="../Functions/expand.htm" onclick="onhyperlinkclick(this)">ERWEITERN</a>; <a href="../Functions/filter.htm" onclick="onhyperlinkclick(this)">FILTER</a>; <a href="../Functions/formulatext.htm" onclick="onhyperlinkclick(this)">FORMELTEXT</a>; <a href="../Functions/hstack.htm" onclick="onhyperlinkclick(this)">HSTAPELN</a>; <a href="../Functions/hyperlink.htm" onclick="onhyperlinkclick(this)">HYPERLINK</a>; <a href="../Functions/index.htm" onclick="onhyperlinkclick(this)">INDEX</a>; <a href="../Functions/indirect.htm" onclick="onhyperlinkclick(this)">INDIREKT</a>; <a href="../Functions/transpose.htm" onclick="onhyperlinkclick(this)">MTRANS</a>; <a href="../Functions/getpivotdata.htm" onclick="onhyperlinkclick(this)">PIVOTDATENZUORDNEN</a>; <a href="../Functions/sort.htm" onclick="onhyperlinkclick(this)">SORTIEREN</a>; <a href="../Functions/sortby.htm" onclick="onhyperlinkclick(this)">SORTIERENNACH</a>; <a href="../Functions/column.htm" onclick="onhyperlinkclick(this)">SPALTE</a>; <a href="../Functions/columns.htm" onclick="onhyperlinkclick(this)">SPALTEN</a>; <a href="../Functions/wrapcols.htm" onclick="onhyperlinkclick(this)">SPALTENUMBRUCH</a>; <a href="../Functions/choosecols.htm" onclick="onhyperlinkclick(this)">SPALTENWAHL</a>; <a href="../Functions/vlookup.htm" onclick="onhyperlinkclick(this)">SVERWEIS</a>; <a href="../Functions/match.htm" onclick="onhyperlinkclick(this)">VERGLEICH</a>; <a href="../Functions/lookup.htm" onclick="onhyperlinkclick(this)">VERWEIS</a>; <a href="../Functions/vstack.htm" onclick="onhyperlinkclick(this)">VSTAPELN</a>; <a href="../Functions/choose.htm" onclick="onhyperlinkclick(this)">WAHL</a>; <a href="../Functions/drop.htm" onclick="onhyperlinkclick(this)">WEGLASSEN</a>; <a href="../Functions/hlookup.htm" onclick="onhyperlinkclick(this)">WVERWEIS</a>; <a href="../Functions/xmatch.htm" onclick="onhyperlinkclick(this)">XVERGLEICH</a>; <a href="../Functions/xlookup.htm" onclick="onhyperlinkclick(this)">XVERWEIS</a>; <a href="../Functions/row.htm" onclick="onhyperlinkclick(this)">ZEILE</a>; <a href="../Functions/rows.htm" onclick="onhyperlinkclick(this)">ZEILEN</a>; <a href="../Functions/wraprows.htm" onclick="onhyperlinkclick(this)">ZEILENUMBRUCH</a>; <a href="../Functions/chooserows.htm" onclick="onhyperlinkclick(this)">ZEILENWAHL</a>; <a href="../Functions/tocol.htm" onclick="onhyperlinkclick(this)">ZUSPALTE</a>; <a href="../Functions/torow.htm" onclick="onhyperlinkclick(this)">ZUZEILE</a>; <a href="../Functions/take.htm" onclick="onhyperlinkclick(this)">ÜBERNEHMEN</a></td>
</tr>
<tr>
<td>Text und Daten</td>
<td>Diese Kategorie wird verwendet, um die Textdaten in der Tabelle korrekt anzuzeigen.</td>
<td><a href="../Functions/asc.htm" onclick="onhyperlinkclick(this)">ASC</a>; <a href="../Functions/code.htm" onclick="onhyperlinkclick(this)">CODE</a>; <a href="../Functions/dollar.htm" onclick="onhyperlinkclick(this)">DM</a>; <a href="../Functions/replace.htm" onclick="onhyperlinkclick(this)">ERSETZEN</a>; <a href="../Functions/replace.htm" onclick="onhyperlinkclick(this)">ERSETZENB</a>; <a href="../Functions/fixed.htm" onclick="onhyperlinkclick(this)">FEST</a>; <a href="../Functions/find.htm" onclick="onhyperlinkclick(this)">FINDEN</a>; <a href="../Functions/find.htm" onclick="onhyperlinkclick(this)">FINDENB</a>; <a href="../Functions/trim.htm" onclick="onhyperlinkclick(this)">GLÄTTEN</a>; <a href="../Functions/upper.htm" onclick="onhyperlinkclick(this)">GROSS</a>; <a href="../Functions/proper.htm" onclick="onhyperlinkclick(this)">GROSS2</a>; <a href="../Functions/exact.htm" onclick="onhyperlinkclick(this)">IDENTISCH</a>; <a href="../Functions/importrange.htm" onclick="onhyperlinkclick (this)">IMPORTRANGE</a>; <a href="../Functions/lower.htm" onclick="onhyperlinkclick(this)">KLEIN</a>; <a href="../Functions/len.htm" onclick="onhyperlinkclick(this)">LENB</a>; <a href="../Functions/left.htm" onclick="onhyperlinkclick(this)">LINKS</a>; <a href="../Functions/left.htm" onclick="onhyperlinkclick(this)">LINKSB</a>; <a href="../Functions/len.htm" onclick="onhyperlinkclick(this)">LÄNGE</a>; <a href="../Functions/arraytotext.htm" onclick="onhyperlinkclick(this)">MATRIXZUTEXT</a>; <a href="../Functions/right.htm" onclick="onhyperlinkclick(this)">RECHTS</a>; <a href="../Functions/right.htm" onclick="onhyperlinkclick(this)">RECHTSB</a>; <a href="../Functions/search.htm" onclick="onhyperlinkclick(this)">SUCHEN</a>; <a href="../Functions/search.htm" onclick="onhyperlinkclick(this)">SUCHENB</a>; <a href="../Functions/clean.htm" onclick="onhyperlinkclick(this)">SÄUBERN</a>; <a href="../Functions/t.htm" onclick="onhyperlinkclick(this)">T</a>; <a href="../Functions/mid.htm" onclick="onhyperlinkclick(this)">TEIL</a>; <a href="../Functions/mid.htm" onclick="onhyperlinkclick(this)">TEILB</a>; <a href="../Functions/text.htm" onclick="onhyperlinkclick(this)">TEXT</a>; <a href="../Functions/concat.htm" onclick="onhyperlinkclick(this)">TEXTKETTE</a>; <a href="../Functions/textafter.htm" onclick="onhyperlinkclick(this)">TEXTNACH</a>; <a href="../Functions/textsplit.htm" onclick="onhyperlinkclick(this)">TEXTTEILEN</a>; <a href="../Functions/textjoin.htm" onclick="onhyperlinkclick(this)">TEXTVERKETTEN</a>; <a href="../Functions/textbefore.htm" onclick="onhyperlinkclick(this)">TEXTVOR</a>; <a href="../Functions/unicode.htm" onclick="onhyperlinkclick(this)">UNICODE</a>; <a href="../Functions/unichar.htm" onclick="onhyperlinkclick(this)">UNIZEICHEN</a>; <a href="../Functions/concatenate.htm" onclick="onhyperlinkclick(this)">VERKETTEN</a>; <a href="../Functions/substitute.htm" onclick="onhyperlinkclick(this)">WECHSELN</a>; <a href="../Functions/value.htm" onclick="onhyperlinkclick(this)">WERT</a>; <a href="../Functions/rept.htm" onclick="onhyperlinkclick(this)">WIEDERHOLEN</a>; <a href="../Functions/numbervalue.htm" onclick="onhyperlinkclick(this)">ZAHLENWERT</a>; <a href="../Functions/char.htm" onclick="onhyperlinkclick(this)">ZEICHEN</a></td>
</tr>
</table>
</div>
</body>
</html>