diff --git a/apps/spreadsheeteditor/main/resources/help/de/Functions/munit.htm b/apps/spreadsheeteditor/main/resources/help/de/Functions/munit.htm new file mode 100644 index 000000000..a3d894c7c --- /dev/null +++ b/apps/spreadsheeteditor/main/resources/help/de/Functions/munit.htm @@ -0,0 +1,74 @@ + + + + MEINHEIT-Funktion + + + + + + + +
+
+ +
+

MEINHEIT-Funktion

+

Die Funktion MEINHEIT ist eine der mathematischen und trigonometrischen Funktionen. Sie wird verwendet, um eine Einheitsmatrix für die angegebene Dimension zurückzugeben.

+

Die Formelsyntax der Funktion MEINHEIT ist:

+

MEINHEIT(Größe)

+

dabei gilt

+

Größe ist ein erforderliches Argument. Es ist eine Ganzzahl, die die Größe der Einheitsmatrix angibt, die Sie zurückgeben möchten, und eine Matrix zurückgibt.

+

Anwendung der Funktion MEINHEIT:

+
    +
  1. Wählen Sie die gewünschte Zelle für die Ergebnisanzeige aus.
  2. +
  3. Klicken Sie auf das Symbol Funktion einfügen Funktion einfügen auf der oberen Symbolleiste
    oder klicken Sie mit der rechten Maustaste in die gewünschte Zelle und wählen Sie die Option Funktion einfügen aus dem Kontextenü aus
    oder klicken Sie auf das Symbol Funktion auf der Formelleiste.
  4. +
  5. Wählen Sie die Gruppe Mathematik und Trigonometrie Funktionen aus der Liste aus.
  6. +
  7. Klicken Sie auf die Funktion MEINHEIT.
  8. +
  9. Geben Sie das Argument ein.
  10. +
  11. Drücken Sie die Eingabetaste.
  12. +
+

Das Ergebnis wird in der gewählten Zelle angezeigt.

+

MEINHEIT-Funktion

+
+ + + + + + RKP-Funktion + + + + + + + +
+
+ +
+

RKP-Funktion

+

Die Funktion RKP ist eine der statistischen Funktionen. Sie wird verwendet, um eine Exponentialkurve zu berechnen, die zu den Daten passt und ein Array von Werten zurückgibt, die die Kurve beschreiben.

+

Die Formelsyntax der Funktion RKP ist:

+

RKP(bekannte_y-Werte, [bekannte_x-Werte], [Konstante], [Statistiken])

+

dabei gilt

+

bekannte_y-Werte ist die Gruppe von y-Werten, die Sie bereits in der Gleichung y = b*m^x kennen.

+

bekannte_x-Werte ist die optionale Gruppe von x-Werten, die Sie möglicherweise in der Gleichung y = b*m^x kennen.

+

Konstante ist ein optionales Argument. Es ist ein WAHR oder FALSCH Wert, bei dem WAHR oder das Fehlen des Arguments die normale Berechnung von b gibt und FALSCH b in der Gleichung y = b*m^x auf 1 setzt und die m-Werte in der Gleichung y = m^x entsprechen.

+

Statistiken ist ein optionales Argument. Es ist ein WAHR oder FALSCH Wert, der festlegt, ob zusätzliche Regressionsstatistiken ausgegeben werden sollen.

+ +

Anwendung der Funktion RKP:

+
    +
  1. Wählen Sie die gewünschte Zelle für die Ergebnisanzeige aus.
  2. +
  3. Klicken Sie auf das Symbol Funktion einfügen Funktion einfügen auf der oberen Symbolleiste
    oder klicken Sie mit der rechten Maustaste in die gewünschte Zelle und wählen Sie die Option Funktion einfügen aus dem Kontextenü aus
    oder klicken Sie auf das Symbol Funktion auf der Formelleiste.
  4. +
  5. Wählen Sie die Gruppe Statistische Funktionen aus der Liste aus.
  6. +
  7. Klicken Sie auf die Funktion RKP.
  8. +
  9. Geben Sie die erforderlichen Argumente ein und trennen Sie diese durch Kommas.
  10. +
  11. Drücken Sie die Eingabetaste.
  12. +
+

Das Ergebnis wird in der gewählten Zelle angezeigt.

+

RKP-Funktion

+
+ + \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/resources/help/de/Functions/randarray.htm b/apps/spreadsheeteditor/main/resources/help/de/Functions/randarray.htm new file mode 100644 index 000000000..18d4acc43 --- /dev/null +++ b/apps/spreadsheeteditor/main/resources/help/de/Functions/randarray.htm @@ -0,0 +1,40 @@ + + + + Zufallsmatrix-Funktion + + + + + + + +
+
+ +
+

ZUFALLSMATRIX-Funktion

+

Die Funktion ZUFALLSMATRIX ist eine der mathematischen und trigonometrischen Funktionen. Sie wird verwendet, um ein Array von Zufallszahlen zurückzugeben. Geben Sie die Anzahl der auszufüllenden Zeilen und Spalten, legen Sie die Mindest- und Höchstwerte fest und geben Sie an, ob ganze Zahlen oder Dezimalwerte zurückgegeben werden sollen.

+

Die Formelsyntax der Funktion ZUFALLSMATRIX ist:

+

ZUFALLSMATRIX([Zeilen],[Spalten],[min], [max], [ganze_Zahl])

+

dabei gilt

+

Zeilen ist ein optionales Argument, das die Anzahl der Zeilen konfiguriert, die zurückgegeben werden sollen.

+

Spalten ist ein optionales Argument, das die Anzahl der Spalten konfiguriert, die zurückgegeben werden sollen.

+

min ist ein optionales Argument, das den Mindestwert konfiguriert. Wenn das Argument nicht angegeben wird, wird die Funktion standardmäßig auf 0 und 1 gesetzt.

+

max ist ein optionales Argument, das den Höchstwert konfiguriert. Wenn das Argument nicht angegeben wird, wird die Funktion standardmäßig auf 0 und 1 gesetzt.

+

ganze_Zahl ist ein optionales WAHR oder FALSCH Argument. Bei WAHR gibt die Funktion eine ganze Zahl zurück, bei FALSCH gibt sie eine Dezimalzahl zurück.

+ +

Anwendung der Funktion ZUFALLSMATRIX:

+
    +
  1. Wählen Sie die gewünschte Zelle für die Ergebnisanzeige aus.
  2. +
  3. Klicken Sie auf das Symbol Funktion einfügen Funktion einfügen auf der oberen Symbolleiste
    oder klicken Sie mit der rechten Maustaste in die gewünschte Zelle und wählen Sie die Option Funktion einfügen aus dem Kontextenü aus
    oder klicken Sie auf das Symbol Funktion auf der Formelleiste.
  4. +
  5. Wählen Sie die Gruppe Mathematik und Trigonometrie Funktionen aus der Liste aus.
  6. +
  7. Klicken Sie auf die Funktion ZUFALLSMATRIX.
  8. +
  9. Geben Sie die Argumente ein und trennen Sie diese durch Kommas.
  10. +
  11. Drücken Sie die Eingabetaste.
  12. +
+

Das Ergebnis wird in der gewählten Zelle angezeigt.

+

ZUFALLSMATRIX-Funktion

+
+ + \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/resources/help/de/UsageInstructions/InsertFunction.htm b/apps/spreadsheeteditor/main/resources/help/de/UsageInstructions/InsertFunction.htm index 109bfdd6a..0e51a3694 100644 --- a/apps/spreadsheeteditor/main/resources/help/de/UsageInstructions/InsertFunction.htm +++ b/apps/spreadsheeteditor/main/resources/help/de/UsageInstructions/InsertFunction.htm @@ -61,12 +61,12 @@ Statistische Funktionen Diese dienen der Analyse von Daten: Mittelwert ermitteln, den größen bzw. kleinsten Wert in einem Zellenbereich finden. - MITTELABW; MITTELWERT; MITTELWERTA; MITTELWERTWENN; MITTELWERTWENNS; BETAVERT; BETA.VERT; BETA.INV; BETAINV; BINOMVERT; BINOM.VERT; BINOM.VERT.BEREICH; BINOM.INV; CHIVERT; CHIINV; CHIQU.VERT; CHIQU.VERT.RE; CHIQU.INV; CHIQU.INV.RE; CHITEST; CHIQU.TEST; KONFIDENZ; KONFIDENZ.NORM; KONFIDENZ.T; KORREL; ANZAHL; ANZAHL2; ANZAHLLEEREZELLEN; ZÄHLENWENN; ZÄHLENWENNS; KOVAR; KOVARIANZ.P; KOVARIANZ.S; KRITBINOM; SUMQUADABW; EXPON.VERT; EXPONVERT; F.VERT; FVERT; F.VERT.RE; F.INV; FINV; F.INV.RE; FISHER; FISHERINV; SCHÄTZER; PROGNOSE.ETS; PROGNOSE.ETS.KONFINT; PROGNOSE.ETS.SAISONALITÄT; PROGNOSE.ETS.STAT; PROGNOSE.LINEAR; HÄUFIGKEIT; FTEST; F.TEST; GAMMA; GAMMA.VERT; GAMMAVERT; GAMMA.INV; GAMMAINV; GAMMALN; GAMMALN.GENAU; GAUSS; GEOMITTEL; HARMITTEL; HYPGEOMVERT; HYPGEOM.VERT; ACHSENABSCHNITT; KURT; KGRÖSSTE; LOGINV; LOGNORM.VERT; LOGNORM.INV; LOGNORMVERT; MAX; MAXA; MAXWENNS; MEDIAN; MIN; MINA; MINWENNS; MODALWERT; MODUS.VIELF; MODUS.EINF; NEGBINOMVERT; NEGBINOM.VERT; NORMVERT; NORM.VERT; NORMINV; NORM.INV; STANDNORMVERT; NORM.S.VERT; STANDNORMINV; NORM.S.INV; PEARSON; QUANTIL; QUANTIL.EXKL; QUANTIL.INKL; QUANTILSRANG; QUANTILSRANG.EXKL; QUANTILSRANG.INKL; VARIATIONEN; VARIATIONEN2; PHI; POISSON; POISSON.VERT; WAHRSCHBEREICH; QUARTILE; QUARTILE.EXKL; QUARTILE.INKL; RANG; RANG.MITTELW; RANG.GLEICH; BESTIMMTHEITSMASS; SCHIEFE; SCHIEFE.P; STEIGUNG; KKLEINSTE; STANDARDISIERUNG; STABW; STABW.S; STABWA; STABWN; STABW.N; STABWNA; STFEHLERYX; TVERT; T.VERT; T.VERT.2S; T.VERT.RE; T.INV; T.INV.2S; TINV; GESTUTZTMITTEL; TTEST; T.TEST; VARIANZ; VARIANZA; VARIANZEN; VAR.P; VAR.S; VARIANZENA; WEIBULL; WEIBULL.VERT; GTEST; G.TEST + MITTELABW; MITTELWERT; MITTELWERTA; MITTELWERTWENN; MITTELWERTWENNS; BETAVERT; BETA.VERT; BETA.INV; BETAINV; BINOMVERT; BINOM.VERT; BINOM.VERT.BEREICH; BINOM.INV; CHIVERT; CHIINV; CHIQU.VERT; CHIQU.VERT.RE; CHIQU.INV; CHIQU.INV.RE; CHITEST; CHIQU.TEST; KONFIDENZ; KONFIDENZ.NORM; KONFIDENZ.T; KORREL; ANZAHL; ANZAHL2; ANZAHLLEEREZELLEN; ZÄHLENWENN; ZÄHLENWENNS; KOVAR; KOVARIANZ.P; KOVARIANZ.S; KRITBINOM; SUMQUADABW; EINDEUTIG; EXPON.VERT; EXPONVERT; F.VERT; FVERT; F.VERT.RE; F.INV; FINV; F.INV.RE; FISHER; FISHERINV; SCHÄTZER; PROGNOSE.ETS; PROGNOSE.ETS.KONFINT; PROGNOSE.ETS.SAISONALITÄT; PROGNOSE.ETS.STAT; PROGNOSE.LINEAR; HÄUFIGKEIT; FTEST; F.TEST; GAMMA; GAMMA.VERT; GAMMAVERT; GAMMA.INV; GAMMAINV; GAMMALN; GAMMALN.GENAU; GAUSS; GEOMITTEL; HARMITTEL; HYPGEOMVERT; HYPGEOM.VERT; ACHSENABSCHNITT; KURT; KGRÖSSTE; LOGINV; LOGNORM.VERT; LOGNORM.INV; LOGNORMVERT; MAX; MAXA; MAXWENNS; MEDIAN; MIN; MINA; MINWENNS; MODALWERT; MODUS.VIELF; MODUS.EINF; NEGBINOMVERT; NEGBINOM.VERT; NORMVERT; NORM.VERT; NORMINV; NORM.INV; STANDNORMVERT; NORM.S.VERT; STANDNORMINV; NORM.S.INV; PEARSON; QUANTIL; QUANTIL.EXKL; QUANTIL.INKL; QUANTILSRANG; QUANTILSRANG.EXKL; QUANTILSRANG.INKL; RKP; VARIATIONEN; VARIATIONEN2; PHI; POISSON; POISSON.VERT; WAHRSCHBEREICH; QUARTILE; QUARTILE.EXKL; QUARTILE.INKL; RANG; RANG.MITTELW; RANG.GLEICH; BESTIMMTHEITSMASS; SCHIEFE; SCHIEFE.P; STEIGUNG; KKLEINSTE; STANDARDISIERUNG; STABW; STABW.S; STABWA; STABWN; STABW.N; STABWNA; STFEHLERYX; TVERT; T.VERT; T.VERT.2S; T.VERT.RE; T.INV; T.INV.2S; TINV; TREND; GESTUTZTMITTEL; TTEST; T.TEST; VARIANZ; VARIANZA; VARIANZEN; VARIATION; VAR.P; VAR.S; VARIANZENA; WEIBULL; WEIBULL.VERT; GTEST; G.TEST Mathematische und trigonometrische Funktionen Werden genutzt, um grundlegende mathematische und trigonometrische Operationen durchzuführen: Addition, Multiplikation, Division, Runden usw. - ABS; ACOS; ARCCOSHYP; ARCCOT; ARCCOTHYP; AGGREGAT; ARABISCH; ARCSIN; ARCSINHYP; ARCTAN; ARCTAN2; ARCTANHYP; BASE; OBERGRENZE; OBERGRENZE.MATHEMATIK; OBERGRENZE.GENAU; KOMBINATIONEN; KOMBINATIONEN2; COS; COSHYP; COT; COTHYP; COSEC; COSECHYP; DEZIMAL; GRAD; ECMA.OBERGRENZE; GERADE; EXP; FAKULTÄT; ZWEIFAKULTÄT; UNTERGRENZE; UNTERGRENZE.GENAU; UNTERGRENZE.MATHEMATIK; GGT; GANZZAHL; ISO.OBERGRENZE; KGV; LN; LOG; LOG10; MDET; MINV; MMULT; REST; VRUNDEN; POLYNOMIAL; UNGERADE; PI; POTENZ; PRODUKT; QUOTIENT; BOGENMASS; ZUFALLSZAHL; ZUFALLSBEREICH; RÖMISCH; RUNDEN; ABRUNDEN; AUFRUNDEN; SEC; SECHYP; POTENZREIHE; VORZEICHEN; SIN; SINHYP; WURZEL; WURZELPI; TEILERGEBNIS; SUMME; SUMMEWENN; SUMMEWENNS; SUMMENPRODUKT; QUADRATESUMME; SUMMEX2MY2; SUMMEX2PY2; SUMMEXMY2; TAN; TANHYP; KÜRZEN + ABS; ACOS; ARCCOSHYP; ARCCOT; ARCCOTHYP; AGGREGAT; ARABISCH; ARCSIN; ARCSINHYP; ARCTAN; ARCTAN2; ARCTANHYP; BASE; OBERGRENZE; OBERGRENZE.MATHEMATIK; OBERGRENZE.GENAU; KOMBINATIONEN; KOMBINATIONEN2; COS; COSHYP; COT; COTHYP; COSEC; COSECHYP; DEZIMAL; GRAD; ECMA.OBERGRENZE; GERADE; EXP; FAKULTÄT; ZWEIFAKULTÄT; UNTERGRENZE; UNTERGRENZE.GENAU; UNTERGRENZE.MATHEMATIK; GGT; GANZZAHL; ISO.OBERGRENZE; KGV; LN; LOG; LOG10; MDET; MINV; MMULT; MEINHEIT; REST; VRUNDEN; POLYNOMIAL; UNGERADE; PI; POTENZ; PRODUKT; QUOTIENT; BOGENMASS; ZUFALLSZAHL; ZUFALLSBEREICH; RÖMISCH; RUNDEN; ABRUNDEN; AUFRUNDEN; SEC; SECHYP; POTENZREIHE; VORZEICHEN; SIN; SINHYP; WURZEL; WURZELPI; TEILERGEBNIS; SUMME; SUMMEWENN; SUMMEWENNS; SUMMENPRODUKT; QUADRATESUMME; SUMMEX2MY2; SUMMEX2PY2; SUMMEXMY2; TAN; TANHYP; KÜRZEN; ZUFALLSMATRIX Datums- und Uhrzeitfunktionen diff --git a/apps/spreadsheeteditor/main/resources/help/de/images/munit.png b/apps/spreadsheeteditor/main/resources/help/de/images/munit.png new file mode 100644 index 000000000..9c6bfe756 Binary files /dev/null and b/apps/spreadsheeteditor/main/resources/help/de/images/munit.png differ diff --git a/apps/spreadsheeteditor/main/resources/help/de/images/randarray.png b/apps/spreadsheeteditor/main/resources/help/de/images/randarray.png new file mode 100644 index 000000000..d815a004c Binary files /dev/null and b/apps/spreadsheeteditor/main/resources/help/de/images/randarray.png differ diff --git a/apps/spreadsheeteditor/main/resources/help/de/search/indexes.js b/apps/spreadsheeteditor/main/resources/help/de/search/indexes.js index 6a113b38b..6419f9a9b 100644 --- a/apps/spreadsheeteditor/main/resources/help/de/search/indexes.js +++ b/apps/spreadsheeteditor/main/resources/help/de/search/indexes.js @@ -1425,6 +1425,11 @@ var indexes = "title": "POLYNOMIAL-Funktion", "body": "Die Funktion POLYNOMIAL gehört zur Gruppe der mathematischen und trigonometrischen Funktionen. Sie wird genutzt, um das Verhältnis der Fakultät von der Summe der Zahlen zum Produkt der Fakultäten zurückzugeben. Die Formelsyntax der Funktion POLYNOMIAL ist: POLYNOMIAL(Zahl1; [Zahl2];...) Die Liste der Argumente Zahl1;[Zahl2];... kann bis zu 30 nummerische Werte enthalten, die manuell eingegeben werden oder in dem Zellbereich eingeschlossen sind, auf den Sie Bezug nehmen. Anwendung der Funktion POLYNOMIAL: Wählen Sie die gewünschte Zelle für die Ergebnisanzeige aus. Klicken Sie auf das Symbol Funktion einfügen auf der oberen Symbolleiste oder klicken Sie mit der rechten Maustaste in die gewünschte Zelle und wählen Sie die Option Funktion einfügen aus dem Kontextenü aus oder klicken Sie auf das Symbol auf der Formelleiste. Wählen Sie die Gruppe Mathematische und trigonometrische Funktionen aus der Liste aus. Klicken Sie auf die Funktion POLYNOMIAL. Geben Sie die erforderlichen Argumente ein und trennen Sie diese durch Kommas oder wählen Sie den Zellenbereich mit der Maus aus. Drücken Sie die Eingabetaste. Das Ergebnis wird in der gewählten Zelle angezeigt." }, + { + "id": "Functions/munit.htm", + "title": "RKP-Funktion", + "body": "Die Funktion RKP ist eine der statistischen Funktionen. Sie wird verwendet, um eine Exponentialkurve zu berechnen, die zu den Daten passt und ein Array von Werten zurückgibt, die die Kurve beschreiben. Die Formelsyntax der Funktion RKP ist: RKP(bekannte_y-Werte, [bekannte_x-Werte], [Konstante], [Statistiken]) dabei gilt bekannte_y-Werte ist die Gruppe von y-Werten, die Sie bereits in der Gleichung y = b*m^x kennen. bekannte_x-Werte ist die optionale Gruppe von x-Werten, die Sie möglicherweise in der Gleichung y = b*m^x kennen. Konstante ist ein optionales Argument. Es ist ein WAHR oder FALSCH Wert, bei dem WAHR oder das Fehlen des Arguments die normale Berechnung von b gibt und FALSCH b in der Gleichung y = b*m^x auf 1 setzt und die m-Werte in der Gleichung y = m^x entsprechen. Statistiken ist ein optionales Argument. Es ist ein WAHR oder FALSCH Wert, der festlegt, ob zusätzliche Regressionsstatistiken ausgegeben werden sollen. Anwendung der Funktion RKP: Wählen Sie die gewünschte Zelle für die Ergebnisanzeige aus. Klicken Sie auf das Symbol Funktion einfügen auf der oberen Symbolleiste oder klicken Sie mit der rechten Maustaste in die gewünschte Zelle und wählen Sie die Option Funktion einfügen aus dem Kontextenü aus oder klicken Sie auf das Symbol auf der Formelleiste. Wählen Sie die Gruppe Statistische Funktionen aus der Liste aus. Klicken Sie auf die Funktion RKP. Geben Sie die erforderlichen Argumente ein und trennen Sie diese durch Kommas. Drücken Sie die Eingabetaste. Das Ergebnis wird in der gewählten Zelle angezeigt." + }, { "id": "Functions/n.htm", "title": "N-Funktion", @@ -1725,6 +1730,11 @@ var indexes = "title": "ZUFALLSZAHL-Funktion", "body": "Die Funktion ZUFALLSZAHL gehört zur Gruppe der mathematischen und trigonometrischen Funktionen. Diese Funktion gibt eine gleichmäßig verteilte reelle Zufallszahl zurück, die größer oder gleich 0 und kleiner als 1 ist. Die Syntax der Funktion ZUFALLSZAHL erfordert keine Argumente. Die Syntax der Funktion ZUFALLSZAHL ist: ZUFALLSZAHL() Anwendung der Funktion ZUFALLSZAHL: Wählen Sie die gewünschte Zelle für die Ergebnisanzeige aus. Klicken Sie auf das Symbol Funktion einfügen auf der oberen Symbolleiste oder klicken Sie in einer gewählten Zelle mit der rechten Maustaste und wählen Sie die Option Funktion einfügen aus dem Menü aus oder klicken Sie auf das Symbol auf der Formelleiste. Wählen Sie die Gruppe Mathematische und trigonometrische Funktionen aus der Liste aus. Klicken Sie auf die Funktion ZUFALLSZAHL. Drücken Sie die Eingabetaste. Das Ergebnis wird in der gewählten Zelle angezeigt." }, + { + "id": "Functions/randarray.htm", + "title": "Zufallsmatrix-Funktion", + "body": "ZUFALLSMATRIX-Funktion Die Funktion ZUFALLSMATRIX ist eine der mathematischen und trigonometrischen Funktionen. Sie wird verwendet, um ein Array von Zufallszahlen zurückzugeben. Geben Sie die Anzahl der auszufüllenden Zeilen und Spalten, legen Sie die Mindest- und Höchstwerte fest und geben Sie an, ob ganze Zahlen oder Dezimalwerte zurückgegeben werden sollen. Die Formelsyntax der Funktion ZUFALLSMATRIX ist: ZUFALLSMATRIX([Zeilen],[Spalten],[min], [max], [ganze_Zahl]) dabei gilt Zeilen ist ein optionales Argument, das die Anzahl der Zeilen konfiguriert, die zurückgegeben werden sollen. Spalten ist ein optionales Argument, das die Anzahl der Spalten konfiguriert, die zurückgegeben werden sollen. min ist ein optionales Argument, das den Mindestwert konfiguriert. Wenn das Argument nicht angegeben wird, wird die Funktion standardmäßig auf 0 und 1 gesetzt. max ist ein optionales Argument, das den Höchstwert konfiguriert. Wenn das Argument nicht angegeben wird, wird die Funktion standardmäßig auf 0 und 1 gesetzt. ganze_Zahl ist ein optionales WAHR oder FALSCH Argument. Bei WAHR gibt die Funktion eine ganze Zahl zurück, bei FALSCH gibt sie eine Dezimalzahl zurück. Anwendung der Funktion ZUFALLSMATRIX: Wählen Sie die gewünschte Zelle für die Ergebnisanzeige aus. Klicken Sie auf das Symbol Funktion einfügen auf der oberen Symbolleiste oder klicken Sie mit der rechten Maustaste in die gewünschte Zelle und wählen Sie die Option Funktion einfügen aus dem Kontextenü aus oder klicken Sie auf das Symbol auf der Formelleiste. Wählen Sie die Gruppe Mathematik und Trigonometrie Funktionen aus der Liste aus. Klicken Sie auf die Funktion ZUFALLSMATRIX. Geben Sie die Argumente ein und trennen Sie diese durch Kommas. Drücken Sie die Eingabetaste. Das Ergebnis wird in der gewählten Zelle angezeigt." + }, { "id": "Functions/randbetween.htm", "title": "ZUFALLSBEREICH-Funktion", @@ -2463,7 +2473,7 @@ var indexes = { "id": "UsageInstructions/InsertFunction.htm", "title": "Funktion einfügen", - "body": "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: MITTELWERT analysiert den ausgewählte Zellbereich und ermittelt den Durchschnittswert. ANZAHL gibt die Anzahl der ausgewählten Zellen wieder, wobei leere Zellen ignoriert werden. MIN gibt den kleinsten Wert in einer Liste mit Argumenten zurück. MAX gibt den größten Wert in einer Liste mit Argumenten zurück. SUMME gibt die SUMME der markierten Zellen wieder, wobei leere Zellen oder Zellen mit Text ignoriert werden. Die Ergebnisse dieser automatisch durchgeführten Berechnungen werden in der unteren rechten Ecke der Statusleiste angezeigt. 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 - Funktion. Einfügen einer Funktion: Wählen Sie die Zelle, in die Sie eine Funktion einfügen möchten. Klicken Sie auf das Symbol Funktion einfügen in der Registerkarte Start auf der oberen Symbolleiste und wählen Sie eine der häufig verwendeten Funktionen (SUMME, MIN, MAX, ANZAHL) oder klicken Sie auf die Option Weitere oder klicken Sie mit der rechten Maustaste in die gewünschte Zelle und wählen Sie die Option Funktion einfügen aus dem Menü aus oder klicken Sie auf das Symbol auf der Formelleiste. Wählen Sie im geöffneten Fenster Funktion einfügen die gewünschte Funktionsgruppe aus und wählen Sie dann die gewünschte Funktion aus der Liste und klicken Sie auf OK. 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.Hinweis: Im Allgemeinen können numerische Werte, logische Werte (WAHR, FALSCH), Textwerte (müssen zitiert werden), Zellreferenzen, Zellbereichsreferenzen, den Bereichen zugewiesene Namen und andere Funktionen als Funktionsargumente verwendet werden. Drücken Sie die Eingabetaste. Eine Funktion manuell über die Tastatur eingeben: Wählen Sie eine Zelle aus. Geben Sie das Gleichheitszeichen ein (=).Jede Formel muss mit dem Gleichheitszeichen beginnen (=). Geben Sie den Namen der Funktion ein.Sobald Sie die Anfangsbuchstaben eingegeben haben, wird die Liste Formel automatisch vervollständigen 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 TAB-Taste einfügen. Geben Sie die folgenden Funktionsargumente ein.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. Wenn Sie alle Argumente angegeben haben, schließende Sie die „)“ Klammer und drücken Sie die Eingabetaste. Hier finden Sie die Liste der verfügbaren Funktionen, gruppiert nach Kategorien: Funktionskategorie Beschreibung Funktionen Text- und Datenfunktionen Diese dienen dazu die Textdaten in Ihrer Tabelle korrekt anzuzeigen. ASC; ZEICHEN; SÄUBERN; CODE; VERKETTEN; TEXTKETTE; DM; IDENTISCH; FINDEN; FINDENB; FEST; LINKS; LINKSB; LÄNGE; LÄNGEB; KLEIN; TEIL; TEILB; ZAHLENWERT; GROSS2; ERSETZEN; ERSETZENB; WIEDERHOLEN; RECHTS; RECHTSB; SUCHEN; SUCHENB; WECHSELN; T; TEXT; TEXTVERKETTEN; GLÄTTEN; UNIZEICHEN; UNICODE; GROSS; WERT Statistische Funktionen Diese dienen der Analyse von Daten: Mittelwert ermitteln, den größen bzw. kleinsten Wert in einem Zellenbereich finden. MITTELABW; MITTELWERT; MITTELWERTA; MITTELWERTWENN; MITTELWERTWENNS; BETAVERT; BETA.VERT; BETA.INV; BETAINV; BINOMVERT; BINOM.VERT; BINOM.VERT.BEREICH; BINOM.INV; CHIVERT; CHIINV; CHIQU.VERT; CHIQU.VERT.RE; CHIQU.INV; CHIQU.INV.RE; CHITEST; CHIQU.TEST; KONFIDENZ; KONFIDENZ.NORM; KONFIDENZ.T; KORREL; ANZAHL; ANZAHL2; ANZAHLLEEREZELLEN; ZÄHLENWENN; ZÄHLENWENNS; KOVAR; KOVARIANZ.P; KOVARIANZ.S; KRITBINOM; SUMQUADABW; EXPON.VERT; EXPONVERT; F.VERT; FVERT; F.VERT.RE; F.INV; FINV; F.INV.RE; FISHER; FISHERINV; SCHÄTZER; PROGNOSE.ETS; PROGNOSE.ETS.KONFINT; PROGNOSE.ETS.SAISONALITÄT; PROGNOSE.ETS.STAT; PROGNOSE.LINEAR; HÄUFIGKEIT; FTEST; F.TEST; GAMMA; GAMMA.VERT; GAMMAVERT; GAMMA.INV; GAMMAINV; GAMMALN; GAMMALN.GENAU; GAUSS; GEOMITTEL; HARMITTEL; HYPGEOMVERT; HYPGEOM.VERT; ACHSENABSCHNITT; KURT; KGRÖSSTE; LOGINV; LOGNORM.VERT; LOGNORM.INV; LOGNORMVERT; MAX; MAXA; MAXWENNS; MEDIAN; MIN; MINA; MINWENNS; MODALWERT; MODUS.VIELF; MODUS.EINF; NEGBINOMVERT; NEGBINOM.VERT; NORMVERT; NORM.VERT; NORMINV; NORM.INV; STANDNORMVERT; NORM.S.VERT; STANDNORMINV; NORM.S.INV; PEARSON; QUANTIL; QUANTIL.EXKL; QUANTIL.INKL; QUANTILSRANG; QUANTILSRANG.EXKL; QUANTILSRANG.INKL; VARIATIONEN; VARIATIONEN2; PHI; POISSON; POISSON.VERT; WAHRSCHBEREICH; QUARTILE; QUARTILE.EXKL; QUARTILE.INKL; RANG; RANG.MITTELW; RANG.GLEICH; BESTIMMTHEITSMASS; SCHIEFE; SCHIEFE.P; STEIGUNG; KKLEINSTE; STANDARDISIERUNG; STABW; STABW.S; STABWA; STABWN; STABW.N; STABWNA; STFEHLERYX; TVERT; T.VERT; T.VERT.2S; T.VERT.RE; T.INV; T.INV.2S; TINV; GESTUTZTMITTEL; TTEST; T.TEST; VARIANZ; VARIANZA; VARIANZEN; VAR.P; VAR.S; VARIANZENA; WEIBULL; WEIBULL.VERT; GTEST; G.TEST Mathematische und trigonometrische Funktionen Werden genutzt, um grundlegende mathematische und trigonometrische Operationen durchzuführen: Addition, Multiplikation, Division, Runden usw. ABS; ACOS; ARCCOSHYP; ARCCOT; ARCCOTHYP; AGGREGAT; ARABISCH; ARCSIN; ARCSINHYP; ARCTAN; ARCTAN2; ARCTANHYP; BASE; OBERGRENZE; OBERGRENZE.MATHEMATIK; OBERGRENZE.GENAU; KOMBINATIONEN; KOMBINATIONEN2; COS; COSHYP; COT; COTHYP; COSEC; COSECHYP; DEZIMAL; GRAD; ECMA.OBERGRENZE; GERADE; EXP; FAKULTÄT; ZWEIFAKULTÄT; UNTERGRENZE; UNTERGRENZE.GENAU; UNTERGRENZE.MATHEMATIK; GGT; GANZZAHL; ISO.OBERGRENZE; KGV; LN; LOG; LOG10; MDET; MINV; MMULT; REST; VRUNDEN; POLYNOMIAL; UNGERADE; PI; POTENZ; PRODUKT; QUOTIENT; BOGENMASS; ZUFALLSZAHL; ZUFALLSBEREICH; RÖMISCH; RUNDEN; ABRUNDEN; AUFRUNDEN; SEC; SECHYP; POTENZREIHE; VORZEICHEN; SIN; SINHYP; WURZEL; WURZELPI; TEILERGEBNIS; SUMME; SUMMEWENN; SUMMEWENNS; SUMMENPRODUKT; QUADRATESUMME; SUMMEX2MY2; SUMMEX2PY2; SUMMEXMY2; TAN; TANHYP; KÜRZEN Datums- und Uhrzeitfunktionen Werden genutzt um Datum und Uhrzeit in einer Tabelle korrekt anzuzeigen. DATUM; DATEDIF; DATWERT; TAG; TAGE; TAGE360; EDATUM; MONATSENDE; STUNDE; ISOKALENDERWOCHE; MINUTE; MONAT; NETTOARBEITSTAGE; NETTOARBEITSTAGE.INTL; JETZT; SEKUNDE; ZEIT; ZEITWERT; HEUTE; WOCHENTAG; KALENDERWOCHE; ARBEITSTAG; ARBEITSTAG.INTL; JAHR; BRTEILJAHRE Technische Funktionen Diese dienen der Durchführung von technischen Berechnungen: BESSELI; BESSELJ; BESSELK; BESSELY; BININDEZ; BININHEX; BININOKT; BITUND; BITLVERSCHIEB; BITODER; BITRVERSCHIEB; BITXODER; KOMPLEXE; UMWANDELN; DEZINBIN; DEZINHEX; DEZINOKT; DELTA; GAUSSFEHLER; GAUSSF.GENAU; GAUSSFKOMPL; GAUSSFKOMPL.GENAU; GGANZZAHL; HEXINBIN; HEXINDEZ; HEXINOKT; IMABS; IMAGINÄRTEIL; IMARGUMENT; IMKONJUGIERTE; IMCOS; IMCOSHYP; IMCOT; IMCOSEC; IMCOSECHYP; IMDIV; IMEXP; IMLN; IMLOG10; IMLOG2; IMAPOTENZ; IMPRODUKT; IMREALTEIL; IMSEC; IMSECHYP; IMSIN; IMSINHYP; IMWURZEL; IMSUB; IMSUMME; IMTAN; OKTINBIN; OKTINDEZ; OKTINHEX Datenbankfunktionen Diese dienen dazu Berechnungen für die Werte in einem bestimmten Feld der Datenbank durchzuführen, die den angegebenen Kriterien entsprechen. DBMITTELWERT; DBANZAHL; DBANZAHL2; DBAUSZUG; DBMAX; DBMIN; DBPRODUKT; DBSTDABW; DBSTDABWN; DBSUMME; DBVARIANZ; DBVARIANZEN Finanzmathematische Funktionen Diese dienen dazu finanzielle Berechnungen durchzuführen (Kapitalwert, Zahlungen usw.). AUFGELZINS; AUFGELZINSF; AMORDEGRK; AMORLINEARK; ZINSTERMTAGVA; ZINSTERMTAGE; ZINSTERMTAGNZ; ZINSTERMNZ; ZINSTERMZAHL; ZINSTERMVZ; KUMZINSZ; KUMKAPITAL; GDA2; GDA; DISAGIO; NOTIERUNGDEZ; NOTIERUNGBRU; DURATIONТ; EFFEKTIV; ZW; ZW2; ZINSSATZ; ZINSZ; IKV; ISPMT; MDURATION; QIKV; NOMINAL; ZZR; NBW; UNREGER.KURS; UNREGER.REND; UNREGLE.KURS; UNREGLE.REND; PDURATION; RMZ; KAPZ; KURS; KURSDISAGIO; KURSFÄLLIG; BW; ZINS; AUSZAHLUNG; ZSATZINVEST; LIA; DIA; TBILLÄQUIV; TBILLKURS; TBILLRENDITE; VDB; XINTZINSFUSS; XKAPITALWERT; RENDITE; RENDITEDIS; RENDITEFÄLL Nachschlage- und Verweisfunktionen Diese dienen dazu Informationen aus der Datenliste zu finden. ADRESSE; WAHL; SPALTE; SPALTEN; FORMELTEXT; WVERWEIS; HYPERLINLK; INDEX; INDIREKT; VERWEIS; VERGLEICH; BEREICH.VERSCHIEBEN; ZEILE; ZEILEN; MTRANS; SVERWEIS Informationsfunktionen Diese dienen dazu Ihnen Informationen über die Daten in der ausgewählten Zelle oder einem Bereich von Zellen zu geben. FEHLER.TYP; ISTLEER; ISTFEHL; ISTFEHLER; ISTGERADE; ISTFORMEL; ISTLOG; ISTNV; ISTKTEXT; ISTZAHL; ISTUNGERADE; ISTBEZUG; ISTTEXT; N; NV; BLATT; BLÄTTER; TYP Logische Funktionen Diese dienen dazu zu prüfen, ob eine Bedingung wahr oder falsch ist. UND; FALSCH; WENN; WENNFEHLER; WENNNV; WENNS; NICHT; ODER; ERSTERWERT; WAHR; XODER" + "body": "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: MITTELWERT analysiert den ausgewählte Zellbereich und ermittelt den Durchschnittswert. ANZAHL gibt die Anzahl der ausgewählten Zellen wieder, wobei leere Zellen ignoriert werden. MIN gibt den kleinsten Wert in einer Liste mit Argumenten zurück. MAX gibt den größten Wert in einer Liste mit Argumenten zurück. SUMME gibt die SUMME der markierten Zellen wieder, wobei leere Zellen oder Zellen mit Text ignoriert werden. Die Ergebnisse dieser automatisch durchgeführten Berechnungen werden in der unteren rechten Ecke der Statusleiste angezeigt. 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 - Funktion. Einfügen einer Funktion: Wählen Sie die Zelle, in die Sie eine Funktion einfügen möchten. Klicken Sie auf das Symbol Funktion einfügen in der Registerkarte Start auf der oberen Symbolleiste und wählen Sie eine der häufig verwendeten Funktionen (SUMME, MIN, MAX, ANZAHL) oder klicken Sie auf die Option Weitere oder klicken Sie mit der rechten Maustaste in die gewünschte Zelle und wählen Sie die Option Funktion einfügen aus dem Menü aus oder klicken Sie auf das Symbol auf der Formelleiste. Wählen Sie im geöffneten Fenster Funktion einfügen die gewünschte Funktionsgruppe aus und wählen Sie dann die gewünschte Funktion aus der Liste und klicken Sie auf OK. 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.Hinweis: Im Allgemeinen können numerische Werte, logische Werte (WAHR, FALSCH), Textwerte (müssen zitiert werden), Zellreferenzen, Zellbereichsreferenzen, den Bereichen zugewiesene Namen und andere Funktionen als Funktionsargumente verwendet werden. Drücken Sie die Eingabetaste. Eine Funktion manuell über die Tastatur eingeben: Wählen Sie eine Zelle aus. Geben Sie das Gleichheitszeichen ein (=).Jede Formel muss mit dem Gleichheitszeichen beginnen (=). Geben Sie den Namen der Funktion ein.Sobald Sie die Anfangsbuchstaben eingegeben haben, wird die Liste Formel automatisch vervollständigen 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 TAB-Taste einfügen. Geben Sie die folgenden Funktionsargumente ein.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. Wenn Sie alle Argumente angegeben haben, schließende Sie die „)“ Klammer und drücken Sie die Eingabetaste. Hier finden Sie die Liste der verfügbaren Funktionen, gruppiert nach Kategorien: Funktionskategorie Beschreibung Funktionen Text- und Datenfunktionen Diese dienen dazu die Textdaten in Ihrer Tabelle korrekt anzuzeigen. ASC; ZEICHEN; SÄUBERN; CODE; VERKETTEN; TEXTKETTE; DM; IDENTISCH; FINDEN; FINDENB; FEST; LINKS; LINKSB; LÄNGE; LÄNGEB; KLEIN; TEIL; TEILB; ZAHLENWERT; GROSS2; ERSETZEN; ERSETZENB; WIEDERHOLEN; RECHTS; RECHTSB; SUCHEN; SUCHENB; WECHSELN; T; TEXT; TEXTVERKETTEN; GLÄTTEN; UNIZEICHEN; UNICODE; GROSS; WERT Statistische Funktionen Diese dienen der Analyse von Daten: Mittelwert ermitteln, den größen bzw. kleinsten Wert in einem Zellenbereich finden. MITTELABW; MITTELWERT; MITTELWERTA; MITTELWERTWENN; MITTELWERTWENNS; BETAVERT; BETA.VERT; BETA.INV; BETAINV; BINOMVERT; BINOM.VERT; BINOM.VERT.BEREICH; BINOM.INV; CHIVERT; CHIINV; CHIQU.VERT; CHIQU.VERT.RE; CHIQU.INV; CHIQU.INV.RE; CHITEST; CHIQU.TEST; KONFIDENZ; KONFIDENZ.NORM; KONFIDENZ.T; KORREL; ANZAHL; ANZAHL2; ANZAHLLEEREZELLEN; ZÄHLENWENN; ZÄHLENWENNS; KOVAR; KOVARIANZ.P; KOVARIANZ.S; KRITBINOM; SUMQUADABW; EINDEUTIG; EXPON.VERT; EXPONVERT; F.VERT; FVERT; F.VERT.RE; F.INV; FINV; F.INV.RE; FISHER; FISHERINV; SCHÄTZER; PROGNOSE.ETS; PROGNOSE.ETS.KONFINT; PROGNOSE.ETS.SAISONALITÄT; PROGNOSE.ETS.STAT; PROGNOSE.LINEAR; HÄUFIGKEIT; FTEST; F.TEST; GAMMA; GAMMA.VERT; GAMMAVERT; GAMMA.INV; GAMMAINV; GAMMALN; GAMMALN.GENAU; GAUSS; GEOMITTEL; HARMITTEL; HYPGEOMVERT; HYPGEOM.VERT; ACHSENABSCHNITT; KURT; KGRÖSSTE; LOGINV; LOGNORM.VERT; LOGNORM.INV; LOGNORMVERT; MAX; MAXA; MAXWENNS; MEDIAN; MIN; MINA; MINWENNS; MODALWERT; MODUS.VIELF; MODUS.EINF; NEGBINOMVERT; NEGBINOM.VERT; NORMVERT; NORM.VERT; NORMINV; NORM.INV; STANDNORMVERT; NORM.S.VERT; STANDNORMINV; NORM.S.INV; PEARSON; QUANTIL; QUANTIL.EXKL; QUANTIL.INKL; QUANTILSRANG; QUANTILSRANG.EXKL; QUANTILSRANG.INKL; RKP; VARIATIONEN; VARIATIONEN2; PHI; POISSON; POISSON.VERT; WAHRSCHBEREICH; QUARTILE; QUARTILE.EXKL; QUARTILE.INKL; RANG; RANG.MITTELW; RANG.GLEICH; BESTIMMTHEITSMASS; SCHIEFE; SCHIEFE.P; STEIGUNG; KKLEINSTE; STANDARDISIERUNG; STABW; STABW.S; STABWA; STABWN; STABW.N; STABWNA; STFEHLERYX; TVERT; T.VERT; T.VERT.2S; T.VERT.RE; T.INV; T.INV.2S; TINV; TREND; GESTUTZTMITTEL; TTEST; T.TEST; VARIANZ; VARIANZA; VARIANZEN; VARIATION; VAR.P; VAR.S; VARIANZENA; WEIBULL; WEIBULL.VERT; GTEST; G.TEST Mathematische und trigonometrische Funktionen Werden genutzt, um grundlegende mathematische und trigonometrische Operationen durchzuführen: Addition, Multiplikation, Division, Runden usw. ABS; ACOS; ARCCOSHYP; ARCCOT; ARCCOTHYP; AGGREGAT; ARABISCH; ARCSIN; ARCSINHYP; ARCTAN; ARCTAN2; ARCTANHYP; BASE; OBERGRENZE; OBERGRENZE.MATHEMATIK; OBERGRENZE.GENAU; KOMBINATIONEN; KOMBINATIONEN2; COS; COSHYP; COT; COTHYP; COSEC; COSECHYP; DEZIMAL; GRAD; ECMA.OBERGRENZE; GERADE; EXP; FAKULTÄT; ZWEIFAKULTÄT; UNTERGRENZE; UNTERGRENZE.GENAU; UNTERGRENZE.MATHEMATIK; GGT; GANZZAHL; ISO.OBERGRENZE; KGV; LN; LOG; LOG10; MDET; MINV; MMULT; MEINHEIT; REST; VRUNDEN; POLYNOMIAL; UNGERADE; PI; POTENZ; PRODUKT; QUOTIENT; BOGENMASS; ZUFALLSZAHL; ZUFALLSBEREICH; RÖMISCH; RUNDEN; ABRUNDEN; AUFRUNDEN; SEC; SECHYP; POTENZREIHE; VORZEICHEN; SIN; SINHYP; WURZEL; WURZELPI; TEILERGEBNIS; SUMME; SUMMEWENN; SUMMEWENNS; SUMMENPRODUKT; QUADRATESUMME; SUMMEX2MY2; SUMMEX2PY2; SUMMEXMY2; TAN; TANHYP; KÜRZEN; ZUFALLSMATRIX Datums- und Uhrzeitfunktionen Werden genutzt um Datum und Uhrzeit in einer Tabelle korrekt anzuzeigen. DATUM; DATEDIF; DATWERT; TAG; TAGE; TAGE360; EDATUM; MONATSENDE; STUNDE; ISOKALENDERWOCHE; MINUTE; MONAT; NETTOARBEITSTAGE; NETTOARBEITSTAGE.INTL; JETZT; SEKUNDE; ZEIT; ZEITWERT; HEUTE; WOCHENTAG; KALENDERWOCHE; ARBEITSTAG; ARBEITSTAG.INTL; JAHR; BRTEILJAHRE Technische Funktionen Diese dienen der Durchführung von technischen Berechnungen: BESSELI; BESSELJ; BESSELK; BESSELY; BININDEZ; BININHEX; BININOKT; BITUND; BITLVERSCHIEB; BITODER; BITRVERSCHIEB; BITXODER; KOMPLEXE; UMWANDELN; DEZINBIN; DEZINHEX; DEZINOKT; DELTA; GAUSSFEHLER; GAUSSF.GENAU; GAUSSFKOMPL; GAUSSFKOMPL.GENAU; GGANZZAHL; HEXINBIN; HEXINDEZ; HEXINOKT; IMABS; IMAGINÄRTEIL; IMARGUMENT; IMKONJUGIERTE; IMCOS; IMCOSHYP; IMCOT; IMCOSEC; IMCOSECHYP; IMDIV; IMEXP; IMLN; IMLOG10; IMLOG2; IMAPOTENZ; IMPRODUKT; IMREALTEIL; IMSEC; IMSECHYP; IMSIN; IMSINHYP; IMWURZEL; IMSUB; IMSUMME; IMTAN; OKTINBIN; OKTINDEZ; OKTINHEX Datenbankfunktionen Diese dienen dazu Berechnungen für die Werte in einem bestimmten Feld der Datenbank durchzuführen, die den angegebenen Kriterien entsprechen. DBMITTELWERT; DBANZAHL; DBANZAHL2; DBAUSZUG; DBMAX; DBMIN; DBPRODUKT; DBSTDABW; DBSTDABWN; DBSUMME; DBVARIANZ; DBVARIANZEN Finanzmathematische Funktionen Diese dienen dazu finanzielle Berechnungen durchzuführen (Kapitalwert, Zahlungen usw.). AUFGELZINS; AUFGELZINSF; AMORDEGRK; AMORLINEARK; ZINSTERMTAGVA; ZINSTERMTAGE; ZINSTERMTAGNZ; ZINSTERMNZ; ZINSTERMZAHL; ZINSTERMVZ; KUMZINSZ; KUMKAPITAL; GDA2; GDA; DISAGIO; NOTIERUNGDEZ; NOTIERUNGBRU; DURATIONТ; EFFEKTIV; ZW; ZW2; ZINSSATZ; ZINSZ; IKV; ISPMT; MDURATION; QIKV; NOMINAL; ZZR; NBW; UNREGER.KURS; UNREGER.REND; UNREGLE.KURS; UNREGLE.REND; PDURATION; RMZ; KAPZ; KURS; KURSDISAGIO; KURSFÄLLIG; BW; ZINS; AUSZAHLUNG; ZSATZINVEST; LIA; DIA; TBILLÄQUIV; TBILLKURS; TBILLRENDITE; VDB; XINTZINSFUSS; XKAPITALWERT; RENDITE; RENDITEDIS; RENDITEFÄLL Nachschlage- und Verweisfunktionen Diese dienen dazu Informationen aus der Datenliste zu finden. ADRESSE; WAHL; SPALTE; SPALTEN; FORMELTEXT; WVERWEIS; HYPERLINLK; INDEX; INDIREKT; VERWEIS; VERGLEICH; BEREICH.VERSCHIEBEN; ZEILE; ZEILEN; MTRANS; SVERWEIS Informationsfunktionen Diese dienen dazu Ihnen Informationen über die Daten in der ausgewählten Zelle oder einem Bereich von Zellen zu geben. FEHLER.TYP; ISTLEER; ISTFEHL; ISTFEHLER; ISTGERADE; ISTFORMEL; ISTLOG; ISTNV; ISTKTEXT; ISTZAHL; ISTUNGERADE; ISTBEZUG; ISTTEXT; N; NV; BLATT; BLÄTTER; TYP Logische Funktionen Diese dienen dazu zu prüfen, ob eine Bedingung wahr oder falsch ist. UND; FALSCH; WENN; WENNFEHLER; WENNNV; WENNS; NICHT; ODER; ERSTERWERT; WAHR; XODER" }, { "id": "UsageInstructions/InsertHeadersFooters.htm", diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/munit.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/munit.htm new file mode 100644 index 000000000..a1570ce83 --- /dev/null +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/munit.htm @@ -0,0 +1,40 @@ + + + + MUNIT Function + + + + + + + +
+
+ +
+

MUNIT Function

+

The MUNIT function is one of the math and trigonometry functions. It is used to return the unit matrix for the specified dimension.

+

The MUNIT function syntax is:

+

MUNIT(dimension)

+

where

+

dimension is a required argument. It is an integer specifying the dimension of the unit matrix that you want to return, and returns an array. The dimension has to be greater than zero.

+

To apply the MUNIT function,

+
    +
  1. select the cell where you wish to display the result,
  2. +
  3. + click the Insert function Insert function icon icon situated at the top toolbar, +
    or right-click within a selected cell and select the Insert Function option from the menu, +
    or click the Function icon icon situated at the formula bar, +
  4. +
  5. select the Math and trigonometry function group from the list,
  6. +
  7. click the MUNIT function,
  8. +
  9. enter the required argument,
  10. +
  11. press the Enter button.
  12. +
+

The result will be displayed in the selected cell.

+

To return a range of values, select a required range of cells, enter the formula, and press the Ctrl+Shift+Enter key combination.

+

MUNIT Function

+
+ + \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/randarray.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/randarray.htm new file mode 100644 index 000000000..61b15aa55 --- /dev/null +++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/randarray.htm @@ -0,0 +1,43 @@ + + + + RANDARRAY Function + + + + + + + +
+
+ +
+

RANDARRAY Function

+

The RANDARRAY function is one of the math and trigonometry functions. It is used to return an array of random numbers and can be configured to fill a certain number of rows and columns, set a range for values, or return whole/decimal numbers.

+

The RANDARRAY function syntax is:

+

RANDARRAY([rows],[columns],[min],[max],[whole_number])

+

where

+

rows is an optional argument indicating the number of rows to be returned. If the argument is not given, the function will return a value between 0 and 1.

+

columns is an optional argument indicating the number of columns to be returned. If the argument is not given, the function will return a value between 0 and 1.

+

min is an optional argument indicating the minimum number to be returned. If the argument is not given, the function will default to 0 and 1.

+

max is an optional argument indicating the maximum number to be returned. If the argument is not given, the function will default to 0 and 1.

+

whole_number is an optional TRUE or FALSE argument. If TRUE, the function will return a whole number; FALSE will return a decimal one.

+

To apply the RANDARRAY function,

+
    +
  1. select the cell where you wish to display the result,
  2. +
  3. + click the Insert function Insert function icon icon situated at the top toolbar, +
    or right-click within a selected cell and select the Insert Function option from the menu, +
    or click the Function icon icon situated at the formula bar, +
  4. +
  5. select the Math and trigonometry function group from the list,
  6. +
  7. click the RANDARRAY function,
  8. +
  9. enter the arguments separating them by commas,
  10. +
  11. press the Enter button.
  12. +
+

The result will be displayed in the selected cell.

+

RANDARRAY Function

+
+ + \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertFunction.htm b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertFunction.htm index ea6fda9d1..77669494c 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertFunction.htm +++ b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/InsertFunction.htm @@ -100,7 +100,7 @@ Math and Trigonometry Functions Used to perform basic math and trigonometry operations such as adding, multiplying, dividing, rounding, etc. - ABS; ACOS; ACOSH; ACOT; ACOTH; AGGREGATE; ARABIC; ASIN; ASINH; ATAN; ATAN2; ATANH; BASE; CEILING; CEILING.MATH; CEILING.PRECISE; COMBIN; COMBINA; COS; COSH; COT; COTH; CSC; CSCH; DECIMAL; DEGREES; ECMA.CEILING; EVEN; EXP; FACT; FACTDOUBLE; FLOOR; FLOOR.PRECISE; FLOOR.MATH; GCD; INT; ISO.CEILING; LCM; LN; LOG; LOG10; MDETERM; MINVERSE; MMULT; MOD; MROUND; MULTINOMIAL; ODD; PI; POWER; PRODUCT; QUOTIENT; RADIANS; RAND; RANDBETWEEN; ROMAN; ROUND; ROUNDDOWN; ROUNDUP; SEC; SECH; SERIESSUM; SIGN; SIN; SINH; SQRT; SQRTPI; SUBTOTAL; SUM; SUMIF; SUMIFS; SUMPRODUCT; SUMSQ; SUMX2MY2; SUMX2PY2; SUMXMY2; TAN; TANH; TRUNC + ABS; ACOS; ACOSH; ACOT; ACOTH; AGGREGATE; ARABIC; ASIN; ASINH; ATAN; ATAN2; ATANH; BASE; CEILING; CEILING.MATH; CEILING.PRECISE; COMBIN; COMBINA; COS; COSH; COT; COTH; CSC; CSCH; DECIMAL; DEGREES; ECMA.CEILING; EVEN; EXP; FACT; FACTDOUBLE; FLOOR; FLOOR.PRECISE; FLOOR.MATH; GCD; INT; ISO.CEILING; LCM; LN; LOG; LOG10; MDETERM; MINVERSE; MMULT; MOD; MROUND; MULTINOMIAL; MUNIT; ODD; PI; POWER; PRODUCT; QUOTIENT; RADIANS; RAND; RANDARRAY; RANDBETWEEN; ROMAN; ROUND; ROUNDDOWN; ROUNDUP; SEC; SECH; SERIESSUM; SIGN; SIN; SINH; SQRT; SQRTPI; SUBTOTAL; SUM; SUMIF; SUMIFS; SUMPRODUCT; SUMSQ; SUMX2MY2; SUMX2PY2; SUMXMY2; TAN; TANH; TRUNC Date and Time Functions diff --git a/apps/spreadsheeteditor/main/resources/help/en/images/munit.png b/apps/spreadsheeteditor/main/resources/help/en/images/munit.png new file mode 100644 index 000000000..70770b16d Binary files /dev/null and b/apps/spreadsheeteditor/main/resources/help/en/images/munit.png differ diff --git a/apps/spreadsheeteditor/main/resources/help/en/images/randarray.png b/apps/spreadsheeteditor/main/resources/help/en/images/randarray.png new file mode 100644 index 000000000..b8fcb3d98 Binary files /dev/null and b/apps/spreadsheeteditor/main/resources/help/en/images/randarray.png differ diff --git a/apps/spreadsheeteditor/main/resources/help/en/search/indexes.js b/apps/spreadsheeteditor/main/resources/help/en/search/indexes.js index c92d7de43..122e4d448 100644 --- a/apps/spreadsheeteditor/main/resources/help/en/search/indexes.js +++ b/apps/spreadsheeteditor/main/resources/help/en/search/indexes.js @@ -1425,6 +1425,11 @@ var indexes = "title": "MULTINOMIAL Function", "body": "The MULTINOMIAL function is one of the math and trigonometry functions. It is used to return the ratio of the factorial of a sum of numbers to the product of factorials. The MULTINOMIAL function syntax is: MULTINOMIAL(argument-list) where argument-list is is up to 30 numeric values entered manually or included into the cells you make reference to. To apply the MULTINOMIAL function, select the cell where you wish to display the result, click the Insert function icon situated at the top toolbar, or right-click within a selected cell and select the Insert Function option from the menu, or click the icon situated at the formula bar, select the Math and trigonometry function group from the list, click the MULTINOMIAL function, enter the required argument separated by commas or select a range of cells with the mouse, press the Enter button. The result will be displayed in the selected cell." }, + { + "id": "Functions/munit.htm", + "title": "MUNIT Function", + "body": "The MUNIT function is one of the math and trigonometry functions. It is used to return the unit matrix for the specified dimension. The MUNIT function syntax is: MUNIT(dimension) where dimension is a required argument. It is an integer specifying the dimension of the unit matrix that you want to return, and returns an array. The dimension has to be greater than zero. To apply the MUNIT function, select the cell where you wish to display the result, click the Insert function icon situated at the top toolbar, or right-click within a selected cell and select the Insert Function option from the menu, or click the icon situated at the formula bar, select the Math and trigonometry function group from the list, click the MUNIT function, enter the required argument, press the Enter button. The result will be displayed in the selected cell. To return a range of values, select a required range of cells, enter the formula, and press the Ctrl+Shift+Enter key combination." + }, { "id": "Functions/n.htm", "title": "N Function", @@ -1725,6 +1730,11 @@ var indexes = "title": "RAND Function", "body": "The RAND function is one of the math and trigonometry functions. The function returns a random number greater than or equal to 0 and less than 1. It does not require any argument. The RAND function syntax is: RAND() To apply the RAND function, select the cell where you wish to display the result, click the Insert function icon situated at the top toolbar, or right-click within a selected cell and select the Insert Function option from the menu, or click the icon situated at the formula bar, select the Math and trigonometry function group from the list, click the RAND function, press the Enter button. The result will be displayed in the selected cell." }, + { + "id": "Functions/randarray.htm", + "title": "RANDARRAY Function", + "body": "The RANDARRAY function is one of the math and trigonometry functions. It is used to return an array of random numbers and can be configured to fill a certain number of rows and columns, set a range for values, or return whole/decimal numbers. The RANDARRAY function syntax is: RANDARRAY([rows],[columns],[min],[max],[whole_number]) where rows is an optional argument indicating the number of rows to be returned. If the argument is not given, the function will return a value between 0 and 1. columns is an optional argument indicating the number of columns to be returned. If the argument is not given, the function will return a value between 0 and 1. min is an optional argument indicating the minimum number to be returned. If the argument is not given, the function will default to 0 and 1. max is an optional argument indicating the maximum number to be returned. If the argument is not given, the function will default to 0 and 1. whole_number is an optional TRUE or FALSE argument. If TRUE, the function will return a whole number; FALSE will return a decimal one. To apply the RANDARRAY function, select the cell where you wish to display the result, click the Insert function icon situated at the top toolbar, or right-click within a selected cell and select the Insert Function option from the menu, or click the icon situated at the formula bar, select the Math and trigonometry function group from the list, click the RANDARRAY function, enter the arguments separating them by commas, press the Enter button. The result will be displayed in the selected cell." + }, { "id": "Functions/randbetween.htm", "title": "RANDBETWEEN Function", @@ -2298,7 +2308,7 @@ var indexes = { "id": "HelpfulHints/AdvancedSettings.htm", "title": "Advanced Settings of the Spreadsheet Editor", - "body": "The Spreadsheet Editor allows you to change its general advanced settings. To access them, open the File tab on the top toolbar and select the Advanced Settings... option. You can also click the View settings icon on the right side of the editor header and select the Advanced settings option. The General advanced settings are: Commenting Display is used to turn on/off the live commenting option: Turn on display of the comments - if you disable this feature, the commented cells will be marked in the sheet only if you click the Comments icon on the left sidebar. Turn on display of the resolved comments - this feature is disabled by default to hide the resolved comments in the sheet. You can view such comments only if you click the Comments icon on the left sidebar. Enable this option if you want to display the resolved comments in the sheet. Autosave is used in the online version to turn on/off automatic saving of changes made during the editing process. Autorecover - is used in the desktop version to turn on/off the option that allows you to automatically recover spreadsheets if the program closes unexpectedly. Reference Style is used to turn on/off the R1C1 reference style. By default, this option is disabled and the A1 reference style is used. When the A1 reference style is used, columns are designated by letters, and rows are designated by numbers. If you select the cell located in row 3 and column 2, its address displayed in the box to the left of the the formula bar looks like this: B3. If the R1C1 reference style is enabled, both rows and columns are designated by numbers. If you select the cell at the intersection of row 3 and column 2, its address will look like this: R3C2. Letter R indicates the row number and letter C indicates the column number. In case you refer to other cells using the R1C1 reference style, the reference to a target cell is formed based on the distance from an active cell. For example, when you select the cell in row 5 and column 1 and refer to the cell in row 3 and column 2, the reference is R[-2]C[1]. The numbers in square brackets designate the position of the cell relative to the current cell position, i.e. the target cell is 2 rows up and 1 column to the right of the active cell. If you select the cell in row 1 and column 2 and refer to the same cell in row 3 and column 2, the reference is R[2]C, i.e. the target cell is 2 rows down from the active cell and in the same column. Co-editing Mode is used to select how the changes made during the co-editing are displayed: By default, the Fast mode is selected, and the co-authors will see all the changes in real time as soon as they are made by others. If you prefer not to see the changes made by other users (so that they do not disturb you), select the Strict mode, and all the changes will be shown only after you click the Save icon, and you will be informed that there are changes by other users. Default Zoom Value is used to set the default zoom value by selecting it in the list of available options from 50% to 200%. Font Hinting is used to specify how a font is displayed in the Spreadsheet Editor: Choose As Windows to display fonts in the same manner as on a Mac, i.e. without any font hinting at all. Choose As OS if you like the way fonts are usually displayed on a Mac, i.e. without any font hinting at all. Choose Native to display the text with hinting embedded into the font files. Default cache mode - used to select the cache mode for the font characters. It’s not recommended to switch it without any reason. It can be helpful in some cases only, for example, when an issue with the enabled hardware acceleration in the Google Chrome browser occurs. The Spreadsheet Editor has two cache modes: In the first cache mode, each letter is cached as a separate picture. In the second cache mode, a picture of a certain size is selected where letters are placed dynamically and a mechanism of allocating/removing memory in this picture is also implemented. If there is not enough memory, a second picture is created, etc. The Default cache mode setting applies two above mentioned cache modes separately for different browsers: When the Default cache mode setting is enabled, Internet Explorer (v. 9, 10, 11) uses the second cache mode, other browsers use the first cache mode. When the Default cache mode setting is disabled, Internet Explorer (v. 9, 10, 11) uses the first cache mode, other browsers use the second cache mode. Unit of Measurement is used to specify what units are used for measuring elements parameters such as width, height, spacing, margins etc. You can select the Centimeter, Point, or Inch option. Formula Language is used to select the language for displaying and entering formula names. Regional Settings is used to select the default display format for currency and date and time. Separator is used to specify the characters that you want to use as separators for decimals and thousands. The Use separators based on regional settings option is selected by default. If you want to use custom separators, uncheck this box and enter the necessary characters in the Decimal separator and Thousands separator fields below. Cut, copy and paste - used to show the Paste Options button when content is pasted. Check the box to enable this feature. Macros Settings - used to set macros display with a notification. Choose Disable all to disable all macros within the spreadsheet; Show notification to receive notifications about macros within the spreadsheet; Enable all to automatically run all macros within the spreadsheet. To save the changes you made, click the Apply button." + "body": "The Spreadsheet Editor allows you to change its general advanced settings. To access them, open the File tab on the top toolbar and select the Advanced Settings... option. You can also click the View settings icon on the right side of the editor header and select the Advanced settings option. The General advanced settings are: Commenting Display is used to turn on/off the live commenting option: Turn on display of the comments - if you disable this feature, the commented cells will be marked in the sheet only if you click the Comments icon on the left sidebar. Turn on display of the resolved comments - this feature is disabled by default to hide the resolved comments in the sheet. You can view such comments only if you click the Comments icon on the left sidebar. Enable this option if you want to display the resolved comments in the sheet. Autosave is used in the online version to turn on/off automatic saving of changes made during the editing process. Autorecover - is used in the desktop version to turn on/off the option that allows you to automatically recover spreadsheets if the program closes unexpectedly. Reference Style is used to turn on/off the R1C1 reference style. By default, this option is disabled and the A1 reference style is used. When the A1 reference style is used, columns are designated by letters, and rows are designated by numbers. If you select the cell located in row 3 and column 2, its address displayed in the box to the left of the the formula bar looks like this: B3. If the R1C1 reference style is enabled, both rows and columns are designated by numbers. If you select the cell at the intersection of row 3 and column 2, its address will look like this: R3C2. Letter R indicates the row number and letter C indicates the column number. In case you refer to other cells using the R1C1 reference style, the reference to a target cell is formed based on the distance from an active cell. For example, when you select the cell in row 5 and column 1 and refer to the cell in row 3 and column 2, the reference is R[-2]C[1]. The numbers in square brackets designate the position of the cell relative to the current cell position, i.e. the target cell is 2 rows up and 1 column to the right of the active cell. If you select the cell in row 1 and column 2 and refer to the same cell in row 3 and column 2, the reference is R[2]C, i.e. the target cell is 2 rows down from the active cell and in the same column. Co-editing Mode is used to select how the changes made during the co-editing are displayed: By default, the Fast mode is selected, and the co-authors will see all the changes in real time as soon as they are made by others. If you prefer not to see the changes made by other users (so that they do not disturb you), select the Strict mode, and all the changes will be shown only after you click the Save icon, and you will be informed that there are changes by other users. Default Zoom Value is used to set the default zoom value by selecting it in the list of available options from 50% to 200%. Font Hinting is used to specify how a font is displayed in the Spreadsheet Editor: Choose As Windows if you like the way fonts are usually displayed on Windows, i.e. using Windows font hinting. Choose As OS X if you like the way fonts are usually displayed on a Mac, i.e. without any font hinting at all. Choose Native to display the text with hinting embedded into the font files. Default cache mode - used to select the cache mode for the font characters. It’s not recommended to switch it without any reason. It can be helpful in some cases only, for example, when an issue with the enabled hardware acceleration in the Google Chrome browser occurs. The Spreadsheet Editor has two cache modes: In the first cache mode, each letter is cached as a separate picture. In the second cache mode, a picture of a certain size is selected where letters are placed dynamically and a mechanism of allocating/removing memory in this picture is also implemented. If there is not enough memory, a second picture is created, etc. The Default cache mode setting applies two above mentioned cache modes separately for different browsers: When the Default cache mode setting is enabled, Internet Explorer (v. 9, 10, 11) uses the second cache mode, other browsers use the first cache mode. When the Default cache mode setting is disabled, Internet Explorer (v. 9, 10, 11) uses the first cache mode, other browsers use the second cache mode. Unit of Measurement is used to specify what units are used for measuring elements parameters such as width, height, spacing, margins etc. You can select the Centimeter, Point, or Inch option. Formula Language is used to select the language for displaying and entering formula names. Regional Settings is used to select the default display format for currency and date and time. Separator is used to specify the characters that you want to use as separators for decimals and thousands. The Use separators based on regional settings option is selected by default. If you want to use custom separators, uncheck this box and enter the necessary characters in the Decimal separator and Thousands separator fields below. Cut, copy and paste - used to show the Paste Options button when content is pasted. Check the box to enable this feature. Macros Settings - used to set macros display with a notification. Choose Disable all to disable all macros within the spreadsheet; Show notification to receive notifications about macros within the spreadsheet; Enable all to automatically run all macros within the spreadsheet. To save the changes you made, click the Apply button." }, { "id": "HelpfulHints/CollaborativeEditing.htm", @@ -2308,7 +2318,7 @@ var indexes = { "id": "HelpfulHints/KeyboardShortcuts.htm", "title": "Keyboard Shortcuts", - "body": "Windows/LinuxMac OS Working with Spreadsheet Open 'File' panel Alt+F ⌥ Option+F Open the File panel to save, download, print the current spreadsheet, view its info, create a new spreadsheet or open an existing one, access the help menu of the Spreadsheet Editor or its advanced settings. Open 'Find and Replace' dialog box Ctrl+F ^ Ctrl+F, ⌘ Cmd+F Open the Find and Replace dialog box to start searching for a cell containing the required characters. Open 'Find and Replace' dialog box with replacement field Ctrl+H ^ Ctrl+H Open the Find and Replace dialog box with the replacement field to replace one or more occurrences of the found characters. Open 'Comments' panel Ctrl+⇧ Shift+H ^ Ctrl+⇧ Shift+H, ⌘ Cmd+⇧ Shift+H Open the Comments panel to add your own comment or reply to other users' comments. Open comment field Alt+H ⌥ Option+H Open a data entry field where you can add the text of your comment. Open 'Chat' panel Alt+Q ⌥ Option+Q Open the Chat panel and send a message. Save spreadsheet Ctrl+S ^ Ctrl+S, ⌘ Cmd+S Save all the changes to the spreadsheet currently edited with the Spreadsheet Editor. The active file will be saved with its current file name, location, and file format. Print spreadsheet Ctrl+P ^ Ctrl+P, ⌘ Cmd+P Print your spreadsheet with one of the available printers or save it to a file. Download as... Ctrl+⇧ Shift+S ^ Ctrl+⇧ Shift+S, ⌘ Cmd+⇧ Shift+S Open the Download as... panel to save the currently edited spreadsheet to the computer hard disk drive in one of the supported formats: XLSX, PDF, ODS, CSV, XLTX, PDF/A, OTS. Full screen F11 Switch to the full screen view to fit the Spreadsheet Editor on the screen. Help menu F1 F1 Open the Help menu of the Spreadsheet Editor . Open existing file (Desktop Editors) Ctrl+O Open the standard dialog box on the Open local file tab in the Desktop Editors that allows you to select an existing file. Close file (Desktop Editors) Tab/Shift+Tab ↹ Tab/⇧ Shift+↹ Tab Close the current spreadsheet window in the Desktop Editors. Element contextual menu ⇧ Shift+F10 ⇧ Shift+F10 Open the contextual menu of the selected element. Reset the ‘Zoom’ parameter Ctrl+0 ^ Ctrl+0 or ⌘ Cmd+0 Reset the ‘Zoom’ parameter of the current spreadsheet to a default 100%. Navigation Move one cell up, down, left, or right ← → ↑ ↓ ← → ↑ ↓ Outline a cell above/below the currently selected one or to the left/to the right of it. Jump to the edge of the current data region Ctrl+← → ↑ ↓ ⌘ Cmd+← → ↑ ↓ Outline a cell at the edge of the current data region in a worksheet. Jump to the beginning of the row Home Home Outline a cell in the column A of the current row. Jump to the beginning of the spreadsheet Ctrl+Home ^ Ctrl+Home Outline the cell A1. Jump to the end of the row End, Ctrl+→ End, ⌘ Cmd+→ Outline the last cell of the current row. Jump to the end of the spreadsheet Ctrl+End ^ Ctrl+End Outline the lower right used cell in the worksheet situated in the bottommost row with data of the rightmost column with data. If the cursor is in the formula bar, it will be placed to the end of the text. Move to the previous sheet Alt+Page Up ⌥ Option+Page Up Move to the previous sheet in your spreadsheet. Move to the next sheet Alt+Page Down ⌥ Option+Page Down Move to the next sheet in your spreadsheet. Move up one row ↑, ⇧ Shift+↵ Enter ⇧ Shift+↵ Return Outline the cell above the current one in the same column. Move down one row ↓, ↵ Enter ↵ Return Outline the cell below the current one in the same column. Move left one column ←, ⇧ Shift+↹ Tab ←, ⇧ Shift+↹ Tab Outline the previous cell of the current row. Move right one column →, ↹ Tab →, ↹ Tab Outline the next cell of the current row. Move down one screen Page Down Page Down Move one screen down in the worksheet. Move up one screen Page Up Page Up Move one screen up in the worksheet. Zoom In Ctrl++ ^ Ctrl+=, ⌘ Cmd+= Zoom in the currently edited spreadsheet. Zoom Out Ctrl+- ^ Ctrl+-, ⌘ Cmd+- Zoom out the currently edited spreadsheet. Navigate between controls in modal dialogues Tab/Shift+Tab ↹ Tab/⇧ Shift+↹ Tab Navigate between controls to give focus to the next or previous control in modal dialogues. Data Selection Select all Ctrl+A, Ctrl+⇧ Shift+␣ Spacebar ⌘ Cmd+A Select the entire worksheet. Select column Ctrl+␣ Spacebar ^ Ctrl+␣ Spacebar Select an entire column in a worksheet. Select row ⇧ Shift+␣ Spacebar ⇧ Shift+␣ Spacebar Select an entire row in a worksheet. Select fragment ⇧ Shift+→ ← ⇧ Shift+→ ← Select a fragment cell by cell. Select from cursor to beginning of row ⇧ Shift+Home ⇧ Shift+Home Select a fragment from the cursor to the beginning of the current row. Select from cursor to end of row ⇧ Shift+End ⇧ Shift+End Select a fragment from the cursor to the end of the current row. Extend the selection to beginning of worksheet Ctrl+⇧ Shift+Home ^ Ctrl+⇧ Shift+Home Select a fragment from the current selected cells to the beginning of the worksheet. Extend the selection to the last used cell Ctrl+⇧ Shift+End ^ Ctrl+⇧ Shift+End Select a fragment from the current selected cells to the last used cell in the worksheet (in the bottommost row with data of the rightmost column with data). If the cursor is in the formula bar, this will select all text in the formula bar from the cursor position to the end without affecting the height of the formula bar. Select one cell to the left ⇧ Shift+↹ Tab ⇧ Shift+↹ Tab Select one cell to the left in a table. Select one cell to the right ↹ Tab ↹ Tab Select one cell to the right in a table. Extend the selection to the nearest nonblank cell to the right ⇧ Shift+Alt+End, Ctrl+⇧ Shift+→ ⇧ Shift+⌥ Option+End Extend the selection to the nearest nonblank cell in the same row to the right of the active cell. If the next cell is blank, the selection will be extended to the next nonblank cell. Extend the selection to the nearest nonblank cell to the left ⇧ Shift+Alt+Home, Ctrl+⇧ Shift+← ⇧ Shift+⌥ Option+Home Extend the selection to the nearest nonblank cell in the same row to the left of the active cell. If the next cell is blank, the selection will be extended to the next nonblank cell. Extend the selection to the nearest nonblank cell up/down the column Ctrl+⇧ Shift+↑ ↓ Extend the selection to the nearest nonblank cell in the same column up/down from the active cell. If the next cell is blank, the selection will be extended to the next nonblank cell. Extend the selection down one screen ⇧ Shift+Page Down ⇧ Shift+Page Down Extend the selection to include all the cells one screen down from the active cell. Extend the selection up one screen ⇧ Shift+Page Up ⇧ Shift+Page Up Extend the selection to include all the cells one screen up from the active cell. Undo and Redo Undo Ctrl+Z ⌘ Cmd+Z Reverse the latest performed action. Redo Ctrl+Y ⌘ Cmd+Y Repeat the latest undone action. Cut, Copy, and Paste Cut Ctrl+X, ⇧ Shift+Delete ⌘ Cmd+X Cut the the selected data and send them to the computer clipboard memory. The cut data can be later inserted to another place in the same worksheet, into another spreadsheet, or into some other program. Copy Ctrl+C, Ctrl+Insert ⌘ Cmd+C Send the selected data to the computer clipboard memory. The copied data can be later inserted to another place in the same worksheet, into another spreadsheet, or into some other program. Paste Ctrl+V, ⇧ Shift+Insert ⌘ Cmd+V Insert the previously copied/cut data from the computer clipboard memory to the current cursor position. The data can be previously copied from the same worksheet, from another spreadsheet, or from some other program. Data Formatting Bold Ctrl+B ^ Ctrl+B, ⌘ Cmd+B Make the font of the selected text fragment darker and heavier than normal or remove the bold formatting. Italic Ctrl+I ^ Ctrl+I, ⌘ Cmd+I Make the font of the selected text fragment italicized and slightly slanted or remove italic formatting. Underline Ctrl+U ^ Ctrl+U, ⌘ Cmd+U Make the selected text fragment underlined with a line going under the letters or remove underlining. Strikeout Ctrl+5 ^ Ctrl+5, ⌘ Cmd+5 Make the selected text fragment struck out with a line going through the letters or remove strikeout formatting. Add Hyperlink Ctrl+K ⌘ Cmd+K Insert a hyperlink to an external website or another worksheet. Edit active cell F2 F2 Edit the active cell and position the insertion point at the end of the cell contents. If editing in a cell is turned off, the insertion point will be moved into the Formula Bar. Data Filtering Enable/Remove Filter Ctrl+⇧ Shift+L ^ Ctrl+⇧ Shift+L, ⌘ Cmd+⇧ Shift+L Enable a filter for a selected cell range or remove the filter. Format as table template Ctrl+L ^ Ctrl+L, ⌘ Cmd+L Apply a table template to a selected cell range. Data Entry Complete cell entry and move down ↵ Enter ↵ Return Complete a cell entry in the selected cell or the formula bar, and move to the cell below. Complete cell entry and move up ⇧ Shift+↵ Enter ⇧ Shift+↵ Return Complete a cell entry in the selected cell, and move to the cell above. Start new line Alt+↵ Enter Start a new line in the same cell. Cancel Esc Esc Cancel an entry in the selected cell or the formula bar. Delete to the left ← Backspace ← Backspace Delete one character to the left in the formula bar or in the selected cell when the cell editing mode is activated. Also removes the content of the active cell. Delete to the right Delete Delete, Fn+← Backspace Delete one character to the right in the formula bar or in the selected cell when the cell editing mode is activated. Also removes the cell contents (data and formulas) from selected cells without affecting cell formats or comments. Clear cell content Delete, ← Backspace Delete, ← Backspace Remove the content (data and formulas) from selected cells without affecting the cell format or comments. Complete a cell entry and move to the right ↹ Tab ↹ Tab Complete a cell entry in the selected cell or the formula bar and move to the cell on the right. Complete a cell entry and move to the left ⇧ Shift+↹ Tab ⇧ Shift+↹ Tab Complete a cell entry in the selected cell or the formula bar and move to the cell on the left . Insert cells Ctrl+⇧ Shift+= Ctrl+⇧ Shift+= Open the dialog box for inserting new cells within current spreadsheet with an added parameter of a shift to the right, a shift down, inserting an entire row or an entire column. Delete cells Ctrl+⇧ Shift+- Ctrl+⇧ Shift+- Open the dialog box for deleting cells within current spreadsheet with an added parameter of a shift to the left, a shift up, deleting an entire row or an entire column. Insert the current date Ctrl+; Ctrl+; Insert the today date within an active cell. Insert the current time Ctrl+⇧ Shift+; Ctrl+⇧ Shift+; Insert the current time within an active cell. Insert the current date and time Ctrl+; then ␣ Spacebar then Ctrl+⇧ Shift+; Ctrl+; then ␣ Spacebar then Ctrl+⇧ Shift+; Insert the current date and time within an active cell. Functions Insert function ⇧ Shift+F3 ⇧ Shift+F3 Open the dialog box for inserting a new function by choosing from the provided list. SUM function Alt+= ⌥ Option+= Insert the SUM function into the selected cell. Open drop-down list Alt+↓ Open a selected drop-down list. Open contextual menu ≣ Menu Open a contextual menu for the selected cell or cell range. Recalculate functions F9 F9 Recalculate the entire workbook. Recalculate functions ⇧ Shift+F9 ⇧ Shift+F9 Recalculate the current worksheet. Data Formats Open the 'Number Format' dialog box Ctrl+1 ^ Ctrl+1 Open the Number Format dialog box. Apply the General format Ctrl+⇧ Shift+~ ^ Ctrl+⇧ Shift+~ Apply the General number format. Apply the Currency format Ctrl+⇧ Shift+$ ^ Ctrl+⇧ Shift+$ Apply the Currency format with two decimal places (negative numbers in parentheses). Apply the Percentage format Ctrl+⇧ Shift+% ^ Ctrl+⇧ Shift+% Apply the Percentage format with no decimal places. Apply the Exponential format Ctrl+⇧ Shift+^ ^ Ctrl+⇧ Shift+^ Apply the Exponential number format with two decimal places. Apply the Date format Ctrl+⇧ Shift+# ^ Ctrl+⇧ Shift+# Apply the Date format with the day, month, and year. Apply the Time format Ctrl+⇧ Shift+@ ^ Ctrl+⇧ Shift+@ Apply the Time format with the hour and minute, and AM or PM. Apply the Number format Ctrl+⇧ Shift+! ^ Ctrl+⇧ Shift+! Apply the Number format with two decimal places, thousands separator, and minus sign (-) for negative values. Modifying Objects Constrain movement ⇧ Shift + drag ⇧ Shift + drag Constrain the movement of the selected object horizontally or vertically. Set 15-degree rotation ⇧ Shift + drag (when rotating) ⇧ Shift + drag (when rotating) Constrain the rotation angle to 15-degree increments. Maintain proportions ⇧ Shift + drag (when resizing) ⇧ Shift + drag (when resizing) Maintain the proportions of the selected object when resizing. Draw straight line or arrow ⇧ Shift + drag (when drawing lines/arrows) ⇧ Shift + drag (when drawing lines/arrows) Draw a straight vertical/horizontal/45-degree line or arrow. Movement by one-pixel increments Ctrl+← → ↑ ↓ Hold down the Ctrl key and use the keybord arrows to move the selected object by one pixel at a time." + "body": "Windows/LinuxMac OS Working with Spreadsheet Open 'File' panel Alt+F ⌥ Option+F Open the File panel to save, download, print the current spreadsheet, view its info, create a new spreadsheet or open an existing one, access the help menu of the Spreadsheet Editor or its advanced settings. Open 'Find and Replace' dialog box Ctrl+F ^ Ctrl+F, ⌘ Cmd+F Open the Find and Replace dialog box to start searching for a cell containing the required characters. Open 'Find and Replace' dialog box with replacement field Ctrl+H ^ Ctrl+H Open the Find and Replace dialog box with the replacement field to replace one or more occurrences of the found characters. Open 'Comments' panel Ctrl+⇧ Shift+H ^ Ctrl+⇧ Shift+H, ⌘ Cmd+⇧ Shift+H Open the Comments panel to add your own comment or reply to other users' comments. Open comment field Alt+H ⌥ Option+H Open a data entry field where you can add the text of your comment. Open 'Chat' panel Alt+Q ⌥ Option+Q Open the Chat panel and send a message. Save spreadsheet Ctrl+S ^ Ctrl+S, ⌘ Cmd+S Save all the changes to the spreadsheet currently edited with the Spreadsheet Editor. The active file will be saved with its current file name, location, and file format. Print spreadsheet Ctrl+P ^ Ctrl+P, ⌘ Cmd+P Print your spreadsheet with one of the available printers or save it to a file. Download as... Ctrl+⇧ Shift+S ^ Ctrl+⇧ Shift+S, ⌘ Cmd+⇧ Shift+S Open the Download as... panel to save the currently edited spreadsheet to the computer hard disk drive in one of the supported formats: XLSX, PDF, ODS, CSV, XLTX, PDF/A, OTS. Full screen F11 Switch to the full screen view to fit the Spreadsheet Editor on the screen. Help menu F1 F1 Open the Help menu of the Spreadsheet Editor . Open existing file (Desktop Editors) Ctrl+O Open the standard dialog box on the Open local file tab in the Desktop Editors that allows you to select an existing file. Close file (Desktop Editors) Tab/Shift+Tab ↹ Tab/⇧ Shift+↹ Tab Close the current spreadsheet window in the Desktop Editors. Element contextual menu ⇧ Shift+F10 ⇧ Shift+F10 Open the contextual menu of the selected element. Reset the ‘Zoom’ parameter Ctrl+0 ^ Ctrl+0 or ⌘ Cmd+0 Reset the ‘Zoom’ parameter of the current spreadsheet to a default 100%. Navigation Move one cell up, down, left, or right ← → ↑ ↓ ← → ↑ ↓ Outline a cell above/below the currently selected one or to the left/to the right of it. Jump to the edge of the current data region Ctrl+← → ↑ ↓ ⌘ Cmd+← → ↑ ↓ Outline a cell at the edge of the current data region in a worksheet. Jump to the beginning of the row Home Home Outline a cell in the column A of the current row. Jump to the beginning of the spreadsheet Ctrl+Home ^ Ctrl+Home Outline the cell A1. Jump to the end of the row End, Ctrl+→ End, ⌘ Cmd+→ Outline the last cell of the current row. Jump to the end of the spreadsheet Ctrl+End ^ Ctrl+End Outline the lower right used cell in the worksheet situated in the bottommost row with data of the rightmost column with data. If the cursor is in the formula bar, it will be placed to the end of the text. Move to the previous sheet Alt+Page Up ⌥ Option+Page Up Move to the previous sheet in your spreadsheet. Move to the next sheet Alt+Page Down ⌥ Option+Page Down Move to the next sheet in your spreadsheet. Move up one row ↑, ⇧ Shift+↵ Enter ⇧ Shift+↵ Return Outline the cell above the current one in the same column. Move down one row ↓, ↵ Enter ↵ Return Outline the cell below the current one in the same column. Move left one column ←, ⇧ Shift+↹ Tab ←, ⇧ Shift+↹ Tab Outline the previous cell of the current row. Move right one column →, ↹ Tab →, ↹ Tab Outline the next cell of the current row. Move down one screen Page Down Page Down Move one screen down in the worksheet. Move up one screen Page Up Page Up Move one screen up in the worksheet. Zoom In Ctrl++ ^ Ctrl+=, ⌘ Cmd+= Zoom in the currently edited spreadsheet. Zoom Out Ctrl+- ^ Ctrl+-, ⌘ Cmd+- Zoom out the currently edited spreadsheet. Navigate between controls in modal dialogues ↹ Tab/⇧ Shift+↹ Tab ↹ Tab/⇧ Shift+↹ Tab Navigate between controls to give focus to the next or previous control in modal dialogues. Data Selection Select all Ctrl+A, Ctrl+⇧ Shift+␣ Spacebar ⌘ Cmd+A Select the entire worksheet. Select column Ctrl+␣ Spacebar ^ Ctrl+␣ Spacebar Select an entire column in a worksheet. Select row ⇧ Shift+␣ Spacebar ⇧ Shift+␣ Spacebar Select an entire row in a worksheet. Select fragment ⇧ Shift+→ ← ⇧ Shift+→ ← Select a fragment cell by cell. Select from cursor to beginning of row ⇧ Shift+Home ⇧ Shift+Home Select a fragment from the cursor to the beginning of the current row. Select from cursor to end of row ⇧ Shift+End ⇧ Shift+End Select a fragment from the cursor to the end of the current row. Extend the selection to beginning of worksheet Ctrl+⇧ Shift+Home ^ Ctrl+⇧ Shift+Home Select a fragment from the current selected cells to the beginning of the worksheet. Extend the selection to the last used cell Ctrl+⇧ Shift+End ^ Ctrl+⇧ Shift+End Select a fragment from the current selected cells to the last used cell in the worksheet (in the bottommost row with data of the rightmost column with data). If the cursor is in the formula bar, this will select all text in the formula bar from the cursor position to the end without affecting the height of the formula bar. Select one cell to the left ⇧ Shift+↹ Tab ⇧ Shift+↹ Tab Select one cell to the left in a table. Select one cell to the right ↹ Tab ↹ Tab Select one cell to the right in a table. Extend the selection to the nearest nonblank cell to the right ⇧ Shift+Alt+End, Ctrl+⇧ Shift+→ ⇧ Shift+⌥ Option+End Extend the selection to the nearest nonblank cell in the same row to the right of the active cell. If the next cell is blank, the selection will be extended to the next nonblank cell. Extend the selection to the nearest nonblank cell to the left ⇧ Shift+Alt+Home, Ctrl+⇧ Shift+← ⇧ Shift+⌥ Option+Home Extend the selection to the nearest nonblank cell in the same row to the left of the active cell. If the next cell is blank, the selection will be extended to the next nonblank cell. Extend the selection to the nearest nonblank cell up/down the column Ctrl+⇧ Shift+↑ ↓ Extend the selection to the nearest nonblank cell in the same column up/down from the active cell. If the next cell is blank, the selection will be extended to the next nonblank cell. Extend the selection down one screen ⇧ Shift+Page Down ⇧ Shift+Page Down Extend the selection to include all the cells one screen down from the active cell. Extend the selection up one screen ⇧ Shift+Page Up ⇧ Shift+Page Up Extend the selection to include all the cells one screen up from the active cell. Undo and Redo Undo Ctrl+Z ⌘ Cmd+Z Reverse the latest performed action. Redo Ctrl+Y ⌘ Cmd+Y Repeat the latest undone action. Cut, Copy, and Paste Cut Ctrl+X, ⇧ Shift+Delete ⌘ Cmd+X Cut the the selected data and send them to the computer clipboard memory. The cut data can be later inserted to another place in the same worksheet, into another spreadsheet, or into some other program. Copy Ctrl+C, Ctrl+Insert ⌘ Cmd+C Send the selected data to the computer clipboard memory. The copied data can be later inserted to another place in the same worksheet, into another spreadsheet, or into some other program. Paste Ctrl+V, ⇧ Shift+Insert ⌘ Cmd+V Insert the previously copied/cut data from the computer clipboard memory to the current cursor position. The data can be previously copied from the same worksheet, from another spreadsheet, or from some other program. Data Formatting Bold Ctrl+B ^ Ctrl+B, ⌘ Cmd+B Make the font of the selected text fragment darker and heavier than normal or remove the bold formatting. Italic Ctrl+I ^ Ctrl+I, ⌘ Cmd+I Make the font of the selected text fragment italicized and slightly slanted or remove italic formatting. Underline Ctrl+U ^ Ctrl+U, ⌘ Cmd+U Make the selected text fragment underlined with a line going under the letters or remove underlining. Strikeout Ctrl+5 ^ Ctrl+5, ⌘ Cmd+5 Make the selected text fragment struck out with a line going through the letters or remove strikeout formatting. Add Hyperlink Ctrl+K ⌘ Cmd+K Insert a hyperlink to an external website or another worksheet. Edit active cell F2 F2 Edit the active cell and position the insertion point at the end of the cell contents. If editing in a cell is turned off, the insertion point will be moved into the Formula Bar. Data Filtering Enable/Remove Filter Ctrl+⇧ Shift+L ^ Ctrl+⇧ Shift+L, ⌘ Cmd+⇧ Shift+L Enable a filter for a selected cell range or remove the filter. Format as table template Ctrl+L ^ Ctrl+L, ⌘ Cmd+L Apply a table template to a selected cell range. Data Entry Complete cell entry and move down ↵ Enter ↵ Return Complete a cell entry in the selected cell or the formula bar, and move to the cell below. Complete cell entry and move up ⇧ Shift+↵ Enter ⇧ Shift+↵ Return Complete a cell entry in the selected cell, and move to the cell above. Start new line Alt+↵ Enter Start a new line in the same cell. Cancel Esc Esc Cancel an entry in the selected cell or the formula bar. Delete to the left ← Backspace ← Backspace Delete one character to the left in the formula bar or in the selected cell when the cell editing mode is activated. Also removes the content of the active cell. Delete to the right Delete Delete, Fn+← Backspace Delete one character to the right in the formula bar or in the selected cell when the cell editing mode is activated. Also removes the cell contents (data and formulas) from selected cells without affecting cell formats or comments. Clear cell content Delete, ← Backspace Delete, ← Backspace Remove the content (data and formulas) from selected cells without affecting the cell format or comments. Complete a cell entry and move to the right ↹ Tab ↹ Tab Complete a cell entry in the selected cell or the formula bar and move to the cell on the right. Complete a cell entry and move to the left ⇧ Shift+↹ Tab ⇧ Shift+↹ Tab Complete a cell entry in the selected cell or the formula bar and move to the cell on the left . Insert cells Ctrl+⇧ Shift+= Ctrl+⇧ Shift+= Open the dialog box for inserting new cells within current spreadsheet with an added parameter of a shift to the right, a shift down, inserting an entire row or an entire column. Delete cells Ctrl+⇧ Shift+- Ctrl+⇧ Shift+- Open the dialog box for deleting cells within current spreadsheet with an added parameter of a shift to the left, a shift up, deleting an entire row or an entire column. Insert the current date Ctrl+; Ctrl+; Insert the today date within an active cell. Insert the current time Ctrl+⇧ Shift+; Ctrl+⇧ Shift+; Insert the current time within an active cell. Insert the current date and time Ctrl+; then ␣ Spacebar then Ctrl+⇧ Shift+; Ctrl+; then ␣ Spacebar then Ctrl+⇧ Shift+; Insert the current date and time within an active cell. Functions Insert function ⇧ Shift+F3 ⇧ Shift+F3 Open the dialog box for inserting a new function by choosing from the provided list. SUM function Alt+= ⌥ Option+= Insert the SUM function into the selected cell. Open drop-down list Alt+↓ Open a selected drop-down list. Open contextual menu ≣ Menu Open a contextual menu for the selected cell or cell range. Recalculate functions F9 F9 Recalculate the entire workbook. Recalculate functions ⇧ Shift+F9 ⇧ Shift+F9 Recalculate the current worksheet. Data Formats Open the 'Number Format' dialog box Ctrl+1 ^ Ctrl+1 Open the Number Format dialog box. Apply the General format Ctrl+⇧ Shift+~ ^ Ctrl+⇧ Shift+~ Apply the General number format. Apply the Currency format Ctrl+⇧ Shift+$ ^ Ctrl+⇧ Shift+$ Apply the Currency format with two decimal places (negative numbers in parentheses). Apply the Percentage format Ctrl+⇧ Shift+% ^ Ctrl+⇧ Shift+% Apply the Percentage format with no decimal places. Apply the Exponential format Ctrl+⇧ Shift+^ ^ Ctrl+⇧ Shift+^ Apply the Exponential number format with two decimal places. Apply the Date format Ctrl+⇧ Shift+# ^ Ctrl+⇧ Shift+# Apply the Date format with the day, month, and year. Apply the Time format Ctrl+⇧ Shift+@ ^ Ctrl+⇧ Shift+@ Apply the Time format with the hour and minute, and AM or PM. Apply the Number format Ctrl+⇧ Shift+! ^ Ctrl+⇧ Shift+! Apply the Number format with two decimal places, thousands separator, and minus sign (-) for negative values. Modifying Objects Constrain movement ⇧ Shift + drag ⇧ Shift + drag Constrain the movement of the selected object horizontally or vertically. Set 15-degree rotation ⇧ Shift + drag (when rotating) ⇧ Shift + drag (when rotating) Constrain the rotation angle to 15-degree increments. Maintain proportions ⇧ Shift + drag (when resizing) ⇧ Shift + drag (when resizing) Maintain the proportions of the selected object when resizing. Draw straight line or arrow ⇧ Shift + drag (when drawing lines/arrows) ⇧ Shift + drag (when drawing lines/arrows) Draw a straight vertical/horizontal/45-degree line or arrow. Movement by one-pixel increments Ctrl+← → ↑ ↓ Hold down the Ctrl key and use the keybord arrows to move the selected object by one pixel at a time." }, { "id": "HelpfulHints/Navigation.htm", @@ -2428,7 +2438,7 @@ var indexes = { "id": "UsageInstructions/DataValidation.htm", "title": "Data validation", - "body": "The ONLYOFFICE Spreadsheet Editor offers a data validation feature that controls the parameters of the information entered in cells by users. To access the data validation feature, choose a cell, a range of cells, or a whole spreadsheet you want to apply the feature to, open the Data tab, and click the Data Validation icon on the top toolbar. The opened Data Validation window contains three tabs: Settings, Input Message, and Error Alert. Settings The Settings section allows you to specify the type of data that can be entered: Note: Check the Apply these changes to all other cells with the same settings box to use the same settings to the selected range of cells or a whole worksheet. choose the required option in the Allow menu: Any value: no limitations on information type. Whole number: only whole numbers are allowed. Decimal: only numbers with a decimal point are allowed. List: only options from the drop-down list you created are allowed. Uncheck the Show drop-down list in cell box to hide the drop-down arrow. Date: only cells with the date format are allowed. Time: only cells with the time format are allowed. Text length: sets the characters limit. Other: sets the desired validation parameter given as a formula. Note: Check the Apply these changes to all other cells with the same settings box to use the same settings to the selected range of cells or a whole worksheet. specify a validation condition in the Data menu: between: the data in cells should be within the range set by the validation rule. not between: the data in cells should not be within the range set by the validation rule. equals: the data in cells should be equal to the value set by the validation rule. does not equal: the data in cells should not be equal to the value set by the validation rule. greater than: the data in cells should exceed the values set by the validation rule. less than: the data in cells should be less than the values set by the validation rule. greater than or equal to: the data in cells should exceed or be equal to the value set by the validation rule. less than or equal to: the data in cells should be less than or equal to the value set by the validation rule. create a validation rule depending on the allowed information type: Validation condition Validation rule Description Availability Between / not between Minimum / Maximum Sets the value range Whole number / Decimal / Text length Start date / End date Sets the date range Date Start time / End time Sets the time period Time Equals / does not equal Compare to Sets the value for comparison Whole number / Decimal Date Sets the date for comparison Date Elapsed time Sets the time for comparison Time Length Sets the text length value for comparison Text length Greater than / greater than or equal to Minimum Sets the lower limit Whole number / Decimal / Text length Start date Sets the starting date Date Start time Sets the starting time Time Less than / less than or equal to Maximum Sets the higher limit Whole number / Decimal / Text length End date Sets the ending date Date End time Sets the ending time Time As well as: Source: provides the source of information for the List information type. Formula: enter the required formula to create a custom validation rule for the Other information type. Input Message The Input Message section allows you to create a customized message displayed when a user hovers their mouse pointer over the cell. Specify the Title and the body of your Input Message. Uncheck the Show input message when cell is selected to disable the display of the message. Leave it to display the message. Error Alert The Error Alert section allows you to specify the message displayed when the data given by users does not meet the validation rules. Style: choose one of the available presets, Stop, Alert, or Message. Title: specify the title of the alert message. Error Message: enter the text of the alert message. Uncheck the Show error alert after invalid data is entered box to disable the display of the alert message." + "body": "The ONLYOFFICE Spreadsheet Editor offers a data validation feature that controls the parameters of the information entered in cells by users. To access the data validation feature, choose a cell, a range of cells, or a whole spreadsheet you want to apply the feature to, open the Data tab, and click the Data Validation icon on the top toolbar. The opened Data Validation window contains three tabs: Settings, Input Message, and Error Alert. Settings The Settings section allows you to specify the type of data that can be entered: Note: Check the Apply these changes to all other cells with the same settings box to use the same settings to the selected range of cells or a whole worksheet. choose the required option in the Allow menu: Any value: no limitations on information type. Whole number: only whole numbers are allowed. Decimal: only numbers with a decimal point are allowed. List: only options from the drop-down list you created are allowed. Uncheck the Show drop-down list in cell box to hide the drop-down arrow. Date: only cells with the date format are allowed. Time: only cells with the time format are allowed. Text length: sets the characters limit. Other: sets the necessary validation parameter given as a formula. Note: Check the Apply these changes to all other cells with the same settings box to use the same settings to the selected range of cells or a whole worksheet. specify a validation condition in the Data menu: between: the data in cells should be within the range set by the validation rule. not between: the data in cells should not be within the range set by the validation rule. equals: the data in cells should be equal to the value set by the validation rule. does not equal: the data in cells should not be equal to the value set by the validation rule. greater than: the data in cells should exceed the values set by the validation rule. less than: the data in cells should be less than the values set by the validation rule. greater than or equal to: the data in cells should exceed or be equal to the value set by the validation rule. less than or equal to: the data in cells should be less than or equal to the value set by the validation rule. create a validation rule depending on the allowed information type: Validation condition Validation rule Description Availability Between / not between Minimum / Maximum Sets the value range Whole number / Decimal / Text length Start date / End date Sets the date range Date Start time / End time Sets the time period Time Equals / does not equal Compare to Sets the value for comparison Whole number / Decimal Date Sets the date for comparison Date Elapsed time Sets the time for comparison Time Length Sets the text length value for comparison Text length Greater than / greater than or equal to Minimum Sets the lower limit Whole number / Decimal / Text length Start date Sets the starting date Date Start time Sets the starting time Time Less than / less than or equal to Maximum Sets the higher limit Whole number / Decimal / Text length End date Sets the ending date Date End time Sets the ending time Time As well as: Source: provide the source of information for the List information type. Formula: enter the required formula to create a custom validation rule for the Other information type. Input Message The Input Message section allows you to create a customized message displayed when a user hovers their mouse pointer over the cell. Specify the Title and the body of your Input Message. Uncheck the Show input message when cell is selected to disable the display of the message. Leave it to display the message. Error Alert The Error Alert section allows you to specify the message displayed when the data given by users does not meet the validation rules. Style: choose one of the available presets, Stop, Alert, or Message. Title: specify the title of the alert message. Error Message: enter the text of the alert message. Uncheck the Show error alert after invalid data is entered box to disable the display of the alert message." }, { "id": "UsageInstructions/FontTypeSizeStyle.htm", @@ -2473,7 +2483,7 @@ var indexes = { "id": "UsageInstructions/InsertFunction.htm", "title": "Insert function", - "body": "The ability to perform basic calculations is the principal reason for using a spreadsheet. Some of them are performed automatically when you select a cell range in your spreadsheet: Average is used to analyze the selected cell range and find the average value. Count is used to count the number of the selected cells with values ignoring the empty cells. Min is used to analyze the range of data and find the smallest number. Max is used to analyze the range of data and find the largest number. Sum is used to add all the numbers in the selected range ignoring the empty cells or those contaning text. The results of these calculations are displayed in the right lower corner on the status bar. You can manage the status bar by right-clicking on it and choosing only those functions to display that you need. To perform any other calculations, you can insert the required formula manually using the common mathematical operators or insert a predefined formula - Function. The abilities to work with Functions are accessible from both the Home and Formula tab or by pressing Shift+F3 key combination. On the Home tab, you can use the Insert function button to add one of the most commonly used functions (SUM, AVERAGE, MIN, MAX, COUNT) or open the Insert Function window that contains all the available functions classified by category. Use the search box to find the exact function by its name. On the Formula tab you can use the following buttons: Function - to open the Insert Function window that contains all the available functions classified by category. Autosum - to quickly access the SUM, MIN, MAX, COUNT functions. When you select a functions from this group, it automatically performs calculations for all cells in the column above the selected cell so that you don't need to enter arguments. Recently used - to quickly access 10 recently used functions. Financial, Logical, Text and data, Date and time, Lookup and references, Math and trigonometry - to quickly access functions that belongs to the corresponding categories. More functions - to access the functions from the following groups: Database, Engineering, Information and Statistical. Named ranges - to open the Name Manager, or define a new name, or paste a name as a function argument. For more details, you can refer to this page. Calculation - to force the program to recalculate functions. To insert a function, Select a cell where you wish to insert a function. Proceed in one of the following ways: switch to the Formula tab and use the buttons available on the top toolbar to access a function from a specific group, then click the necessary function to open the Function Arguments wizard. You can also use the Additional option from the menu or click the Function button on the top toolbar to open the Insert Function window. switch to the Home tab, click the Insert function icon, select one of the commonly used functions (SUM, AVERAGE, MIN, MAX, COUNT) or click the Additional option to open the Insert Function window. right-click within the selected cell and select the Insert Function option from the contextual menu. click the icon before the formula bar. In the opened Insert Function window, enter its name in the search box or select the necessary function group, then choose the required function from the list and click OK. Once you click the necessary function, the Function Arguments window will open: In the opened Function Arguments window, enter the necessary values of each argument. You can enter the function arguments either manually or by clicking the icon and selecting a cell or cell range to be included as an argument. Note: generally, numeric values, logical values (TRUE, FALSE), text values (must be quoted), cell references, cell range references, names assigned to ranges and other functions can be used as function arguments. The function result will be displayed below. When all the agruments are specified, click the OK button in the Function Arguments window. To enter a function manually using the keyboard, Select a cell. Enter the equal sign (=). Each formula must begin with the equal sign (=). Enter the function name. Once you type the initial letters, the Formula Autocomplete list will be displayed. As you type, the items (formulas and names) that match the entered characters are displayed in it. If you hover the mouse pointer over a formula, a tooltip with the formula description will be displayed. You can select the necessary formula from the list and insert it by clicking it or pressing the Tab key. Enter the function arguments either manually or by dragging to select a cell range to be included as an argument. If the function requires several arguments, they must be separated by commas. Arguments must be enclosed into parentheses. The opening parenthesis '(' is added automatically if you select a function from the list. When you enter arguments, a tooltip that contains the formula syntax is also displayed. When all the agruments are specified, enter the closing parenthesis ')' and press Enter. If you enter new data or change the values used as arguments, recalculation of functions is performed automatically by default. You can force the program to recalculate functions by using the Calculation button on the Formula tab. Click the Calculation button to recalculate the entire workbook, or click the arrow below the button and choose the necessary option from the menu: Calculate workbook or Calculate current sheet. You can also use the following key combinations: F9 to recalculate the workbook, Shift +F9 to recalculate the current worksheet. Here is the list of the available functions grouped by categories: Function Category Description Functions Text and Data Functions Used to correctly display the text data in the spreadsheet. ASC; CHAR; CLEAN; CODE; CONCATENATE; CONCAT; DOLLAR; EXACT; FIND; FINDB; FIXED; LEFT; LEFTB; LEN; LENB; LOWER; MID; MIDB; NUMBERVALUE; PROPER; REPLACE; REPLACEB; REPT; RIGHT; RIGHTB; SEARCH; SEARCHB; SUBSTITUTE; T; TEXT; TEXTJOIN; TRIM; UNICHAR; UNICODE; UPPER; VALUE Statistical Functions Used to analyze data: finding the average value, the largest or smallest values in a cell range. AVEDEV; AVERAGE; AVERAGEA; AVERAGEIF; AVERAGEIFS; BETADIST; BETA.DIST; BETA.INV; BETAINV; BINOMDIST; BINOM.DIST; BINOM.DIST.RANGE; BINOM.INV; CHIDIST; CHIINV; CHISQ.DIST; CHISQ.DIST.RT; CHISQ.INV; CHISQ.INV.RT; CHITEST; CHISQ.TEST; CONFIDENCE; CONFIDENCE.NORM; CONFIDENCE.T; CORREL; COUNT; COUNTA; COUNBLANK; COUNTIF; COUNTIFS; COVAR; COVARIANCE.P; COVARIANCE.S; CRITBINOM; DEVSQ; EXPON.DIST; EXPONDIST; F.DIST; FDIST; F.DIST.RT; F.INV; FINV; F.INV.RT; FISHER; FISHERINV; FORECAST; FORECAST.ETS; FORECAST.ETS.CONFINT; FORECAST.ETS.SEASONALITY; FORECAST.ETS.STAT; FORECAST.LINEAR; FREQUENCY; FTEST; F.TEST; GAMMA; GAMMA.DIST; GAMMADIST; GAMMA.INV; GAMMAINV; GAMMALN; GAMMALN.PRECISE; GAUSS; GEOMEAN; GROWTH; HARMEAN; HYPGEOMDIST; HYPGEOM.DIST; INTERCEPT; KURT; LARGE; LINEST; LOGEST, LOGINV; LOGNORM.DIST; LOGNORM.INV; LOGNORMDIST; MAX; MAXA; MAXIFS; MEDIAN; MIN; MINA; MINIFS; MODE; MODE.MULT; MODE.SNGL; NEGBINOMDIST; NEGBINOM.DIST; NORMDIST; NORM.DIST; NORMINV; NORM.INV; NORMSDIST; NORM.S.DIST; NORMSINV; NORM.S.INV; PEARSON; PERCENTILE; PERCENTILE.EXC; PERCENTILE.INC; PERCENTRANK; PERCENTRANK.EXC; PERCENTRANK.INC; PERMUT; PERMUTATIONA; PHI; POISSON; POISSON.DIST; PROB; QUARTILE; QUARTILE.EXC; QUARTILE.INC; RANK; RANK.AVG; RANK.EQ; RSQ; SKEW; SKEW.P; SLOPE; SMALL; STANDARDIZE; STDEV; STDEV.S; STDEVA; STDEVP; STDEV.P; STDEVPA; STEYX; TDIST; T.DIST; T.DIST.2T; T.DIST.RT; T.INV; T.INV.2T; TINV; TREND, TRIMMEAN; TTEST; T.TEST; VAR; VARA; VARP; VAR.P; VAR.S; VARPA; WEIBULL; WEIBULL.DIST; ZTEST; Z.TEST Math and Trigonometry Functions Used to perform basic math and trigonometry operations such as adding, multiplying, dividing, rounding, etc. ABS; ACOS; ACOSH; ACOT; ACOTH; AGGREGATE; ARABIC; ASIN; ASINH; ATAN; ATAN2; ATANH; BASE; CEILING; CEILING.MATH; CEILING.PRECISE; COMBIN; COMBINA; COS; COSH; COT; COTH; CSC; CSCH; DECIMAL; DEGREES; ECMA.CEILING; EVEN; EXP; FACT; FACTDOUBLE; FLOOR; FLOOR.PRECISE; FLOOR.MATH; GCD; INT; ISO.CEILING; LCM; LN; LOG; LOG10; MDETERM; MINVERSE; MMULT; MOD; MROUND; MULTINOMIAL; ODD; PI; POWER; PRODUCT; QUOTIENT; RADIANS; RAND; RANDBETWEEN; ROMAN; ROUND; ROUNDDOWN; ROUNDUP; SEC; SECH; SERIESSUM; SIGN; SIN; SINH; SQRT; SQRTPI; SUBTOTAL; SUM; SUMIF; SUMIFS; SUMPRODUCT; SUMSQ; SUMX2MY2; SUMX2PY2; SUMXMY2; TAN; TANH; TRUNC Date and Time Functions Used to correctly display the date and time in the spreadsheet. DATE; DATEDIF; DATEVALUE; DAY; DAYS; DAYS360; EDATE; EOMONTH; HOUR; ISOWEEKNUM; MINUTE; MONTH; NETWORKDAYS; NETWORKDAYS.INTL; NOW; SECOND; TIME; TIMEVALUE; TODAY; WEEKDAY; WEEKNUM; WORKDAY; WORKDAY.INTL; YEAR; YEARFRAC Engineering Functions Used to perform some engineering calculations: converting between different bases number systems, finding complex numbers etc. BESSELI; BESSELJ; BESSELK; BESSELY; BIN2DEC; BIN2HEX; BIN2OCT; BITAND; BITLSHIFT; BITOR; BITRSHIFT; BITXOR; COMPLEX; CONVERT; DEC2BIN; DEC2HEX; DEC2OCT; DELTA; ERF; ERF.PRECISE; ERFC; ERFC.PRECISE; GESTEP; HEX2BIN; HEX2DEC; HEX2OCT; IMABS; IMAGINARY; IMARGUMENT; IMCONJUGATE; IMCOS; IMCOSH; IMCOT; IMCSC; IMCSCH; IMDIV; IMEXP; IMLN; IMLOG10; IMLOG2; IMPOWER; IMPRODUCT; IMREAL; IMSEC; IMSECH; IMSIN; IMSINH; IMSQRT; IMSUB; IMSUM; IMTAN; OCT2BIN; OCT2DEC; OCT2HEX Database Functions Used to perform calculations for the values in a certain field of the database that meet the specified criteria. DAVERAGE; DCOUNT; DCOUNTA; DGET; DMAX; DMIN; DPRODUCT; DSTDEV; DSTDEVP; DSUM; DVAR; DVARP Financial Functions Used to perform some financial calculations: calculating the net present value, payments etc. ACCRINT; ACCRINTM; AMORDEGRC; AMORLINC; COUPDAYBS; COUPDAYS; COUPDAYSNC; COUPNCD; COUPNUM; COUPPCD; CUMIPMT; CUMPRINC; DB; DDB; DISC; DOLLARDE; DOLLARFR; DURATION; EFFECT; FV; FVSCHEDULE; INTRATE; IPMT; IRR; ISPMT; MDURATION; MIRR; NOMINAL; NPER; NPV; ODDFPRICE; ODDFYIELD; ODDLPRICE; ODDLYIELD; PDURATION; PMT; PPMT; PRICE; PRICEDISC; PRICEMAT; PV; RATE; RECEIVED; RRI; SLN; SYD; TBILLEQ; TBILLPRICE; TBILLYIELD; VDB; XIRR; XNPV; YIELD; YIELDDISC; YIELDMAT Lookup and Reference Functions Used to easily find information from the data list. ADDRESS; CHOOSE; COLUMN; COLUMNS; FORMULATEXT; HLOOKUP; HYPERLINLK; INDEX; INDIRECT; LOOKUP; MATCH; OFFSET; ROW; ROWS; TRANSPOSE; UNIQUE; VLOOKUP Information Functions Used to provide information about the data in the selected cell or cell range. CELL; ERROR.TYPE; ISBLANK; ISERR; ISERROR; ISEVEN; ISFORMULA; ISLOGICAL; ISNA; ISNONTEXT; ISNUMBER; ISODD; ISREF; ISTEXT; N; NA; SHEET; SHEETS; TYPE Logical Functions Used to check if a condition is true or false. AND; FALSE; IF; IFERROR; IFNA; IFS; NOT; OR; SWITCH; TRUE; XOR" + "body": "The ability to perform basic calculations is the principal reason for using a spreadsheet. Some of them are performed automatically when you select a cell range in your spreadsheet: Average is used to analyze the selected cell range and find the average value. Count is used to count the number of the selected cells with values ignoring the empty cells. Min is used to analyze the range of data and find the smallest number. Max is used to analyze the range of data and find the largest number. Sum is used to add all the numbers in the selected range ignoring the empty cells or those contaning text. The results of these calculations are displayed in the right lower corner on the status bar. You can manage the status bar by right-clicking on it and choosing only those functions to display that you need. To perform any other calculations, you can insert the required formula manually using the common mathematical operators or insert a predefined formula - Function. The abilities to work with Functions are accessible from both the Home and Formula tab or by pressing Shift+F3 key combination. On the Home tab, you can use the Insert function button to add one of the most commonly used functions (SUM, AVERAGE, MIN, MAX, COUNT) or open the Insert Function window that contains all the available functions classified by category. Use the search box to find the exact function by its name. On the Formula tab you can use the following buttons: Function - to open the Insert Function window that contains all the available functions classified by category. Autosum - to quickly access the SUM, MIN, MAX, COUNT functions. When you select a functions from this group, it automatically performs calculations for all cells in the column above the selected cell so that you don't need to enter arguments. Recently used - to quickly access 10 recently used functions. Financial, Logical, Text and data, Date and time, Lookup and references, Math and trigonometry - to quickly access functions that belongs to the corresponding categories. More functions - to access the functions from the following groups: Database, Engineering, Information and Statistical. Named ranges - to open the Name Manager, or define a new name, or paste a name as a function argument. For more details, you can refer to this page. Calculation - to force the program to recalculate functions. To insert a function, Select a cell where you wish to insert a function. Proceed in one of the following ways: switch to the Formula tab and use the buttons available on the top toolbar to access a function from a specific group, then click the necessary function to open the Function Arguments wizard. You can also use the Additional option from the menu or click the Function button on the top toolbar to open the Insert Function window. switch to the Home tab, click the Insert function icon, select one of the commonly used functions (SUM, AVERAGE, MIN, MAX, COUNT) or click the Additional option to open the Insert Function window. right-click within the selected cell and select the Insert Function option from the contextual menu. click the icon before the formula bar. In the opened Insert Function window, enter its name in the search box or select the necessary function group, then choose the required function from the list and click OK. Once you click the necessary function, the Function Arguments window will open: In the opened Function Arguments window, enter the necessary values of each argument. You can enter the function arguments either manually or by clicking the icon and selecting a cell or cell range to be included as an argument. Note: generally, numeric values, logical values (TRUE, FALSE), text values (must be quoted), cell references, cell range references, names assigned to ranges and other functions can be used as function arguments. The function result will be displayed below. When all the agruments are specified, click the OK button in the Function Arguments window. To enter a function manually using the keyboard, Select a cell. Enter the equal sign (=). Each formula must begin with the equal sign (=). Enter the function name. Once you type the initial letters, the Formula Autocomplete list will be displayed. As you type, the items (formulas and names) that match the entered characters are displayed in it. If you hover the mouse pointer over a formula, a tooltip with the formula description will be displayed. You can select the necessary formula from the list and insert it by clicking it or pressing the Tab key. Enter the function arguments either manually or by dragging to select a cell range to be included as an argument. If the function requires several arguments, they must be separated by commas. Arguments must be enclosed into parentheses. The opening parenthesis '(' is added automatically if you select a function from the list. When you enter arguments, a tooltip that contains the formula syntax is also displayed. When all the agruments are specified, enter the closing parenthesis ')' and press Enter. If you enter new data or change the values used as arguments, recalculation of functions is performed automatically by default. You can force the program to recalculate functions by using the Calculation button on the Formula tab. Click the Calculation button to recalculate the entire workbook, or click the arrow below the button and choose the necessary option from the menu: Calculate workbook or Calculate current sheet. You can also use the following key combinations: F9 to recalculate the workbook, Shift +F9 to recalculate the current worksheet. Here is the list of the available functions grouped by categories: Function Category Description Functions Text and Data Functions Used to correctly display the text data in the spreadsheet. ASC; CHAR; CLEAN; CODE; CONCATENATE; CONCAT; DOLLAR; EXACT; FIND; FINDB; FIXED; LEFT; LEFTB; LEN; LENB; LOWER; MID; MIDB; NUMBERVALUE; PROPER; REPLACE; REPLACEB; REPT; RIGHT; RIGHTB; SEARCH; SEARCHB; SUBSTITUTE; T; TEXT; TEXTJOIN; TRIM; UNICHAR; UNICODE; UPPER; VALUE Statistical Functions Used to analyze data: finding the average value, the largest or smallest values in a cell range. AVEDEV; AVERAGE; AVERAGEA; AVERAGEIF; AVERAGEIFS; BETADIST; BETA.DIST; BETA.INV; BETAINV; BINOMDIST; BINOM.DIST; BINOM.DIST.RANGE; BINOM.INV; CHIDIST; CHIINV; CHISQ.DIST; CHISQ.DIST.RT; CHISQ.INV; CHISQ.INV.RT; CHITEST; CHISQ.TEST; CONFIDENCE; CONFIDENCE.NORM; CONFIDENCE.T; CORREL; COUNT; COUNTA; COUNBLANK; COUNTIF; COUNTIFS; COVAR; COVARIANCE.P; COVARIANCE.S; CRITBINOM; DEVSQ; EXPON.DIST; EXPONDIST; F.DIST; FDIST; F.DIST.RT; F.INV; FINV; F.INV.RT; FISHER; FISHERINV; FORECAST; FORECAST.ETS; FORECAST.ETS.CONFINT; FORECAST.ETS.SEASONALITY; FORECAST.ETS.STAT; FORECAST.LINEAR; FREQUENCY; FTEST; F.TEST; GAMMA; GAMMA.DIST; GAMMADIST; GAMMA.INV; GAMMAINV; GAMMALN; GAMMALN.PRECISE; GAUSS; GEOMEAN; GROWTH; HARMEAN; HYPGEOMDIST; HYPGEOM.DIST; INTERCEPT; KURT; LARGE; LINEST; LOGEST, LOGINV; LOGNORM.DIST; LOGNORM.INV; LOGNORMDIST; MAX; MAXA; MAXIFS; MEDIAN; MIN; MINA; MINIFS; MODE; MODE.MULT; MODE.SNGL; NEGBINOMDIST; NEGBINOM.DIST; NORMDIST; NORM.DIST; NORMINV; NORM.INV; NORMSDIST; NORM.S.DIST; NORMSINV; NORM.S.INV; PEARSON; PERCENTILE; PERCENTILE.EXC; PERCENTILE.INC; PERCENTRANK; PERCENTRANK.EXC; PERCENTRANK.INC; PERMUT; PERMUTATIONA; PHI; POISSON; POISSON.DIST; PROB; QUARTILE; QUARTILE.EXC; QUARTILE.INC; RANK; RANK.AVG; RANK.EQ; RSQ; SKEW; SKEW.P; SLOPE; SMALL; STANDARDIZE; STDEV; STDEV.S; STDEVA; STDEVP; STDEV.P; STDEVPA; STEYX; TDIST; T.DIST; T.DIST.2T; T.DIST.RT; T.INV; T.INV.2T; TINV; TREND, TRIMMEAN; TTEST; T.TEST; VAR; VARA; VARP; VAR.P; VAR.S; VARPA; WEIBULL; WEIBULL.DIST; ZTEST; Z.TEST Math and Trigonometry Functions Used to perform basic math and trigonometry operations such as adding, multiplying, dividing, rounding, etc. ABS; ACOS; ACOSH; ACOT; ACOTH; AGGREGATE; ARABIC; ASIN; ASINH; ATAN; ATAN2; ATANH; BASE; CEILING; CEILING.MATH; CEILING.PRECISE; COMBIN; COMBINA; COS; COSH; COT; COTH; CSC; CSCH; DECIMAL; DEGREES; ECMA.CEILING; EVEN; EXP; FACT; FACTDOUBLE; FLOOR; FLOOR.PRECISE; FLOOR.MATH; GCD; INT; ISO.CEILING; LCM; LN; LOG; LOG10; MDETERM; MINVERSE; MMULT; MOD; MROUND; MULTINOMIAL; MUNIT; ODD; PI; POWER; PRODUCT; QUOTIENT; RADIANS; RAND; RANDARRAY; RANDBETWEEN; ROMAN; ROUND; ROUNDDOWN; ROUNDUP; SEC; SECH; SERIESSUM; SIGN; SIN; SINH; SQRT; SQRTPI; SUBTOTAL; SUM; SUMIF; SUMIFS; SUMPRODUCT; SUMSQ; SUMX2MY2; SUMX2PY2; SUMXMY2; TAN; TANH; TRUNC Date and Time Functions Used to correctly display the date and time in the spreadsheet. DATE; DATEDIF; DATEVALUE; DAY; DAYS; DAYS360; EDATE; EOMONTH; HOUR; ISOWEEKNUM; MINUTE; MONTH; NETWORKDAYS; NETWORKDAYS.INTL; NOW; SECOND; TIME; TIMEVALUE; TODAY; WEEKDAY; WEEKNUM; WORKDAY; WORKDAY.INTL; YEAR; YEARFRAC Engineering Functions Used to perform some engineering calculations: converting between different bases number systems, finding complex numbers etc. BESSELI; BESSELJ; BESSELK; BESSELY; BIN2DEC; BIN2HEX; BIN2OCT; BITAND; BITLSHIFT; BITOR; BITRSHIFT; BITXOR; COMPLEX; CONVERT; DEC2BIN; DEC2HEX; DEC2OCT; DELTA; ERF; ERF.PRECISE; ERFC; ERFC.PRECISE; GESTEP; HEX2BIN; HEX2DEC; HEX2OCT; IMABS; IMAGINARY; IMARGUMENT; IMCONJUGATE; IMCOS; IMCOSH; IMCOT; IMCSC; IMCSCH; IMDIV; IMEXP; IMLN; IMLOG10; IMLOG2; IMPOWER; IMPRODUCT; IMREAL; IMSEC; IMSECH; IMSIN; IMSINH; IMSQRT; IMSUB; IMSUM; IMTAN; OCT2BIN; OCT2DEC; OCT2HEX Database Functions Used to perform calculations for the values in a certain field of the database that meet the specified criteria. DAVERAGE; DCOUNT; DCOUNTA; DGET; DMAX; DMIN; DPRODUCT; DSTDEV; DSTDEVP; DSUM; DVAR; DVARP Financial Functions Used to perform some financial calculations: calculating the net present value, payments etc. ACCRINT; ACCRINTM; AMORDEGRC; AMORLINC; COUPDAYBS; COUPDAYS; COUPDAYSNC; COUPNCD; COUPNUM; COUPPCD; CUMIPMT; CUMPRINC; DB; DDB; DISC; DOLLARDE; DOLLARFR; DURATION; EFFECT; FV; FVSCHEDULE; INTRATE; IPMT; IRR; ISPMT; MDURATION; MIRR; NOMINAL; NPER; NPV; ODDFPRICE; ODDFYIELD; ODDLPRICE; ODDLYIELD; PDURATION; PMT; PPMT; PRICE; PRICEDISC; PRICEMAT; PV; RATE; RECEIVED; RRI; SLN; SYD; TBILLEQ; TBILLPRICE; TBILLYIELD; VDB; XIRR; XNPV; YIELD; YIELDDISC; YIELDMAT Lookup and Reference Functions Used to easily find information from the data list. ADDRESS; CHOOSE; COLUMN; COLUMNS; FORMULATEXT; HLOOKUP; HYPERLINLK; INDEX; INDIRECT; LOOKUP; MATCH; OFFSET; ROW; ROWS; TRANSPOSE; UNIQUE; VLOOKUP Information Functions Used to provide information about the data in the selected cell or cell range. CELL; ERROR.TYPE; ISBLANK; ISERR; ISERROR; ISEVEN; ISFORMULA; ISLOGICAL; ISNA; ISNONTEXT; ISNUMBER; ISODD; ISREF; ISTEXT; N; NA; SHEET; SHEETS; TYPE Logical Functions Used to check if a condition is true or false. AND; FALSE; IF; IFERROR; IFNA; IFS; NOT; OR; SWITCH; TRUE; XOR" }, { "id": "UsageInstructions/InsertHeadersFooters.htm", diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/munit.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/munit.htm new file mode 100644 index 000000000..cad9249ed --- /dev/null +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/munit.htm @@ -0,0 +1,40 @@ + + + + Функция МЕДИН + + + + + + + +
+
+ +
+

Функция МЕДИН

+

Функция МЕДИН - одна из математических и тригонометрических функций. Она возващает матрицу единиц для указанного измерения.

+

Синтаксис функции МЕДИН:

+

МЕДИН(измерение)

+

где

+

измерение - это обязательный аргумет. Это целое число, определяющее размер единичной матрицы, которую вы хотите вернуть в виде массива. Измерение должно быть больше нуля.

+

Чтобы применить функцию МЕДИН,

+
    +
  1. выделите ячейку, в которой требуется отобразить результат,
  2. +
  3. + щелкните по значку Вставить функцию Значок Вставить функцию, расположенному на верхней панели инструментов, +
    или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, +
    или щелкните по значку Значок Функция перед строкой формул, +
  4. +
  5. выберите из списка группу функций Математические и тригонометрические,
  6. +
  7. щелкните по функции МЕДИН,
  8. +
  9. введите требуемый аргумент,
  10. +
  11. нажмите клавишу Enter.
  12. +
+

Результат будет отображен в выбранной ячейке.

+

Чтобы вернуть диапазон значений, выберите необходимый диапазон ячеек, введите формулу и нажмите комбинацию клавиш Ctrl + Shift + Enter.

+

Функция МЕДИН

+
+ + \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/resources/help/ru/Functions/randarray.htm b/apps/spreadsheeteditor/main/resources/help/ru/Functions/randarray.htm new file mode 100644 index 000000000..1561b04d2 --- /dev/null +++ b/apps/spreadsheeteditor/main/resources/help/ru/Functions/randarray.htm @@ -0,0 +1,43 @@ + + + + Функция СЛУЧМАССИВ + + + + + + + +
+
+ +
+

Функция СЛУЧМАССИВ

+

Функция СЛУЧМАССИВ - это одна из математических и тригонометрических функций. Она используется для возврата массива случайных чисел и может быть настроена для заполнения определенного количества строк и столбцов, установки диапазона значений или возврата целых / десятичных чисел.

+

Синтаксис функции СЛУЧМАССИВ:

+

СЛУЧМАССИВ([строки],[столбцы],[минимум],[максимум],[целое_число])

+

где

+

строки - это необязательный аргумент, указывающий количество возвращаемых строк. Если аргумент не указан, функция вернет значение от 0 до 1.

+

columns - это необязательный аргумент, указывающий количество возвращаемых столбцов. Если аргумент не указан, функция вернет значение от 0 до 1.

+

миниумм - это необязательный аргумент, указывающий минимальное возвращаемое число. Если аргумент не указан, функция по умолчанию принимает значения 0 и 1.

+

максимум - необязательный аргумент, указывающий максимальное возвращаемое число. Если аргумент не указан, функция по умолчанию будет 0 и 1.

+

целое_число - это необязательный аргумент ИСТИНА или ЛОЖЬ. Если ИСТИНА, функция вернет целое число; ЛОЖЬ вернет десятичное число.

+

Чтобы применить функцию СЛУЧМАССИВ,

+
    +
  1. выделите ячейку, в которой требуется отобразить результат,
  2. +
  3. + щелкните по значку Вставить функцию Значок Вставить функцию, расположенному на верхней панели инструментов, +
    или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, +
    или щелкните по значку Значок Функция перед строкой формул, +
  4. +
  5. выберите из списка группу функций Математические и тригонометрические,
  6. +
  7. щелкните по функции СЛУЧМАССИВ,
  8. +
  9. введите аргументы, разделяя их запятыми,
  10. +
  11. нажмите клавишу Enter.
  12. +
+

Результат будет отображен в выбранной ячейке.

+

Функция СЛУЧМАССИВ

+
+ + \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertFunction.htm b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertFunction.htm index c2eaa2c9b..7516698e5 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertFunction.htm +++ b/apps/spreadsheeteditor/main/resources/help/ru/UsageInstructions/InsertFunction.htm @@ -114,7 +114,7 @@ Математические функции Используются для выполнения базовых математических и тригонометрических операций, таких как сложение, умножение, деление, округление и т.д. - ABS; ACOS; ACOSH; ACOT; ACOTH; АГРЕГАТ; АРАБСКОЕ; ASIN; ASINH; ATAN; ATAN2; ATANH; ОСНОВАНИЕ; ОКРВВЕРХ; ОКРВВЕРХ.МАТ; ОКРВВЕРХ.ТОЧН; ЧИСЛКОМБ; ЧИСЛКОМБА; COS; COSH; COT; COTH; CSC; CSCH; ДЕС; ГРАДУСЫ; ECMA.ОКРВВЕРХ; ЧЁТН; EXP; ФАКТР; ДВФАКТР; ОКРВНИЗ; ОКРВНИЗ.ТОЧН; ОКРВНИЗ.МАТ; НОД; ЦЕЛОЕ; ISO.ОКРВВЕРХ; НОК; LN; LOG; LOG10; МОПРЕД; МОБР; МУМНОЖ; ОСТАТ; ОКРУГЛТ; МУЛЬТИНОМ; НЕЧЁТ; ПИ; СТЕПЕНЬ; ПРОИЗВЕД; ЧАСТНОЕ; РАДИАНЫ; СЛЧИС; СЛУЧМЕЖДУ; РИМСКОЕ; ОКРУГЛ; ОКРУГЛВНИЗ; ОКРУГЛВВЕРХ; SEC; SECH; РЯД.СУММ; ЗНАК; SIN; SINH; КОРЕНЬ; КОРЕНЬПИ; ПРОМЕЖУТОЧНЫЕ.ИТОГИ; СУММ; СУММЕСЛИ; СУММЕСЛИМН; СУММПРОИЗВ; СУММКВ; СУММРАЗНКВ; СУММСУММКВ; СУММКВРАЗН; TAN; TANH; ОТБР; + ABS; ACOS; ACOSH; ACOT; ACOTH; АГРЕГАТ; АРАБСКОЕ; ASIN; ASINH; ATAN; ATAN2; ATANH; ОСНОВАНИЕ; ОКРВВЕРХ; ОКРВВЕРХ.МАТ; ОКРВВЕРХ.ТОЧН; ЧИСЛКОМБ; ЧИСЛКОМБА; COS; COSH; COT; COTH; CSC; CSCH; ДЕС; ГРАДУСЫ; ECMA.ОКРВВЕРХ; ЧЁТН; EXP; ФАКТР; ДВФАКТР; ОКРВНИЗ; ОКРВНИЗ.ТОЧН; ОКРВНИЗ.МАТ; НОД; ЦЕЛОЕ; ISO.ОКРВВЕРХ; НОК; LN; LOG; LOG10; МОПРЕД; МОБР; МУМНОЖ; ОСТАТ; ОКРУГЛТ; МУЛЬТИНОМ; МЕДИН; НЕЧЁТ; ПИ; СТЕПЕНЬ; ПРОИЗВЕД; ЧАСТНОЕ; РАДИАНЫ; СЛЧИС; СЛУЧМАССИВ; СЛУЧМЕЖДУ; РИМСКОЕ; ОКРУГЛ; ОКРУГЛВНИЗ; ОКРУГЛВВЕРХ; SEC; SECH; РЯД.СУММ; ЗНАК; SIN; SINH; КОРЕНЬ; КОРЕНЬПИ; ПРОМЕЖУТОЧНЫЕ.ИТОГИ; СУММ; СУММЕСЛИ; СУММЕСЛИМН; СУММПРОИЗВ; СУММКВ; СУММРАЗНКВ; СУММСУММКВ; СУММКВРАЗН; TAN; TANH; ОТБР; Функции даты и времени diff --git a/apps/spreadsheeteditor/main/resources/help/ru/images/munit.png b/apps/spreadsheeteditor/main/resources/help/ru/images/munit.png new file mode 100644 index 000000000..0f64dbbf7 Binary files /dev/null and b/apps/spreadsheeteditor/main/resources/help/ru/images/munit.png differ diff --git a/apps/spreadsheeteditor/main/resources/help/ru/images/randarray.png b/apps/spreadsheeteditor/main/resources/help/ru/images/randarray.png new file mode 100644 index 000000000..c8cc3ee33 Binary files /dev/null and b/apps/spreadsheeteditor/main/resources/help/ru/images/randarray.png differ diff --git a/apps/spreadsheeteditor/main/resources/help/ru/search/indexes.js b/apps/spreadsheeteditor/main/resources/help/ru/search/indexes.js index 6ecca48f0..10cd5f1cf 100644 --- a/apps/spreadsheeteditor/main/resources/help/ru/search/indexes.js +++ b/apps/spreadsheeteditor/main/resources/help/ru/search/indexes.js @@ -1420,6 +1420,11 @@ var indexes = "title": "Функция МУЛЬТИНОМ", "body": "Функция МУЛЬТИНОМ - это одна из математических и тригонометрических функций. Возвращает отношение факториала суммы значений к произведению факториалов. Синтаксис функции МУЛЬТИНОМ: МУЛЬТИНОМ(список_аргументов) где список_аргументов - это до 30 числовых значений, введенных вручную или находящихся в ячейках, на которые даются ссылки. Чтобы применить функцию МУЛЬТИНОМ, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Математические, щелкните по функции МУЛЬТИНОМ, введите требуемые аргументы через точку с запятой или выделите мышью диапазон ячеек, нажмите клавишу Enter. Результат будет отображен в выбранной ячейке." }, + { + "id": "Functions/munit.htm", + "title": "Функция МЕДИН", + "body": "Функция МЕДИН - одна из математических и тригонометрических функций. Она возващает матрицу единиц для указанного измерения. Синтаксис функции МЕДИН: МЕДИН(измерение) где измерение - это обязательный аргумет. Это целое число, определяющее размер единичной матрицы, которую вы хотите вернуть в виде массива. Измерение должно быть больше нуля. Чтобы применить функцию МЕДИН, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Математические и тригонометрические, щелкните по функции МЕДИН, введите требуемый аргумент, нажмите клавишу Enter. Результат будет отображен в выбранной ячейке. Чтобы вернуть диапазон значений, выберите необходимый диапазон ячеек, введите формулу и нажмите комбинацию клавиш Ctrl + Shift + Enter." + }, { "id": "Functions/n.htm", "title": "Функция Ч", @@ -1720,6 +1725,11 @@ var indexes = "title": "Функция СЛЧИС", "body": "Функция СЛЧИС - это одна из математических и тригонометрических функций. Возвращает случайное число, которое больше или равно 0 и меньше 1. Функция не требует аргумента. Синтаксис функции СЛЧИС: СЛЧИС() Чтобы применить функцию СЛЧИС, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Математические, щелкните по функции СЛЧИС, нажмите клавишу Enter. Результат будет отображен в выбранной ячейке." }, + { + "id": "Functions/randarray.htm", + "title": "Функция СЛУЧМАССИВ", + "body": "Функция СЛУЧМАССИВ - это одна из математических и тригонометрических функций. Она используется для возврата массива случайных чисел и может быть настроена для заполнения определенного количества строк и столбцов, установки диапазона значений или возврата целых / десятичных чисел. Синтаксис функции СЛУЧМАССИВ: СЛУЧМАССИВ([строки],[столбцы],[минимум],[максимум],[целое_число]) где строки - это необязательный аргумент, указывающий количество возвращаемых строк. Если аргумент не указан, функция вернет значение от 0 до 1. columns - это необязательный аргумент, указывающий количество возвращаемых столбцов. Если аргумент не указан, функция вернет значение от 0 до 1. миниумм - это необязательный аргумент, указывающий минимальное возвращаемое число. Если аргумент не указан, функция по умолчанию принимает значения 0 и 1. максимум - необязательный аргумент, указывающий максимальное возвращаемое число. Если аргумент не указан, функция по умолчанию будет 0 и 1. целое_число - это необязательный аргумент ИСТИНА или ЛОЖЬ. Если ИСТИНА, функция вернет целое число; ЛОЖЬ вернет десятичное число. Чтобы применить функцию СЛУЧМАССИВ, выделите ячейку, в которой требуется отобразить результат, щелкните по значку Вставить функцию , расположенному на верхней панели инструментов, или щелкните правой кнопкой мыши по выделенной ячейке и выберите в меню команду Вставить функцию, или щелкните по значку перед строкой формул, выберите из списка группу функций Математические и тригонометрические, щелкните по функции СЛУЧМАССИВ, введите аргументы, разделяя их запятыми, нажмите клавишу Enter. Результат будет отображен в выбранной ячейке." + }, { "id": "Functions/randbetween.htm", "title": "Функция СЛУЧМЕЖДУ", @@ -2290,11 +2300,6 @@ var indexes = "title": "О редакторе электронных таблиц", "body": "Редактор электронных таблиц - это онлайн- приложение, которое позволяет редактировать электронные таблицы непосредственно в браузере . С помощью онлайн- редактора электронных таблиц можно выполнять различные операции редактирования, как в любом десктопном редакторе, распечатывать отредактированные электронные таблицы, сохраняя все детали форматирования, или сохранять таблицы на жесткий диск компьютера как файлы в формате XLSX, PDF, ODS, CSV, XLTX, PDF/A, OTS. Для просмотра текущей версии программы и информации о владельце лицензии в онлайн-версии щелкните по значку на левой боковой панели инструментов. Для просмотра текущей версии программы и информации о владельце лицензии в десктопной версии выберите пункт меню О программе на левой боковой панели в главном окне приложения." }, - { - "id": "HelpfulHints/AdvancedSettings.htm", - "title": "Дополнительные параметры редактора электронных таблиц", - "body": "Вы можете изменить дополнительные параметры редактора электронных таблиц. Для перехода к ним откройте вкладку Файл на верхней панели инструментов и выберите опцию Дополнительные параметры.... Можно также нажать на значок Параметры представления в правой части шапки редактора и выбрать опцию Дополнительные параметры. В разделе Общие доступны следующие дополнительные параметры: Отображение комментариев - используется для включения/отключения опции комментирования в реальном времени: Включить отображение комментариев в тексте - если отключить эту функцию, ячейки, к которым добавлены комментарии, будут помечаться на листе, только когда Вы нажмете на значок Комментарии на левой боковой панели. Включить отображение решенных комментариев - эта функция отключена по умолчанию, чтобы решенные комментарии были скрыты на листе. Просмотреть такие комментарии можно только при нажатии на значок Комментарии на левой боковой панели. Включите эту опцию, если требуется отображать решенные комментарии на листе. Автосохранение - используется в онлайн-версии для включения/отключения опции автоматического сохранения изменений, внесенных при редактировании. Автовосстановление - используется в десктопной версии для включения/отключения опции автоматического восстановления электронной таблицы в случае непредвиденного закрытия программы. Стиль ссылок - используется для включения/отключения стиля ссылок R1C1. По умолчанию эта опция отключена, и используется стиль ссылок A1. Когда используется стиль ссылок A1, столбцы обозначаются буквами, а строки - цифрами. Если выделить ячейку, расположенную в строке 3 и столбце 2, ее адрес, отображаемый в поле слева от строки формул, выглядит следующим образом: B3. Если включен стиль ссылок R1C1, и строки, и столбцы обозначаются числами. Если выделить ячейку на пересечении строки 3 и столбца 2, ее адрес будет выглядеть так: R3C2. Буква R указывает на номер строки, а буква C - на номер столбца. Если ссылаться на другие ячейки, используя стиль ссылок R1C1, ссылка на целевую ячейку формируется на базе расстояния от активной ячейки. Например, если выделить ячейку, расположенную в строке 5 и столбце 1, и ссылаться на ячейку в строке 3 и столбце 2, ссылка будет такой: R[-2]C[1]. Числа в квадратных скобках обозначают позицию ячейки, на которую дается ссылка, относительно позиции текущей ячейки, то есть, целевая ячейка находится на 2 строки выше и на 1 столбец правее от активной ячейки. Если выделить ячейку, расположенную в строке 1 и столбце 2, и ссылаться на ту же самую ячейку в строке 3 и столбце 2, ссылка будет такой: R[2]C, то есть целевая ячейка находится на 2 строки ниже активной ячейки и в том же самом столбце. Режим совместного редактирования - используется для выбора способа отображения изменений, вносимых в ходе совместного редактирования: По умолчанию выбран Быстрый режим, при котором пользователи, участвующие в совместном редактировании документа, будут видеть изменения в реальном времени, как только они внесены другими пользователями. Если вы не хотите видеть изменения, вносимые другими пользователями, (чтобы они не мешали вам или по какой-то другой причине), выберите Строгий режим, и все изменения будут отображаться только после того, как вы нажмете на значок Сохранить с оповещением о наличии изменений от других пользователей. Стандартное значение масштаба - используется для установки стандартного значения масштаба путем его выбора из списка доступных вариантов от 50% до 200%. Хинтинг шрифтов - используется для выбора типа отображения шрифта в онлайн-редакторе электронных таблиц: Выберите опцию Как Windows, если Вам нравится отображение шрифтов в операционной системе Windows, то есть с использованием хинтинга шрифтов Windows. Выберите опцию Как OS X, если Вам нравится отображение шрифтов в операционной системе Mac, то есть вообще без хинтинга шрифтов. Выберите опцию Собственный, если хотите, чтобы текст отображался с хинтингом, встроенным в файлы шрифтов. Режим кэширования по умолчанию - используется для выбора режима кэширования символов шрифта. Не рекомендуется переключать без особых причин. Это может быть полезно только в некоторых случаях, например, при возникновении проблемы в браузере Google Chrome с включенным аппаратным ускорением. В редакторе электронных таблиц есть два режима кэширования: В первом режиме кэширования каждая буква кэшируется как отдельная картинка. Во втором режиме кэширования выделяется картинка определенного размера, в которой динамически располагаются буквы, а также реализован механизм выделения и удаления памяти в этой картинке. Если памяти недостаточно, создается другая картинка, и так далее. Настройка Режим кэширования по умолчанию применяет два вышеуказанных режима кэширования по отдельности для разных браузеров: Когда настройка Режим кэширования по умолчанию включена, в Internet Explorer (v. 9, 10, 11) используется второй режим кэширования, в других браузерах используется первый режим кэширования. Когда настройка Режим кэширования по умолчанию выключена, в Internet Explorer (v. 9, 10, 11) используется первый режим кэширования, в других браузерах используется второй режим кэширования. Единица измерения - используется для определения единиц, которые должны использоваться для измерения параметров элементов, таких как ширина, высота, интервалы, поля и т.д. Можно выбрать опцию Сантиметр, Пункт или Дюйм. Язык формул - используется для выбора языка отображения и ввода имен формул. Региональные параметры - используется для выбора формата отображения денежных единиц и даты и времени по умолчанию. Разделители - используется для определения символов, которые вы хотите использовать как разделители для десятичных знаков и тысяч. Опция Использовать разделители на базе региональных настроек выбрана по умолчанию. Если вы хотите использовать особые разделители, снимите этот флажок и введите нужные символы в расположенных ниже полях Десятичный разделитель и Разделитель разрядов тысяч. Вырезание, копирование и вставка - используется для отображения кнопки Параметры вставки при вставке содержимого. Установите эту галочку, чтобы включить данную функцию. Настройки макросов - используется для настройки отображения макросов с уведомлением. Выберите опцию Отключить все, чтобы отключить все макросы в электронной таблице; Показывать уведомление, чтобы получать уведомления о макросах в электронной таблице; Включить все, чтобы автоматически запускать все макросы в электронной таблице. Чтобы сохранить внесенные изменения, нажмите кнопку Применить." - }, { "id": "HelpfulHints/CollaborativeEditing.htm", "title": "Совместное редактирование электронных таблиц", @@ -2325,6 +2330,11 @@ var indexes = "title": "Поддерживаемые форматы электронных таблиц", "body": "Электронная таблица - это таблица данных, организованных в строки и столбцы. Очень часто используется для хранения финансовой информации благодаря возможности автоматически пересчитывать весь лист после изменения отдельной ячейки. Редактор электронных таблиц позволяет открывать, просматривать и редактировать самые популярные форматы файлов электронных таблиц. Форматы Описание Просмотр Редактирование Скачивание XLS Расширение имени файла для электронных таблиц, созданных программой Microsoft Excel + + XLSX Стандартное расширение для файлов электронных таблиц, созданных с помощью программы Microsoft Office Excel 2007 (или более поздних версий) + + + XLTX Excel Open XML Spreadsheet Template разработанный компанией Microsoft формат файлов на основе XML, сжатых по технологии ZIP. Предназначен для шаблонов электронных таблиц. Шаблон XLTX содержит настройки форматирования, стили и т.д. и может использоваться для создания множества электронных таблиц со схожим форматированием + + + ODS Расширение имени файла для электронных таблиц, используемых пакетами офисных приложений OpenOffice и StarOffice, открытый стандарт для электронных таблиц + + + OTS OpenDocument Spreadsheet Template Формат текстовых файлов OpenDocument для шаблонов электронных таблиц. Шаблон OTS содержит настройки форматирования, стили и т.д. и может использоваться для создания множества электронных таблиц со схожим форматированием + + + CSV Comma Separated Values Формат файлов, используемый для хранения табличных данных (чисел и текста) в текстовой форме + + + PDF Portable Document Format Формат файлов, используемый для представления документов независимо от программного обеспечения, аппаратных средств и операционных систем + PDF/A Portable Document Format / A Подмножество формата PDF, содержащее ограниченный набор возможностей представления данных. Данный формат является стандартом ISO и предназначен для долгосрочного архивного хранения электронных документов. + +" }, + { + "id": "HelpfulHints/advancedsettings.htm", + "title": "Дополнительные параметры редактора электронных таблиц", + "body": "Вы можете изменить дополнительные параметры редактора электронных таблиц. Для перехода к ним откройте вкладку Файл на верхней панели инструментов и выберите опцию Дополнительные параметры.... Можно также нажать на значок Параметры представления в правой части шапки редактора и выбрать опцию Дополнительные параметры. В разделе Общие доступны следующие дополнительные параметры: Отображение комментариев - используется для включения/отключения опции комментирования в реальном времени: Включить отображение комментариев в тексте - если отключить эту функцию, ячейки, к которым добавлены комментарии, будут помечаться на листе, только когда Вы нажмете на значок Комментарии на левой боковой панели. Включить отображение решенных комментариев - эта функция отключена по умолчанию, чтобы решенные комментарии были скрыты на листе. Просмотреть такие комментарии можно только при нажатии на значок Комментарии на левой боковой панели. Включите эту опцию, если требуется отображать решенные комментарии на листе. Автосохранение - используется в онлайн-версии для включения/отключения опции автоматического сохранения изменений, внесенных при редактировании. Автовосстановление - используется в десктопной версии для включения/отключения опции автоматического восстановления электронной таблицы в случае непредвиденного закрытия программы. Стиль ссылок - используется для включения/отключения стиля ссылок R1C1. По умолчанию эта опция отключена, и используется стиль ссылок A1. Когда используется стиль ссылок A1, столбцы обозначаются буквами, а строки - цифрами. Если выделить ячейку, расположенную в строке 3 и столбце 2, ее адрес, отображаемый в поле слева от строки формул, выглядит следующим образом: B3. Если включен стиль ссылок R1C1, и строки, и столбцы обозначаются числами. Если выделить ячейку на пересечении строки 3 и столбца 2, ее адрес будет выглядеть так: R3C2. Буква R указывает на номер строки, а буква C - на номер столбца. Если ссылаться на другие ячейки, используя стиль ссылок R1C1, ссылка на целевую ячейку формируется на базе расстояния от активной ячейки. Например, если выделить ячейку, расположенную в строке 5 и столбце 1, и ссылаться на ячейку в строке 3 и столбце 2, ссылка будет такой: R[-2]C[1]. Числа в квадратных скобках обозначают позицию ячейки, на которую дается ссылка, относительно позиции текущей ячейки, то есть, целевая ячейка находится на 2 строки выше и на 1 столбец правее от активной ячейки. Если выделить ячейку, расположенную в строке 1 и столбце 2, и ссылаться на ту же самую ячейку в строке 3 и столбце 2, ссылка будет такой: R[2]C, то есть целевая ячейка находится на 2 строки ниже активной ячейки и в том же самом столбце. Режим совместного редактирования - используется для выбора способа отображения изменений, вносимых в ходе совместного редактирования: По умолчанию выбран Быстрый режим, при котором пользователи, участвующие в совместном редактировании документа, будут видеть изменения в реальном времени, как только они внесены другими пользователями. Если вы не хотите видеть изменения, вносимые другими пользователями, (чтобы они не мешали вам или по какой-то другой причине), выберите Строгий режим, и все изменения будут отображаться только после того, как вы нажмете на значок Сохранить с оповещением о наличии изменений от других пользователей. Стандартное значение масштаба - используется для установки стандартного значения масштаба путем его выбора из списка доступных вариантов от 50% до 200%. Хинтинг шрифтов - используется для выбора типа отображения шрифта в онлайн-редакторе электронных таблиц: Выберите опцию Как Windows, если Вам нравится отображение шрифтов в операционной системе Windows, то есть с использованием хинтинга шрифтов Windows. Выберите опцию Как OS X, если Вам нравится отображение шрифтов в операционной системе Mac, то есть вообще без хинтинга шрифтов. Выберите опцию Собственный, если хотите, чтобы текст отображался с хинтингом, встроенным в файлы шрифтов. Режим кэширования по умолчанию - используется для выбора режима кэширования символов шрифта. Не рекомендуется переключать без особых причин. Это может быть полезно только в некоторых случаях, например, при возникновении проблемы в браузере Google Chrome с включенным аппаратным ускорением. В редакторе электронных таблиц есть два режима кэширования: В первом режиме кэширования каждая буква кэшируется как отдельная картинка. Во втором режиме кэширования выделяется картинка определенного размера, в которой динамически располагаются буквы, а также реализован механизм выделения и удаления памяти в этой картинке. Если памяти недостаточно, создается другая картинка, и так далее. Настройка Режим кэширования по умолчанию применяет два вышеуказанных режима кэширования по отдельности для разных браузеров: Когда настройка Режим кэширования по умолчанию включена, в Internet Explorer (v. 9, 10, 11) используется второй режим кэширования, в других браузерах используется первый режим кэширования. Когда настройка Режим кэширования по умолчанию выключена, в Internet Explorer (v. 9, 10, 11) используется первый режим кэширования, в других браузерах используется второй режим кэширования. Единица измерения - используется для определения единиц, которые должны использоваться для измерения параметров элементов, таких как ширина, высота, интервалы, поля и т.д. Можно выбрать опцию Сантиметр, Пункт или Дюйм. Язык формул - используется для выбора языка отображения и ввода имен формул. Региональные параметры - используется для выбора формата отображения денежных единиц и даты и времени по умолчанию. Разделители - используется для определения символов, которые вы хотите использовать как разделители для десятичных знаков и тысяч. Опция Использовать разделители на базе региональных настроек выбрана по умолчанию. Если вы хотите использовать особые разделители, снимите этот флажок и введите нужные символы в расположенных ниже полях Десятичный разделитель и Разделитель разрядов тысяч. Вырезание, копирование и вставка - используется для отображения кнопки Параметры вставки при вставке содержимого. Установите эту галочку, чтобы включить данную функцию. Настройки макросов - используется для настройки отображения макросов с уведомлением. Выберите опцию Отключить все, чтобы отключить все макросы в электронной таблице; Показывать уведомление, чтобы получать уведомления о макросах в электронной таблице; Включить все, чтобы автоматически запускать все макросы в электронной таблице. Чтобы сохранить внесенные изменения, нажмите кнопку Применить." + }, { "id": "ProgramInterface/CollaborationTab.htm", "title": "Вкладка Совместная работа", @@ -2333,7 +2343,7 @@ var indexes = { "id": "ProgramInterface/DataTab.htm", "title": "Вкладка Данные", - "body": "Вкладка Данные позволяет управлять данными на рабочем листе. Окно онлайн-редактора электронных таблиц: Окно десктопного редактора электронных таблиц: С помощью этой вкладки вы можете выполнить следующие действия: выполнять сортировку и фильтрацию данных, преобразовывать текст в столбцы, удалять дубликаты из диапазона данных, группировать данные и отменять группировку." + "body": "Вкладка Данные позволяет управлять данными на рабочем листе. Окно онлайн-редактора электронных таблиц: Окно десктопного редактора электронных таблиц: С помощью этой вкладки вы можете выполнить следующие действия: выполнять сортировку и фильтрацию данных, преобразовывать текст в столбцы, удалять дубликаты из диапазона данных, группировать данные и отменять группировку. устанавливать параметры проверки данных." }, { "id": "ProgramInterface/FileTab.htm", @@ -2458,7 +2468,7 @@ var indexes = { "id": "UsageInstructions/InsertFunction.htm", "title": "Вставка функций", - "body": "Важная причина использования электронных таблиц - это возможность выполнять основные расчеты. Некоторые из них выполняются автоматически при выделении диапазона ячеек на рабочем листе: Среднее - используется для того, чтобы проанализировать выбранный диапазон ячеек и рассчитать среднее значение. Количество - используется для того, чтобы подсчитать количество выбранных ячеек, содержащих значения, без учета пустых ячеек. Мин - используется для того, чтобы проанализировать выбранный диапазон ячеек и найти наименьшее число. Макс - используется для того, чтобы проанализировать выбранный диапазон ячеек и найти наибольшее число. Сумма - используется для того, чтобы сложить все числа в выбранном диапазоне без учета пустых или содержащих текст ячеек. Результаты этих расчетов отображаются в правом нижнем углу строки состояния. Вы можете управлять строкой состояния, щелкнув по ней правой кнопкой мыши и выбрав только те функции, которые требуется отображать. Для выполнения любых других расчетов можно ввести нужную формулу вручную, используя общепринятые математические операторы, или вставить заранее определенную формулу - Функцию. Возможности работы с Функциями доступны как на вкладке Главная, так и на вкладке Формула. Также можно использовать сочетание клавиш Shift+F3. На вкладке Главная, вы можете использовать кнопку Вставить функцию чтобы добавить одну из часто используемых функций (СУММ, СРЗНАЧ, МИН, МАКС, СЧЁТ) или открыть окно Вставить функцию, содержащее все доступные функции, распределенные по категориям. Используйте поле поиска, чтобы найти нужную функцию по имени. На вкладке Формула можно использовать следующие кнопки: Функция - чтобы открыть окно Вставить функцию, содержащее все доступные функции, распределенные по категориям. Автосумма - чтобы быстро получить доступ к функциям СУММ, МИН, МАКС, СЧЁТ. При выборе функции из этой группы она автоматически выполняет вычисления для всех ячеек в столбце, расположенных выше выделенной ячейки, поэтому вам не потребуется вводить аргументы. Последние использованные - чтобы быстро получить доступ к 10 последним использованным функциям. Финансовые, Логические, Текст и данные, Дата и время, Поиск и ссылки, Математические - чтобы быстро получить доступ к функциям, относящимся к определенной категории. Другие функции - чтобы получить доступ к функциям из следующих групп: Базы данных, Инженерные, Информационные и Статистические. Именованные диапазоны - чтобы открыть Диспетчер имен, или присвоить новое имя, или вставить имя в качестве аргумента функции. Для получения дополнительной информации обратитесь к этой странице. Пересчет - чтобы принудительно выполнить пересчет функций. Для вставки функции: Выделите ячейку, в которую требуется вставить функцию. Действуйте одним из следующих способов: перейдите на вкладку Формула и используйте кнопки на верхней панели инструментов, чтобы получить доступ к функциям из определенной группы, затем щелкните по нужной функции, чтобы открыть окно Аргументы функции. Также можно выбрать в меню опцию Дополнительно или нажать кнопку Функция на верхней панели инструментов, чтобы открыть окно Вставить функцию. перейдите на вкладку Главная, щелкните по значку Вставить функцию , выберите одну из часто используемых функций (СУММ, СРЗНАЧ, МИН, МАКС, СЧЁТ) или выберите опцию Дополнительно, чтобы открыть окно Вставить функцию. щелкните правой кнопкой мыши по выделенной ячейке и выберите в контекстном меню команду Вставить функцию. щелкните по значку перед строкой формул. В открывшемся окне Вставить функцию введите имя функции в поле поиска или выберите нужную группу функций, а затем выберите из списка требуемую функцию и нажмите OK. Когда вы выберете нужную функцию, откроется окно Аргументы функции: В открывшемся окне Аргументы функции введите нужные значения для каждого аргумента. Аргументы функции можно вводить вручную или нажав на кнопку и выбрав ячейку или диапазон ячеек, который надо добавить в качестве аргумента. Примечание: в общих случаях, в качестве аргументов функций можно использовать числовые значения, логические значения (ИСТИНА, ЛОЖЬ), текстовые значения (они должны быть заключены в кавычки), ссылки на ячейки, ссылки на диапазоны ячеек, имена, присвоенные диапазонам, и другие функции. Результат функции будет отображен ниже. Когда все аргументы будут указаны, нажмите кнопку OK в окне Аргументы функции. Чтобы ввести функцию вручную с помощью клавиатуры, Выделите ячейку. Введите знак \"равно\" (=). Каждая формула должна начинаться со знака \"равно\" (=). Введите имя функции. Как только вы введете начальные буквы, появится список Автозавершения формул. По мере ввода в нем отображаются элементы (формулы и имена), которые соответствуют введенным символам. При наведении курсора на формулу отображается всплывающая подсказка с ее описанием. Можно выбрать нужную формулу из списка и вставить ее, щелкнув по ней или нажав клавишу Tab. Введите аргументы функции или вручную, или выделив мышью диапазон ячеек, который надо добавить в качестве аргумента. Если функция требует несколько аргументов, их надо вводить через точку с запятой. Аргументы должны быть заключены в круглые скобки. При выборе функции из списка открывающая скобка '(' добавляется автоматически. При вводе аргументов также отображается всплывающая подсказка с синтаксисом формулы. Когда все аргументы будут указаны, добавьте закрывающую скобку ')' и нажмите клавишу Enter. При вводе новых данных или изменении значений, используемых в качестве аргументов, пересчет функций по умолчанию выполняется автоматически. Вы можете принудительно выполнить пересчет функций с помощью кнопки Пересчет на вкладке Формула. Нажатие на саму кнопку Пересчет позволяет выполнить пересчет всей рабочей книги, также можно нажать на стрелку под этой кнопкой и выбрать в меню нужный вариант: Пересчет книги или Пересчет рабочего листа. Также можно использовать следующие сочетания клавиш: F9 для пересчета рабочей книги, Shift +F9 для пересчета текущего рабочего листа. Ниже приводится список доступных функций, сгруппированных по категориям: Примечание: если вы хотите изменить язык, который используется для имен функций, перейдите в меню Файл -> Дополнительные параметры, выберите нужный язык из списка Язык формул и нажмите кнопку Применить. Категория функций Описание Функции Функции для работы с текстом и данными Используются для корректного отображения текстовых данных в электронной таблице. ASC; СИМВОЛ; ПЕЧСИМВ; КОДСИМВ; СЦЕПИТЬ; СЦЕП; РУБЛЬ; СОВПАД; НАЙТИ; НАЙТИБ; ФИКСИРОВАННЫЙ; ЛЕВСИМВ; ЛЕВБ; ДЛСТР; ДЛИНБ; СТРОЧН; ПСТР; ПСТРБ; ЧЗНАЧ; ПРОПНАЧ; ЗАМЕНИТЬ; ЗАМЕНИТЬБ; ПОВТОР; ПРАВСИМВ; ПРАВБ; ПОИСК; ПОИСКБ; ПОДСТАВИТЬ; T; ТЕКСТ; ОБЪЕДИНИТЬ; СЖПРОБЕЛЫ; ЮНИСИМВ; UNICODE; ПРОПИСН; ЗНАЧЕН; Статистические функции Используются для анализа данных: нахождения среднего значения, наибольшего или наименьшего значения в диапазоне ячеек. СРОТКЛ; СРЗНАЧ; СРЗНАЧА; СРЗНАЧЕСЛИ; СРЗНАЧЕСЛИМН; БЕТАРАСП; БЕТА.РАСП; БЕТА.ОБР; БЕТАОБР; БИНОМРАСП; БИНОМ.РАСП; БИНОМ.РАСП.ДИАП; БИНОМ.ОБР; ХИ2РАСП; ХИ2ОБР; ХИ2.РАСП; ХИ2.РАСП.ПХ; ХИ2.ОБР; ХИ2.ОБР.ПХ; ХИ2ТЕСТ; ХИ2.ТЕСТ; ДОВЕРИТ; ДОВЕРИТ.НОРМ; ДОВЕРИТ.СТЬЮДЕНТ; КОРРЕЛ; СЧЁТ; СЧЁТЗ; СЧИТАТЬПУСТОТЫ; СЧЁТЕСЛИ; СЧЁТЕСЛИМН; КОВАР; КОВАРИАЦИЯ.Г; КОВАРИАЦИЯ.В; КРИТБИНОМ; КВАДРОТКЛ; ЭКСП.РАСП; ЭКСПРАСП; F.РАСП; FРАСП; F.РАСП.ПХ; F.ОБР; FРАСПОБР; F.ОБР.ПХ; ФИШЕР; ФИШЕРОБР; ПРЕДСКАЗ; ПРЕДСКАЗ.ETS; ПРЕДСКАЗ.ЕTS.ДОВИНТЕРВАЛ; ПРЕДСКАЗ.ETS.СЕЗОННОСТЬ; ПРЕДСКАЗ.ETS.СТАТ; ПРЕДСКАЗ.ЛИНЕЙН; ЧАСТОТА; ФТЕСТ; F.ТЕСТ; ГАММА; ГАММА.РАСП; ГАММАРАСП; ГАММА.ОБР; ГАММАОБР; ГАММАНЛОГ; ГАММАНЛОГ.ТОЧН; ГАУСС; СРГЕОМ; СРГАРМ; ГИПЕРГЕОМЕТ; ГИПЕРГЕОМ.РАСП; ОТРЕЗОК; ЭКСЦЕСС; НАИБОЛЬШИЙ; ЛИНЕЙН; ЛОГНОРМОБР; ЛОГНОРМ.РАСП; ЛОГНОРМ.ОБР; ЛОГНОРМРАСП; МАКС; МАКСА; МАКСЕСЛИ; МЕДИАНА; МИН; МИНА; МИНЕСЛИ; МОДА; МОДА.НСК; МОДА.ОДН; ОТРБИНОМРАСП; ОТРБИНОМ.РАСП; НОРМРАСП; НОРМ.РАСП; НОРМОБР; НОРМ.ОБР; НОРМСТРАСП; НОРМ.СТ.РАСП; НОРМСТОБР; НОРМ.СТ.ОБР; ПИРСОН; ПЕРСЕНТИЛЬ; ПРОЦЕНТИЛЬ.ИСКЛ; ПРОЦЕНТИЛЬ.ВКЛ; ПРОЦЕНТРАНГ; ПРОЦЕНТРАНГ.ИСКЛ; ПРОЦЕНТРАНГ.ВКЛ; ПЕРЕСТ; ПЕРЕСТА; ФИ; ПУАССОН; ПУАССОН.РАСП; ВЕРОЯТНОСТЬ; КВАРТИЛЬ; КВАРТИЛЬ.ИСКЛ; КВАРТИЛЬ.ВКЛ; РАНГ; РАНГ.СР; РАНГ.РВ; КВПИРСОН; СКОС; СКОС.Г; НАКЛОН; НАИМЕНЬШИЙ; НОРМАЛИЗАЦИЯ; СТАНДОТКЛОН; СТАНДОТКЛОН.В; СТАНДОТКЛОНА; СТАНДОТКЛОНП; СТАНДОТКЛОН.Г; СТАНДОТКЛОНПА; СТОШYX; СТЬЮДРАСП; СТЬЮДЕНТ.РАСП; СТЬЮДЕНТ.РАСП.2Х; СТЬЮДЕНТ.РАСП.ПХ; СТЬЮДЕНТ.ОБР; СТЬЮДЕНТ.ОБР.2Х; СТЬЮДРАСПОБР; УРЕЗСРЕДНЕЕ; ТТЕСТ; СТЬЮДЕНТ.ТЕСТ; ДИСП; ДИСПА; ДИСПР; ДИСП.Г; ДИСП.В; ДИСПРА; ВЕЙБУЛЛ; ВЕЙБУЛЛ.РАСП; ZТЕСТ; Z.ТЕСТ Математические функции Используются для выполнения базовых математических и тригонометрических операций, таких как сложение, умножение, деление, округление и т.д. ABS; ACOS; ACOSH; ACOT; ACOTH; АГРЕГАТ; АРАБСКОЕ; ASIN; ASINH; ATAN; ATAN2; ATANH; ОСНОВАНИЕ; ОКРВВЕРХ; ОКРВВЕРХ.МАТ; ОКРВВЕРХ.ТОЧН; ЧИСЛКОМБ; ЧИСЛКОМБА; COS; COSH; COT; COTH; CSC; CSCH; ДЕС; ГРАДУСЫ; ECMA.ОКРВВЕРХ; ЧЁТН; EXP; ФАКТР; ДВФАКТР; ОКРВНИЗ; ОКРВНИЗ.ТОЧН; ОКРВНИЗ.МАТ; НОД; ЦЕЛОЕ; ISO.ОКРВВЕРХ; НОК; LN; LOG; LOG10; МОПРЕД; МОБР; МУМНОЖ; ОСТАТ; ОКРУГЛТ; МУЛЬТИНОМ; НЕЧЁТ; ПИ; СТЕПЕНЬ; ПРОИЗВЕД; ЧАСТНОЕ; РАДИАНЫ; СЛЧИС; СЛУЧМЕЖДУ; РИМСКОЕ; ОКРУГЛ; ОКРУГЛВНИЗ; ОКРУГЛВВЕРХ; SEC; SECH; РЯД.СУММ; ЗНАК; SIN; SINH; КОРЕНЬ; КОРЕНЬПИ; ПРОМЕЖУТОЧНЫЕ.ИТОГИ; СУММ; СУММЕСЛИ; СУММЕСЛИМН; СУММПРОИЗВ; СУММКВ; СУММРАЗНКВ; СУММСУММКВ; СУММКВРАЗН; TAN; TANH; ОТБР; Функции даты и времени Используются для корректного отображения даты и времени в электронной таблице. ДАТА; РАЗНДАТ; ДАТАЗНАЧ; ДЕНЬ; ДНИ; ДНЕЙ360; ДАТАМЕС; КОНМЕСЯЦА; ЧАС; НОМНЕДЕЛИ.ISO; МИНУТЫ; МЕСЯЦ; ЧИСТРАБДНИ; ЧИСТРАБДНИ.МЕЖД; ТДАТА; СЕКУНДЫ; ВРЕМЯ; ВРЕМЗНАЧ; СЕГОДНЯ; ДЕНЬНЕД; НОМНЕДЕЛИ; РАБДЕНЬ; РАБДЕНЬ.МЕЖД; ГОД; ДОЛЯГОДА Инженерные функции Используются для выполнения инженерных расчетов: преобразования чисел из одной системы счисления в другую, работы с комплексными числами и т.д. БЕССЕЛЬ.I; БЕССЕЛЬ.J; БЕССЕЛЬ.K; БЕССЕЛЬ.Y; ДВ.В.ДЕС; ДВ.В.ШЕСТН; ДВ.В.ВОСЬМ; БИТ.И; БИТ.СДВИГЛ; БИТ.ИЛИ; БИТ.СДВИГП; БИТ.ИСКЛИЛИ; КОМПЛЕКСН; ПРЕОБР; ДЕС.В.ДВ; ДЕС.В.ШЕСТН; ДЕС.В.ВОСЬМ; ДЕЛЬТА; ФОШ; ФОШ.ТОЧН; ДФОШ; ДФОШ.ТОЧН; ПОРОГ; ШЕСТН.В.ДВ; ШЕСТН.В.ДЕС; ШЕСТН.В.ВОСЬМ; МНИМ.ABS; МНИМ.ЧАСТЬ; МНИМ.АРГУМЕНТ; МНИМ.СОПРЯЖ; МНИМ.COS; МНИМ.COSH; МНИМ.COT; МНИМ.CSC; МНИМ.CSCH; МНИМ.ДЕЛ; МНИМ.EXP; МНИМ.LN; МНИМ.LOG10; МНИМ.LOG2; МНИМ.СТЕПЕНЬ; МНИМ.ПРОИЗВЕД; МНИМ.ВЕЩ; МНИМ.SEC; МНИМ.SECH; МНИМ.SIN; МНИМ.SINH; МНИМ.КОРЕНЬ; МНИМ.РАЗН; МНИМ.СУММ; МНИМ.TAN; ВОСЬМ.В.ДВ; ВОСЬМ.В.ДЕС; ВОСЬМ.В.ШЕСТН Функции для работы с базами данных Используются для выполнения вычислений по значениям определенного поля базы данных, соответствующих заданным критериям. ДСРЗНАЧ; БСЧЁТ; БСЧЁТА; БИЗВЛЕЧЬ; ДМАКС; ДМИН; БДПРОИЗВЕД; ДСТАНДОТКЛ; ДСТАНДОТКЛП; БДСУММ; БДДИСП; БДДИСПП Финансовые функции Используются для выполнения финансовых расчетов: вычисления чистой приведенной стоимости, суммы платежа и т.д. НАКОПДОХОД; НАКОПДОХОДПОГАШ; АМОРУМ; АМОРУВ; ДНЕЙКУПОНДО; ДНЕЙКУПОН; ДНЕЙКУПОНПОСЛЕ; ДАТАКУПОНПОСЛЕ; ЧИСЛКУПОН; ДАТАКУПОНДО; ОБЩПЛАТ; ОБЩДОХОД; ФУО; ДДОБ; СКИДКА; РУБЛЬ.ДЕС; РУБЛЬ.ДРОБЬ; ДЛИТ; ЭФФЕКТ; БС; БЗРАСПИС; ИНОРМА; ПРПЛТ; ВСД; ПРОЦПЛАТ; МДЛИТ; МВСД; НОМИНАЛ; КПЕР; ЧПС; ЦЕНАПЕРВНЕРЕГ; ДОХОДПЕРВНЕРЕГ; ЦЕНАПОСЛНЕРЕГ; ДОХОДПОСЛНЕРЕГ; ПДЛИТ; ПЛТ; ОСПЛТ; ЦЕНА; ЦЕНАСКИДКА; ЦЕНАПОГАШ; ПС; СТАВКА; ПОЛУЧЕНО; ЭКВ.СТАВКА; АПЛ; АСЧ; РАВНОКЧЕК; ЦЕНАКЧЕК; ДОХОДКЧЕК; ПУО; ЧИСТВНДОХ; ЧИСТНЗ; ДОХОД; ДОХОДСКИДКА; ДОХОДПОГАШ Поисковые функции Используются для упрощения поиска информации по списку данных. АДРЕС; ВЫБОР; СТОЛБЕЦ; ЧИСЛСТОЛБ; Ф.ТЕКСТ; ГПР; ГИПЕРССЫЛКА; ИНДЕКС; ДВССЫЛ; ПРОСМОТР; ПОИСКПОЗ; СМЕЩ; СТРОКА; ЧСТРОК; ТРАНСП; ВПР Информационные функции Используются для предоставления информации о данных в выделенной ячейке или диапазоне ячеек. ЯЧЕЙКА; ТИП.ОШИБКИ; ЕПУСТО; ЕОШ; ЕОШИБКА; ЕЧЁТН; ЕФОРМУЛА; ЕЛОГИЧ; ЕНД; ЕНЕТЕКСТ; ЕЧИСЛО; ЕНЕЧЁТ; ЕССЫЛКА; ЕТЕКСТ; Ч; НД; ЛИСТ; ЛИСТЫ; ТИП Логические функции Используются для выполнения проверки, является ли условие истинным или ложным. И; ЛОЖЬ; ЕСЛИ; ЕСЛИОШИБКА; ЕСНД; ЕСЛИМН; НЕ; ИЛИ; ПЕРЕКЛЮЧ; ИСТИНА; ИСКЛИЛИ" + "body": "Важная причина использования электронных таблиц - это возможность выполнять основные расчеты. Некоторые из них выполняются автоматически при выделении диапазона ячеек на рабочем листе: Среднее - используется для того, чтобы проанализировать выбранный диапазон ячеек и рассчитать среднее значение. Количество - используется для того, чтобы подсчитать количество выбранных ячеек, содержащих значения, без учета пустых ячеек. Мин - используется для того, чтобы проанализировать выбранный диапазон ячеек и найти наименьшее число. Макс - используется для того, чтобы проанализировать выбранный диапазон ячеек и найти наибольшее число. Сумма - используется для того, чтобы сложить все числа в выбранном диапазоне без учета пустых или содержащих текст ячеек. Результаты этих расчетов отображаются в правом нижнем углу строки состояния. Вы можете управлять строкой состояния, щелкнув по ней правой кнопкой мыши и выбрав только те функции, которые требуется отображать. Для выполнения любых других расчетов можно ввести нужную формулу вручную, используя общепринятые математические операторы, или вставить заранее определенную формулу - Функцию. Возможности работы с Функциями доступны как на вкладке Главная, так и на вкладке Формула. Также можно использовать сочетание клавиш Shift+F3. На вкладке Главная, вы можете использовать кнопку Вставить функцию чтобы добавить одну из часто используемых функций (СУММ, СРЗНАЧ, МИН, МАКС, СЧЁТ) или открыть окно Вставить функцию, содержащее все доступные функции, распределенные по категориям. Используйте поле поиска, чтобы найти нужную функцию по имени. На вкладке Формула можно использовать следующие кнопки: Функция - чтобы открыть окно Вставить функцию, содержащее все доступные функции, распределенные по категориям. Автосумма - чтобы быстро получить доступ к функциям СУММ, МИН, МАКС, СЧЁТ. При выборе функции из этой группы она автоматически выполняет вычисления для всех ячеек в столбце, расположенных выше выделенной ячейки, поэтому вам не потребуется вводить аргументы. Последние использованные - чтобы быстро получить доступ к 10 последним использованным функциям. Финансовые, Логические, Текст и данные, Дата и время, Поиск и ссылки, Математические - чтобы быстро получить доступ к функциям, относящимся к определенной категории. Другие функции - чтобы получить доступ к функциям из следующих групп: Базы данных, Инженерные, Информационные и Статистические. Именованные диапазоны - чтобы открыть Диспетчер имен, или присвоить новое имя, или вставить имя в качестве аргумента функции. Для получения дополнительной информации обратитесь к этой странице. Пересчет - чтобы принудительно выполнить пересчет функций. Для вставки функции: Выделите ячейку, в которую требуется вставить функцию. Действуйте одним из следующих способов: перейдите на вкладку Формула и используйте кнопки на верхней панели инструментов, чтобы получить доступ к функциям из определенной группы, затем щелкните по нужной функции, чтобы открыть окно Аргументы функции. Также можно выбрать в меню опцию Дополнительно или нажать кнопку Функция на верхней панели инструментов, чтобы открыть окно Вставить функцию. перейдите на вкладку Главная, щелкните по значку Вставить функцию , выберите одну из часто используемых функций (СУММ, СРЗНАЧ, МИН, МАКС, СЧЁТ) или выберите опцию Дополнительно, чтобы открыть окно Вставить функцию. щелкните правой кнопкой мыши по выделенной ячейке и выберите в контекстном меню команду Вставить функцию. щелкните по значку перед строкой формул. В открывшемся окне Вставить функцию введите имя функции в поле поиска или выберите нужную группу функций, а затем выберите из списка требуемую функцию и нажмите OK. Когда вы выберете нужную функцию, откроется окно Аргументы функции: В открывшемся окне Аргументы функции введите нужные значения для каждого аргумента. Аргументы функции можно вводить вручную или нажав на кнопку и выбрав ячейку или диапазон ячеек, который надо добавить в качестве аргумента. Примечание: в общих случаях, в качестве аргументов функций можно использовать числовые значения, логические значения (ИСТИНА, ЛОЖЬ), текстовые значения (они должны быть заключены в кавычки), ссылки на ячейки, ссылки на диапазоны ячеек, имена, присвоенные диапазонам, и другие функции. Результат функции будет отображен ниже. Когда все аргументы будут указаны, нажмите кнопку OK в окне Аргументы функции. Чтобы ввести функцию вручную с помощью клавиатуры, Выделите ячейку. Введите знак \"равно\" (=). Каждая формула должна начинаться со знака \"равно\" (=). Введите имя функции. Как только вы введете начальные буквы, появится список Автозавершения формул. По мере ввода в нем отображаются элементы (формулы и имена), которые соответствуют введенным символам. При наведении курсора на формулу отображается всплывающая подсказка с ее описанием. Можно выбрать нужную формулу из списка и вставить ее, щелкнув по ней или нажав клавишу Tab. Введите аргументы функции или вручную, или выделив мышью диапазон ячеек, который надо добавить в качестве аргумента. Если функция требует несколько аргументов, их надо вводить через точку с запятой. Аргументы должны быть заключены в круглые скобки. При выборе функции из списка открывающая скобка '(' добавляется автоматически. При вводе аргументов также отображается всплывающая подсказка с синтаксисом формулы. Когда все аргументы будут указаны, добавьте закрывающую скобку ')' и нажмите клавишу Enter. При вводе новых данных или изменении значений, используемых в качестве аргументов, пересчет функций по умолчанию выполняется автоматически. Вы можете принудительно выполнить пересчет функций с помощью кнопки Пересчет на вкладке Формула. Нажатие на саму кнопку Пересчет позволяет выполнить пересчет всей рабочей книги, также можно нажать на стрелку под этой кнопкой и выбрать в меню нужный вариант: Пересчет книги или Пересчет рабочего листа. Также можно использовать следующие сочетания клавиш: F9 для пересчета рабочей книги, Shift +F9 для пересчета текущего рабочего листа. Ниже приводится список доступных функций, сгруппированных по категориям: Примечание: если вы хотите изменить язык, который используется для имен функций, перейдите в меню Файл -> Дополнительные параметры, выберите нужный язык из списка Язык формул и нажмите кнопку Применить. Категория функций Описание Функции Функции для работы с текстом и данными Используются для корректного отображения текстовых данных в электронной таблице. ASC; СИМВОЛ; ПЕЧСИМВ; КОДСИМВ; СЦЕПИТЬ; СЦЕП; РУБЛЬ; СОВПАД; НАЙТИ; НАЙТИБ; ФИКСИРОВАННЫЙ; ЛЕВСИМВ; ЛЕВБ; ДЛСТР; ДЛИНБ; СТРОЧН; ПСТР; ПСТРБ; ЧЗНАЧ; ПРОПНАЧ; ЗАМЕНИТЬ; ЗАМЕНИТЬБ; ПОВТОР; ПРАВСИМВ; ПРАВБ; ПОИСК; ПОИСКБ; ПОДСТАВИТЬ; T; ТЕКСТ; ОБЪЕДИНИТЬ; СЖПРОБЕЛЫ; ЮНИСИМВ; UNICODE; ПРОПИСН; ЗНАЧЕН; Статистические функции Используются для анализа данных: нахождения среднего значения, наибольшего или наименьшего значения в диапазоне ячеек. СРОТКЛ; СРЗНАЧ; СРЗНАЧА; СРЗНАЧЕСЛИ; СРЗНАЧЕСЛИМН; БЕТАРАСП; БЕТА.РАСП; БЕТА.ОБР; БЕТАОБР; БИНОМРАСП; БИНОМ.РАСП; БИНОМ.РАСП.ДИАП; БИНОМ.ОБР; ХИ2РАСП; ХИ2ОБР; ХИ2.РАСП; ХИ2.РАСП.ПХ; ХИ2.ОБР; ХИ2.ОБР.ПХ; ХИ2ТЕСТ; ХИ2.ТЕСТ; ДОВЕРИТ; ДОВЕРИТ.НОРМ; ДОВЕРИТ.СТЬЮДЕНТ; КОРРЕЛ; СЧЁТ; СЧЁТЗ; СЧИТАТЬПУСТОТЫ; СЧЁТЕСЛИ; СЧЁТЕСЛИМН; КОВАР; КОВАРИАЦИЯ.Г; КОВАРИАЦИЯ.В; КРИТБИНОМ; КВАДРОТКЛ; ЭКСП.РАСП; ЭКСПРАСП; F.РАСП; FРАСП; F.РАСП.ПХ; F.ОБР; FРАСПОБР; F.ОБР.ПХ; ФИШЕР; ФИШЕРОБР; ПРЕДСКАЗ; ПРЕДСКАЗ.ETS; ПРЕДСКАЗ.ЕTS.ДОВИНТЕРВАЛ; ПРЕДСКАЗ.ETS.СЕЗОННОСТЬ; ПРЕДСКАЗ.ETS.СТАТ; ПРЕДСКАЗ.ЛИНЕЙН; ЧАСТОТА; ФТЕСТ; F.ТЕСТ; ГАММА; ГАММА.РАСП; ГАММАРАСП; ГАММА.ОБР; ГАММАОБР; ГАММАНЛОГ; ГАММАНЛОГ.ТОЧН; ГАУСС; СРГЕОМ; РОСТ; СРГАРМ; ГИПЕРГЕОМЕТ; ГИПЕРГЕОМ.РАСП; ОТРЕЗОК; ЭКСЦЕСС; НАИБОЛЬШИЙ; ЛИНЕЙН; ЛГРФПРИБЛ; ЛОГНОРМОБР; ЛОГНОРМ.РАСП; ЛОГНОРМ.ОБР; ЛОГНОРМРАСП; МАКС; МАКСА; МАКСЕСЛИ; МЕДИАНА; МИН; МИНА; МИНЕСЛИ; МОДА; МОДА.НСК; МОДА.ОДН; ОТРБИНОМРАСП; ОТРБИНОМ.РАСП; НОРМРАСП; НОРМ.РАСП; НОРМОБР; НОРМ.ОБР; НОРМСТРАСП; НОРМ.СТ.РАСП; НОРМСТОБР; НОРМ.СТ.ОБР; ПИРСОН; ПЕРСЕНТИЛЬ; ПРОЦЕНТИЛЬ.ИСКЛ; ПРОЦЕНТИЛЬ.ВКЛ; ПРОЦЕНТРАНГ; ПРОЦЕНТРАНГ.ИСКЛ; ПРОЦЕНТРАНГ.ВКЛ; ПЕРЕСТ; ПЕРЕСТА; ФИ; ПУАССОН; ПУАССОН.РАСП; ВЕРОЯТНОСТЬ; КВАРТИЛЬ; КВАРТИЛЬ.ИСКЛ; КВАРТИЛЬ.ВКЛ; РАНГ; РАНГ.СР; РАНГ.РВ; КВПИРСОН; СКОС; СКОС.Г; НАКЛОН; НАИМЕНЬШИЙ; НОРМАЛИЗАЦИЯ; СТАНДОТКЛОН; СТАНДОТКЛОН.В; СТАНДОТКЛОНА; СТАНДОТКЛОНП; СТАНДОТКЛОН.Г; СТАНДОТКЛОНПА; СТОШYX; СТЬЮДРАСП; СТЬЮДЕНТ.РАСП; СТЬЮДЕНТ.РАСП.2Х; СТЬЮДЕНТ.РАСП.ПХ; СТЬЮДЕНТ.ОБР; СТЬЮДЕНТ.ОБР.2Х; СТЬЮДРАСПОБР; ТЕНДЕНЦИЯ; УРЕЗСРЕДНЕЕ; ТТЕСТ; СТЬЮДЕНТ.ТЕСТ; ДИСП; ДИСПА; ДИСПР; ДИСП.Г; ДИСП.В; ДИСПРА; ВЕЙБУЛЛ; ВЕЙБУЛЛ.РАСП; ZТЕСТ; Z.ТЕСТ Математические функции Используются для выполнения базовых математических и тригонометрических операций, таких как сложение, умножение, деление, округление и т.д. ABS; ACOS; ACOSH; ACOT; ACOTH; АГРЕГАТ; АРАБСКОЕ; ASIN; ASINH; ATAN; ATAN2; ATANH; ОСНОВАНИЕ; ОКРВВЕРХ; ОКРВВЕРХ.МАТ; ОКРВВЕРХ.ТОЧН; ЧИСЛКОМБ; ЧИСЛКОМБА; COS; COSH; COT; COTH; CSC; CSCH; ДЕС; ГРАДУСЫ; ECMA.ОКРВВЕРХ; ЧЁТН; EXP; ФАКТР; ДВФАКТР; ОКРВНИЗ; ОКРВНИЗ.ТОЧН; ОКРВНИЗ.МАТ; НОД; ЦЕЛОЕ; ISO.ОКРВВЕРХ; НОК; LN; LOG; LOG10; МОПРЕД; МОБР; МУМНОЖ; ОСТАТ; ОКРУГЛТ; МУЛЬТИНОМ; МЕДИН; НЕЧЁТ; ПИ; СТЕПЕНЬ; ПРОИЗВЕД; ЧАСТНОЕ; РАДИАНЫ; СЛЧИС; СЛУЧМАССИВ; СЛУЧМЕЖДУ; РИМСКОЕ; ОКРУГЛ; ОКРУГЛВНИЗ; ОКРУГЛВВЕРХ; SEC; SECH; РЯД.СУММ; ЗНАК; SIN; SINH; КОРЕНЬ; КОРЕНЬПИ; ПРОМЕЖУТОЧНЫЕ.ИТОГИ; СУММ; СУММЕСЛИ; СУММЕСЛИМН; СУММПРОИЗВ; СУММКВ; СУММРАЗНКВ; СУММСУММКВ; СУММКВРАЗН; TAN; TANH; ОТБР; Функции даты и времени Используются для корректного отображения даты и времени в электронной таблице. ДАТА; РАЗНДАТ; ДАТАЗНАЧ; ДЕНЬ; ДНИ; ДНЕЙ360; ДАТАМЕС; КОНМЕСЯЦА; ЧАС; НОМНЕДЕЛИ.ISO; МИНУТЫ; МЕСЯЦ; ЧИСТРАБДНИ; ЧИСТРАБДНИ.МЕЖД; ТДАТА; СЕКУНДЫ; ВРЕМЯ; ВРЕМЗНАЧ; СЕГОДНЯ; ДЕНЬНЕД; НОМНЕДЕЛИ; РАБДЕНЬ; РАБДЕНЬ.МЕЖД; ГОД; ДОЛЯГОДА Инженерные функции Используются для выполнения инженерных расчетов: преобразования чисел из одной системы счисления в другую, работы с комплексными числами и т.д. БЕССЕЛЬ.I; БЕССЕЛЬ.J; БЕССЕЛЬ.K; БЕССЕЛЬ.Y; ДВ.В.ДЕС; ДВ.В.ШЕСТН; ДВ.В.ВОСЬМ; БИТ.И; БИТ.СДВИГЛ; БИТ.ИЛИ; БИТ.СДВИГП; БИТ.ИСКЛИЛИ; КОМПЛЕКСН; ПРЕОБР; ДЕС.В.ДВ; ДЕС.В.ШЕСТН; ДЕС.В.ВОСЬМ; ДЕЛЬТА; ФОШ; ФОШ.ТОЧН; ДФОШ; ДФОШ.ТОЧН; ПОРОГ; ШЕСТН.В.ДВ; ШЕСТН.В.ДЕС; ШЕСТН.В.ВОСЬМ; МНИМ.ABS; МНИМ.ЧАСТЬ; МНИМ.АРГУМЕНТ; МНИМ.СОПРЯЖ; МНИМ.COS; МНИМ.COSH; МНИМ.COT; МНИМ.CSC; МНИМ.CSCH; МНИМ.ДЕЛ; МНИМ.EXP; МНИМ.LN; МНИМ.LOG10; МНИМ.LOG2; МНИМ.СТЕПЕНЬ; МНИМ.ПРОИЗВЕД; МНИМ.ВЕЩ; МНИМ.SEC; МНИМ.SECH; МНИМ.SIN; МНИМ.SINH; МНИМ.КОРЕНЬ; МНИМ.РАЗН; МНИМ.СУММ; МНИМ.TAN; ВОСЬМ.В.ДВ; ВОСЬМ.В.ДЕС; ВОСЬМ.В.ШЕСТН Функции для работы с базами данных Используются для выполнения вычислений по значениям определенного поля базы данных, соответствующих заданным критериям. ДСРЗНАЧ; БСЧЁТ; БСЧЁТА; БИЗВЛЕЧЬ; ДМАКС; ДМИН; БДПРОИЗВЕД; ДСТАНДОТКЛ; ДСТАНДОТКЛП; БДСУММ; БДДИСП; БДДИСПП Финансовые функции Используются для выполнения финансовых расчетов: вычисления чистой приведенной стоимости, суммы платежа и т.д. НАКОПДОХОД; НАКОПДОХОДПОГАШ; АМОРУМ; АМОРУВ; ДНЕЙКУПОНДО; ДНЕЙКУПОН; ДНЕЙКУПОНПОСЛЕ; ДАТАКУПОНПОСЛЕ; ЧИСЛКУПОН; ДАТАКУПОНДО; ОБЩПЛАТ; ОБЩДОХОД; ФУО; ДДОБ; СКИДКА; РУБЛЬ.ДЕС; РУБЛЬ.ДРОБЬ; ДЛИТ; ЭФФЕКТ; БС; БЗРАСПИС; ИНОРМА; ПРПЛТ; ВСД; ПРОЦПЛАТ; МДЛИТ; МВСД; НОМИНАЛ; КПЕР; ЧПС; ЦЕНАПЕРВНЕРЕГ; ДОХОДПЕРВНЕРЕГ; ЦЕНАПОСЛНЕРЕГ; ДОХОДПОСЛНЕРЕГ; ПДЛИТ; ПЛТ; ОСПЛТ; ЦЕНА; ЦЕНАСКИДКА; ЦЕНАПОГАШ; ПС; СТАВКА; ПОЛУЧЕНО; ЭКВ.СТАВКА; АПЛ; АСЧ; РАВНОКЧЕК; ЦЕНАКЧЕК; ДОХОДКЧЕК; ПУО; ЧИСТВНДОХ; ЧИСТНЗ; ДОХОД; ДОХОДСКИДКА; ДОХОДПОГАШ Поисковые функции Используются для упрощения поиска информации по списку данных. АДРЕС; ВЫБОР; СТОЛБЕЦ; ЧИСЛСТОЛБ; Ф.ТЕКСТ; ГПР; ГИПЕРССЫЛКА; ИНДЕКС; ДВССЫЛ; ПРОСМОТР; ПОИСКПОЗ; СМЕЩ; СТРОКА; ЧСТРОК; ТРАНСП; UNIQUE; ВПР Информационные функции Используются для предоставления информации о данных в выделенной ячейке или диапазоне ячеек. ЯЧЕЙКА; ТИП.ОШИБКИ; ЕПУСТО; ЕОШ; ЕОШИБКА; ЕЧЁТН; ЕФОРМУЛА; ЕЛОГИЧ; ЕНД; ЕНЕТЕКСТ; ЕЧИСЛО; ЕНЕЧЁТ; ЕССЫЛКА; ЕТЕКСТ; Ч; НД; ЛИСТ; ЛИСТЫ; ТИП Логические функции Используются для выполнения проверки, является ли условие истинным или ложным. И; ЛОЖЬ; ЕСЛИ; ЕСЛИОШИБКА; ЕСНД; ЕСЛИМН; НЕ; ИЛИ; ПЕРЕКЛЮЧ; ИСТИНА; ИСКЛИЛИ" }, { "id": "UsageInstructions/InsertHeadersFooters.htm",