2018-05-15 11:47:57 +00:00
<!DOCTYPE html>
< html >
< head >
< title > Funktion einfügen< / title >
< meta charset = "utf-8" / >
< meta name = "description" content = "Insert function to perform basic calculations" / >
< link type = "text/css" rel = "stylesheet" href = "../editor.css" / >
< script type = "text/javascript" src = "../callback.js" > < / script >
< script type = "text/javascript" src = "../search/js/page-search.js" > < / script >
< / head >
< body >
< div class = "mainpart" >
< div class = "search-field" >
< input id = "search" class = "searchBar" placeholder = "Suche" type = "text" onkeypress = "doSearch(event)" >
< / div >
< h1 > Funktion einfügen< / h1 >
< p > Die Möglichkeit, grundlegende Berechnungen durchzuführen, ist der eigentliche Hauptgrund für die Verwendung einer Kalkulationstabelle. 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 > 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 manuell einfügen, mit den üblichen mathematischen Operatoren, oder eine vordefinierte Formel verwenden - < b > Funktion< / b > .< / p >
< p id = "insertfunction" > Einfügen einer Funktion:< / p >
< ol >
< li > Wählen Sie eine Zelle, in die Sie eine Funktion einfügen möchten.< / li >
< li > Klicken Sie auf das Symbol < b > Funktion einfügen< / b > < img alt = "Funktion einfügen" src = "../images/insertfunction.png" / > in der Registerkarte < b > Start< / b > auf der oberen Symbolleiste und wählen Sie eine der häufig verwendeten Funktionen (SUMME, MIN, MAX, ANZAHL) oder klicken Sie auf die Option < b > Weitere< / b > oder klicken Sie < br / > mit der rechten Maustaste in die gewünschte Zelle und wählen Sie die Option < b > Funktion einfügen< / b > aus dem Menü aus < br / > oder klicken Sie auf das Symbol < img alt = "Funktion" src = "../images/function.png" / > auf der Formelleiste.< / 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" > < b > Hinweis< / b > : 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)" > den Bereichen zugewiesene Namen< / a > und andere Funktionen als Funktionsargumente verwendet werden.< / p >
< / li >
< li > Drücken Sie die < b > Eingabetaste< / b > .< / li >
< / ol >
< 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 > Text- und Datenfunktionen< / td >
< td > Werden verwendet, um die Textdaten in Ihrer Tabelle korrekt anzuzeigen.< / td >
< td > < a href = "../Functions/char.htm" onclick = "onhyperlinkclick(this)" > ZEICHEN< / a > ; < a href = "../Functions/clean.htm" onclick = "onhyperlinkclick(this)" > SÄUBERN< / a > ; < a href = "../Functions/code.htm" onclick = "onhyperlinkclick(this)" > CODE< / a > ; < a href = "../Functions/concatenate.htm" onclick = "onhyperlinkclick(this)" > VERKETTEN< / a > ; < a href = "../Functions/concat.htm" onclick = "onhyperlinkclick(this)" > TEXTKETTE< / a > ; < a href = "../Functions/dollar.htm" onclick = "onhyperlinkclick(this)" > DM< / a > ; < a href = "../Functions/exact.htm" onclick = "onhyperlinkclick(this)" > IDENTISCH< / a > ; < a href = "../Functions/find.htm" onclick = "onhyperlinkclick(this)" > FINDEN< / a > ; < a href = "../Functions/find.htm" onclick = "onhyperlinkclick(this)" > FINDENB< / a > ; < a href = "../Functions/fixed.htm" onclick = "onhyperlinkclick(this)" > FEST< / 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/len.htm" onclick = "onhyperlinkclick(this)" > LÄNGEB< / a > ; < a href = "../Functions/lower.htm" onclick = "onhyperlinkclick(this)" > KLEIN< / a > ; < a href = "../Functions/mid.htm" onclick = "onhyperlinkclick(this)" > TEIL< / a > ; < a href = "../Functions/mid.htm" onclick = "onhyperlinkclick(this)" > TEILB< / a > ; < a href = "../Functions/numbervalue.htm" onclick = "onhyperlinkclick(this)" > ZAHLENWERT< / a > ; < a href = "../Functions/proper.htm" onclick = "onhyperlinkclick(this)" > GROSS2< / a > ; < a href = "../Functions/replace.htm" onclick = "onhyperlinkclick(this)" > ERSETZEN< / a > ; < a href = "../Functions/replace.htm" onclick = "onhyperlinkclick(this)" > ERSETZENB< / a > ; < a href = "../Functions/rept.htm" onclick = "onhyperlinkclick(this)" > WIEDERHOLEN< / 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/substitute.htm" onclick = "onhyperlinkclick(this)" > WECHSELN< / a > ; < a href = "../Functions/t.htm" onclick = "onhyperlinkclick(this)" > T< / a > ; < a href = "../Functions/text.htm" onclick = "onhyperlinkclick(this)" > TEXT< / a > ; < a href = "../Functions/textjoin.htm" onclick = "onhyperlinkclick(this)" > TEXTVERKETTEN< / a > ; < a href = "../Functions/trim.htm" onclick = "onhyperlinkclick(this)" > GLÄTTEN< / a > ; < a href = "../Functions/unichar.htm" onclick = "onhyperlinkclick(this)" > UNIZEICHEN< / a > ; < a href = "../Functions/unicode.htm" onclick = "onhyperlinkclick(this)" > UNICODE< / a > ; < a href = "../Functions/upper.htm" onclick = "onhyperlinkclick(this)" > GROSS< / a > ; < a href = "../Functions/value.htm" onclick = "onhyperlinkclick(this)" > WERT< / a > < / td >
< / tr >
< tr >
< td > Statistische Funktionen< / td >
< td > Diese dienen der Analyse von Daten: Mittelwert ermitteln, den größen bzw. kleinsten Wert in einem Zellenbereich finden.< / td >
2018-07-25 14:43:12 +00:00
< td > < 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/betadist.htm" onclick = "onhyperlinkclick(this)" > BETAVERT< / a > ; < a href = "../Functions/beta-dist.htm" onclick = "onhyperlinkclick(this)" > BETA.VERT< / a > ; < a href = "../Functions/beta-inv.htm" onclick = "onhyperlinkclick(this)" > BETA.INV< / a > ; < a href = "../Functions/binomdist.htm" onclick = "onhyperlinkclick(this)" > BINOMVERT< / 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/binom-inv.htm" onclick = "onhyperlinkclick(this)" > BINOM.INV< / a > ; < a href = "../Functions/chidist.htm" onclick = "onhyperlinkclick(this)" > CHIVERT< / a > ; < a href = "../Functions/chiinv.htm" onclick = "onhyperlinkclick(this)" > CHIINV< / 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/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/chitest.htm" onclick = "onhyperlinkclick(this)" > CHITEST< / a > ; < a href = "../Functions/chisq-test.htm" onclick = "onhyperlinkclick(this)" > CHIQU.TEST< / 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/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/countif.htm" onclick = "onhyperlinkclick(this)" > ZÄHLENWENN< / a > ; < a href = "../Functions/countifs.htm" onclick = "onhyperlinkclick(this)" > ZÄHLENWENNS< / 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/devsq.htm" onclick = "onhyperlinkclick(this)" > SUMQUADABW< / 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-dist.htm" onclick = "onhyperlinkclick(this)" > F.VERT< / a > ; < a href = "../Functions/fdist.htm" onclick = "onhyperlinkclick(this)" > FVERT< / a > ; < a href = "../Functions/f-dist-rt.htm" onclick = "onhyperlinkclick(this)" > F.VERT.RE< / a > ; < a href = "../Functions/f-inv.htm" onclick = "onhyperlinkclick(this)" > F.INV< / a > ; < a href = "../Functions/finv.htm" onclick = "onhyperlinkclick(this)" > FINV< / a > ; < a href = "../Functions/f-inv-rt.htm" onclick = "onhyperlinkclick(this)" > F.INV.RE< / a > ; < a href = "../Functions/fisher.htm" onclick = "onhyperlinkclick(this)" > FISHER< / a > ; < a href = "../Functions/fisherinv.htm" onclick = "onhyperlinkclick(this)" > FISHERINV< / a > ; < a href = "../Functions/forecast.htm" onclick = "onhyperlinkclick(this)" > SCHÄTZER< / 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 = "onhyp
2018-05-15 11:47:57 +00:00
< / tr >
< tr >
< td > Mathematische und trigonometrische Funktionen< / td >
< td > Werden genutzt, um grundlegende mathematische und trigonometrische Operationen durchzuführen: Addition, Multiplikation, Division, Runden usw.< / td >
2018-07-25 14:43:12 +00:00
< td > < a href = "../Functions/abs.htm" onclick = "onhyperlinkclick(this)" > ABS< / 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/aggregate.htm" onclick = "onhyperlinkclick(this)" > AGGREGAT< / a > ; < a href = "../Functions/arabic.htm" onclick = "onhyperlinkclick(this)" > ARABISCH< / 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/base.htm" onclick = "onhyperlinkclick(this)" > BASIS< / a > ; < a href = "../Functions/ceiling.htm" onclick = "onhyperlinkclick(this)" > OBERGRENZE< / a > ; < a href = "../Functions/ceilingmath.htm" onclick = "onhyperlinkclick(this)" > OBERGRENZE.MATHEMATIK< / a > ; < a href = "../Functions/ceilingprecise.htm" onclick = "onhyperlinkclick(this)" > OBERGRENZE.GENAU< / a > ; < a href = "../Functions/combin.htm" onclick = "onhyperlinkclick(this)" > KOMBINATIONEN< / a > ; < a href = "../Functions/combina.htm" onclick = "onhyperlinkclick(this)" > KOMBINATIONEN2< / a > ; < a href = "../Functions/cos.htm" onclick = "onhyperlinkclick(this)" > COS< / 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/csc.htm" onclick = "onhyperlinkclick(this)" > COSEC< / a > ; < a href = "../Functions/csch.htm" onclick = "onhyperlinkclick(this)" > COSECHYP< / a > ; < a href = "../Functions/decimal.htm" onclick = "onhyperlinkclick(this)" > DEZIMAL< / a > ; < a href = "../Functions/degrees.htm" onclick = "onhyperlinkclick(this)" > GRAD< / a > ; < a href = "../Functions/ecma-ceiling.htm" onclick = "onhyperlinkclick(this)" > ECMA.OBERGRENZE< / a > ; < a href = "../Functions/even.htm" onclick = "onhyperlinkclick(this)" > GERADE< / 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/factdouble.htm" onclick = "onhyperlinkclick(this)" > ZWEIFAKULTÄT< / a > ; < a href = "../Functions/floor.htm" onclick = "onhyperlinkclick(this)" > UNTERGRENZE< / a > ; < a href = "../Functions/floorprecise.htm" onclick = "onhyperlinkclick(this)" > UNTERGRENZE.GENAU< / a > ; < a href = "../Functions/floormath.htm" onclick = "onhyperlinkclick(this)" > UNTERGRENZE.MATHEMATIK< / a > ; < a href = "../Functions/gcd.htm" onclick = "onhyperlinkclick(this)" > GGT< / a > ; < a href = "../Functions/int.htm" onclick = "onhyperlinkclick(this)" > GANZZAHL< / a > ; < a href = "../Functions/isoceiling.htm" onclick = "onhyperlinkclick(this)" > ISO.OBERGRENZE< / a > ; < a href = "../Functions/lcm.htm" onclick = "onhyperlinkclick(this)" > KGV< / 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/minverse.htm" onclick = "onhyperlinkclick(this)" > MINV< / a > ; < a href = "../Functions/mmult.htm" onclick = "onhyperlinkclick(this)" > MMULT< / a > ; < a href = "../Functions/mod.htm" onclick = "onhyperlinkclick(this)" > REST< / a > ; < a href = "../Functions/mround.htm" onclick = "onhyperlinkclick(this)" > VRUNDEN< / a > ; < a href = "../Functions/multinomial.htm" onclick = "onhyperlinkclick(this)" > POLYNOMIAL< / a > ; < a href = "../Functions/odd.htm" onclick = "onhyperlinkclick(this)" > UNGERADE< / a > ; < a href = "../Functions/pi.htm" onclick = "onhyperlinkclick(this)" > PI< / a > ; < a href = "../Functions/power.htm" onclick = "onhyperlinkclick(this)" > POTENZ< / a > ; < a href = "../Functions/product.htm" onclick = "onhyperlinkclick(thi
2018-05-15 11:47:57 +00:00
< / tr >
< tr >
< td > Datums- und Uhrzeitfunktionen< / td >
< td > Werden genutzt um Datum und Uhrzeit in einer Tabelle korrekt anzuzeigen.< / td >
< td > < a href = "../Functions/date.htm" onclick = "onhyperlinkclick(this)" > DATUM< / a > ; < a href = "../Functions/datedif.htm" onclick = "onhyperlinkclick(this)" > DATEDIF< / a > ; < a href = "../Functions/datevalue.htm" onclick = "onhyperlinkclick(this)" > DATWERT< / 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/edate.htm" onclick = "onhyperlinkclick(this)" > EDATUM< / a > ; < a href = "../Functions/eomonth.htm" onclick = "onhyperlinkclick(this)" > MONATSENDE< / a > ; < a href = "../Functions/hour.htm" onclick = "onhyperlinkclick(this)" > STUNDE< / a > ; < a href = "../Functions/isoweeknum.htm" onclick = "onhyperlinkclick(this)" > ISOKALENDERWOCHE< / a > ; < a href = "../Functions/minute.htm" onclick = "onhyperlinkclick(this)" > MINUTE< / a > ; < a href = "../Functions/month.htm" onclick = "onhyperlinkclick(this)" > MONAT< / 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/now.htm" onclick = "onhyperlinkclick(this)" > JETZT< / a > ; < a href = "../Functions/second.htm" onclick = "onhyperlinkclick(this)" > SEKUNDE< / a > ; < a href = "../Functions/time.htm" onclick = "onhyperlinkclick(this)" > ZEIT< / a > ; < a href = "../Functions/timevalue.htm" onclick = "onhyperlinkclick(this)" > ZEITWERT< / a > ; < a href = "../Functions/today.htm" onclick = "onhyperlinkclick(this)" > HEUTE< / a > ; < a href = "../Functions/weekday.htm" onclick = "onhyperlinkclick(this)" > WOCHENTAG< / a > ; < a href = "../Functions/weeknum.htm" onclick = "onhyperlinkclick(this)" > KALENDERWOCHE< / a > ; < 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/year.htm" onclick = "onhyperlinkclick(this)" > JAHR< / a > ; < a href = "../Functions/yearfrac.htm" onclick = "onhyperlinkclick(this)" > BRTEILJAHRE< / a > < / td >
< / tr >
< tr >
< td > Technische Funktionen< / td >
< td > Dienen der Durchführung von technischen Berechnungen:< / 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/bitand.htm" onclick = "onhyperlinkclick(this)" > BITUND< / 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/bitxor.htm" onclick = "onhyperlinkclick(this)" > BITXODER< / a > ; < a href = "../Functions/complex.htm" onclick = "onhyperlinkclick(this)" > KOMPLEXE< / a > ; < a href = "../Functions/convert.htm" onclick = "onhyperlinkclick(this)" > UMWANDELN< / 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/delta.htm" onclick = "onhyperlinkclick(this)" > DELTA< / a > ; < a href = "../Functions/erf.htm" onclick = "onhyperlinkclick(this)" > GAUSSFEHLER< / a > ; < a href = "../Functions/erf-precise.htm" onclick = "onhyperlinkclick(this)" > GAUSSF.GENAU< / 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/imargument.htm" onclick = "onhyperlinkclick(this)" > IMARGUMENT< / a > ; < a href = "../Functions/imconjugate.htm" onclick = "onhyperlinkclick(this)" > IMKONJUGIERTE< / a > ; < a href = "../Functions/imcos.htm" onclick = "onhyperlinkclick(this)" > IMCOS< / a > ; < a href = "../Functions/imcosh.htm" onclick = "onhyperlinkclick(this)" > IMCOSHYP< / a > ; < a href = "../Functions/imcot.htm" onclick = "onhyperlinkclick(this)" > IMCOT< / a > ; < a href = "../Functions/imcsc.htm" onclick = "onhyperlinkclick(this)" > IMCOSEC< / a > ; < a href = "../Functions/imcsch.htm" onclick = "onhyperlinkclick(this)" > IMCOSECHYP< / a > ; < a href = "../Functions/imdiv.htm" onclick = "onhyperlinkclick(this)" > IMDIV< / a > ; < a href = "../Functions/imexp.htm" onclick = "onhyperlinkclick(this)" > IMEXP< / 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/impower.htm" onclick = "onhyperlinkclick(this)" > IMAPOTENZ< / 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/imsqrt.htm" onclick = "onhyperlinkclick(this)" > IMWURZEL< / a > ; < a href = "../Functions/imsub.htm" onclick = "onhyperlinkclick(this)" > IMSUB< / a > ; < a href = "../Functions/imsum.htm" onclick = "onhyperlinkclick(this)
< / tr >
< tr >
< td > Datenbankfunktionen< / td >
< td > Werden verwendet, um Berechnungen für die Werte in einem bestimmten Feld der Datenbank durchzuführen, die den angegebenen Kriterien entsprechen.< / td >
< td > < a href = "../Functions/daverage.htm" onclick = "onhyperlinkclick(this)" > DBMITTELWERT< / a > ; < 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)" > DBMAX< / a > ; < a href = "../Functions/dmin.htm" onclick = "onhyperlinkclick(this)" > DBMIN< / 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 >
2018-07-25 14:43:12 +00:00
< / tr >
< tr >
< td > Finanzmathematische Funktionen< / td >
< td > Werden genutzt, um finanzielle Berechnungen durchzuführen (Kapitalwert, Zahlungen usw.).< / td >
< td > < a href = "../Functions/accrint.htm" onclick = "onhyperlinkclick(this)" > AUFGELZINS< / a > ; < a href = "../Functions/accrintm.htm" onclick = "onhyperlinkclick(this)" > AUFGELZINSF< / a > ; < a href = "../Functions/amordegrc.htm" onclick = "onhyperlinkclick(this)" > AMORDEGRK< / a > ; < a href = "../Functions/amorlinc.htm" onclick = "onhyperlinkclick(this)" > AMORLINEARK< / a > ; < a href = "../Functions/coupdaybs.htm" onclick = "onhyperlinkclick(this)" > ZINSTERMTAGVA< / a > ; < a href = "../Functions/coupdays.htm" onclick = "onhyperlinkclick(this)" > ZINSTERMTAGE< / a > ; < a href = "../Functions/coupdaysnc.htm" onclick = "onhyperlinkclick(this)" > ZINSTERMTAGNZ< / a > ; < a href = "../Functions/coupncd.htm" onclick = "onhyperlinkclick(this)" > ZINSTERMNZ< / a > ; < a href = "../Functions/coupnum.htm" onclick = "onhyperlinkclick(this)" > ZINSTERMZAHL< / a > ; < a href = "../Functions/couppcd.htm" onclick = "onhyperlinkclick(this)" > ZINSTERMVZ< / a > ; < a href = "../Functions/cumipmt.htm" onclick = "onhyperlinkclick(this)" > KUMZINSZ< / a > ; < a href = "../Functions/cumprinc.htm" onclick = "onhyperlinkclick(this)" > KUMKAPITAL< / a > ; < a href = "../Functions/db.htm" onclick = "onhyperlinkclick(this)" > GDA2< / a > ; < a href = "../Functions/ddb.htm" onclick = "onhyperlinkclick(this)" > GDA< / a > ; < a href = "../Functions/disc.htm" onclick = "onhyperlinkclick(this)" > DISAGIO< / a > ; < a href = "../Functions/dollarde.htm" onclick = "onhyperlinkclick(this)" > NOTIERUNGDEZ< / a > ; < a href = "../Functions/dollarfr.htm" onclick = "onhyperlinkclick(this)" > NOTIERUNGBRU< / a > ; < a href = "../Functions/duration.htm" onclick = "onhyperlinkclick(this)" > DURATIONТ < / a > ; < a href = "../Functions/effect.htm" onclick = "onhyperlinkclick(this)" > EFFEKTIV< / a > ; < a href = "../Functions/fv.htm" onclick = "onhyperlinkclick(this)" > ZW< / a > ; < a href = "../Functions/fvschedule.htm" onclick = "onhyperlinkclick(this)" > ZW2< / a > ; < a href = "../Functions/intrate.htm" onclick = "onhyperlinkclick(this)" > ZINSSATZ< / a > ; < a href = "../Functions/ipmt.htm" onclick = "onhyperlinkclick(this)" > ZINSZ< / a > ; < a href = "../Functions/irr.htm" onclick = "onhyperlinkclick(this)" > IKV< / a > ; < a href = "../Functions/ispmt.htm" onclick = "onhyperlinkclick(this)" > ISPMT< / a > ; < a href = "../Functions/mduration.htm" onclick = "onhyperlinkclick(this)" > MDURATION< / a > ; < a href = "../Functions/mirr.htm" onclick = "onhyperlinkclick(this)" > QIKV< / a > ; < a href = "../Functions/nominal.htm" onclick = "onhyperlinkclick(this)" > NOMINAL< / a > ; < a href = "../Functions/nper.htm" onclick = "onhyperlinkclick(this)" > ZZR< / a > ; < a href = "../Functions/npv.htm" onclick = "onhyperlinkclick(this)" > NBW< / 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/pduration.htm" onclick = "onhyperlinkclick(this)" > PDURATION< / a > ; < a href = "../Functions/pmt.htm" onclick = "onhyperlinkclick(this)" > RMZ< / a > ; < a href = "../Functions/ppmt.htm" onclick = "onhyperlinkclick(this)" > KAPZ< / 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/pv.htm" onclick = "onhyperlinkclick(this)" > BW< / a > ; < a href = "../Functions/rate.htm" onclick = "onhyperlinkclick(this)" > ZINS< / a > ; < a href = "../Functions/received.htm" onclick = "onhyperlinkclick(this)" > AUSZAHLUNG< / a > ; < a href = "../Functions/rri.htm" onclick = "onhyperlinkclick(this)" > ZSATZINVEST< / a > ; < a href = "../Functions/sln.htm" onclick = "onhyperlinkclick(this)" > LIA< / a > ; < a href = "../Functions/syd.htm" onclick = "onhyperlinkclick(this)" > DIA< / a > ; < a href = "../Functions/tbilleq.htm" onclick = "onhyperlinkclick(this)" > TBILLÄQUIV< / a > ; < a href = "../Functions/tbillprice.htm" onclick = "onhyperlinkclick(this)" > TBILLKURS< / a > ; < a href = "../Functions/tbillyield.htm" onclick = "onhyperlinkclick(this)" > TBILLRENDITE< / a > ; < a href = "../Functions/vdb.htm" onclick = "onhyperlinkclick(this)" > VDB< / a > ; < a href
< / tr >
< tr >
< td > Nachschlage- und Verweisfunktionen< / td >
< td > Werden genutzt, um die Informationen aus der Datenliste zu finden.< / td >
< td > < a href = "../Functions/address.htm" onclick = "onhyperlinkclick(this)" > ADRESSE< / a > ; < a href = "../Functions/choose.htm" onclick = "onhyperlinkclick(this)" > WAHL< / a > ; < a href = "../Functions/column.htm" onclick = "onhyperlinkclick(this)" > SPALTE< / a > ; < a href = "../Functions/columns.htm" onclick = "onhyperlinkclick(this)" > SPALTEN< / a > ; < a href = "../Functions/formulatext.htm" onclick = "onhyperlinkclick(this)" > FORMELTEXT< / a > ; < a href = "../Functions/hlookup.htm" onclick = "onhyperlinkclick(this)" > WVERWEIS< / a > ; < a href = "../Functions/index.htm" onclick = "onhyperlinkclick(this)" > INDEX< / a > ; < a href = "../Functions/indirect.htm" onclick = "onhyperlinkclick(this)" > INDIREKT< / a > ; < a href = "../Functions/lookup.htm" onclick = "onhyperlinkclick(this)" > VERWEIS< / a > ; < a href = "../Functions/match.htm" onclick = "onhyperlinkclick(this)" > VERGLEICH< / a > ; < a href = "../Functions/offset.htm" onclick = "onhyperlinkclick(this)" > BEREICH.VERSCHIEBEN< / a > ; < a href = "../Functions/row.htm" onclick = "onhyperlinkclick(this)" > ZEILE< / a > ; < a href = "../Functions/rows.htm" onclick = "onhyperlinkclick(this)" > ZEILEN< / a > ; < a href = "../Functions/transpose.htm" onclick = "onhyperlinkclick(this)" > MTRANS< / a > ; < a href = "../Functions/vlookup.htm" onclick = "onhyperlinkclick(this)" > SVERWEIS< / a > < / td >
2018-05-15 11:47:57 +00:00
< / tr >
< tr >
< td > Informationsfunktionen< / td >
< td > Werden verwendet, um Ihnen Informationen über die Daten in der ausgewählten Zelle oder einem Bereich von Zellen zu geben.< / td >
< td > < a href = "../Functions/error.type.htm" onclick = "onhyperlinkclick(this)" > FEHLER.TYP< / a > ; < a href = "../Functions/isblank.htm" onclick = "onhyperlinkclick(this)" > ISTLEER< / a > ; < a href = "../Functions/iserr.htm" onclick = "onhyperlinkclick(this)" > ISTFEHL< / a > ; < a href = "../Functions/iserror.htm" onclick = "onhyperlinkclick(this)" > ISTFEHLER< / a > ; < a href = "../Functions/iseven.htm" onclick = "onhyperlinkclick(this)" > ISTGERADE< / a > ; < a href = "../Functions/isformula.htm" onclick = "onhyperlinkclick(this)" > ISTFORMEL< / a > ; < a href = "../Functions/islogical.htm" onclick = "onhyperlinkclick(this)" > ISTLOG< / a > ; < a href = "../Functions/isna.htm" onclick = "onhyperlinkclick(this)" > ISTNV< / a > ; < a href = "../Functions/isnontext.htm" onclick = "onhyperlinkclick(this)" > ISTKTEXT< / a > ; < a href = "../Functions/isnumber.htm" onclick = "onhyperlinkclick(this)" > ISTZAHL< / a > ; < a href = "../Functions/isodd.htm" onclick = "onhyperlinkclick(this)" > ISTUNGERADE< / a > ; < a href = "../Functions/isref.htm" onclick = "onhyperlinkclick(this)" > ISTBEZUG< / a > ; < a href = "../Functions/istext.htm" onclick = "onhyperlinkclick(this)" > ISTTEXT< / a > ; < a href = "../Functions/n.htm" onclick = "onhyperlinkclick(this)" > N< / a > ; < a href = "../Functions/na.htm" onclick = "onhyperlinkclick(this)" > NV< / a > ; < a href = "../Functions/sheet.htm" onclick = "onhyperlinkclick(this)" > BLATT< / a > ; < a href = "../Functions/sheets.htm" onclick = "onhyperlinkclick(this)" > BLÄTTER< / a > ; < a href = "../Functions/type.htm" onclick = "onhyperlinkclick(this)" > TYP< / a > < / td >
< / tr >
< tr >
< td > Logische Funktionen< / td >
< td > Werden verwendet, um zu prüfen, ob eine Bedingung wahr oder falsch ist.< / td >
< td > < a href = "../Functions/and.htm" onclick = "onhyperlinkclick(this)" > UND< / a > ; < a href = "../Functions/false.htm" onclick = "onhyperlinkclick(this)" > FALSCH< / 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)" > WENNNV< / a > ; < a href = "../Functions/ifs.htm" onclick = "onhyperlinkclick(this)" > WENNS< / a > ; < a href = "../Functions/not.htm" onclick = "onhyperlinkclick(this)" > NICHT< / a > ; < a href = "../Functions/or.htm" onclick = "onhyperlinkclick(this)" > ODER< / a > ; < a href = "../Functions/switch.htm" onclick = "onhyperlinkclick(this)" > ERSTERWERT< / a > ; < a href = "../Functions/true.htm" onclick = "onhyperlinkclick(this)" > WAHR< / a > ; < a href = "../Functions/xor.htm" onclick = "onhyperlinkclick(this)" > XODER< / a > < / td >
< / tr >
< / table >
< / div >
< / body >
< / html >