source/text/scalc/01/04060107.xhp |  574 +++++++++++++++-----------------------
 1 file changed, 229 insertions(+), 345 deletions(-)

New commits:
commit 10694883a078bc2edd7f8f6f74c2a75fce0e2080
Author:     Sophia Schröder <[email protected]>
AuthorDate: Mon Nov 5 20:16:35 2018 +0100
Commit:     Bartosz Kosiorek <[email protected]>
CommitDate: Tue Nov 6 18:58:14 2018 +0100

    related: tdf#121173: double space cleanups
    
    ..and some more improvements (hopefully)
    
    Change-Id: I17e6656ff0f0274c342b62e72405d396437c8964
    Reviewed-on: https://gerrit.libreoffice.org/62923
    Tested-by: Jenkins
    Reviewed-by: Bartosz Kosiorek <[email protected]>

diff --git a/source/text/scalc/01/04060107.xhp 
b/source/text/scalc/01/04060107.xhp
index 56f4b0d50..aa7375331 100644
--- a/source/text/scalc/01/04060107.xhp
+++ b/source/text/scalc/01/04060107.xhp
@@ -24,33 +24,28 @@
     <filename>/text/scalc/01/04060107.xhp</filename>
   </topic>
 </meta>
-
 <body>
-
 <bookmark xml-lang="en-US" branch="index" id="bm_id3147273">
-  <bookmark_value>matrices; functions</bookmark_value>
-  <bookmark_value>Function Wizard; arrays</bookmark_value>
-  <bookmark_value>array formulas</bookmark_value>
-  <bookmark_value>inline array constants</bookmark_value>
-  <bookmark_value>formulas;arrays</bookmark_value>
-  <bookmark_value>functions;array functions</bookmark_value>
-  <bookmark_value>editing; array formulas</bookmark_value>
-  <bookmark_value>copying; array formulas</bookmark_value>
-  <bookmark_value>adjusting array ranges</bookmark_value>
-  <bookmark_value>calculating;conditional calculations</bookmark_value>
-  <bookmark_value>matrices; calculations</bookmark_value>
-  <bookmark_value>conditional calculations with arrays</bookmark_value>
-  <bookmark_value>implicit array handling</bookmark_value>
-  <bookmark_value>forced array handling</bookmark_value>
+<bookmark_value>matrices; functions</bookmark_value>
+<bookmark_value>Function Wizard; arrays</bookmark_value>
+<bookmark_value>array formulas</bookmark_value>
+<bookmark_value>inline array constants</bookmark_value>
+<bookmark_value>formulas; arrays</bookmark_value>
+<bookmark_value>functions; array functions</bookmark_value>
+<bookmark_value>editing; array formulas</bookmark_value>
+<bookmark_value>copying; array formulas</bookmark_value>
+<bookmark_value>adjusting array ranges</bookmark_value>
+<bookmark_value>calculating; conditional calculations</bookmark_value>
+<bookmark_value>matrices; calculations</bookmark_value>
+<bookmark_value>conditional calculations with arrays</bookmark_value>
+<bookmark_value>implicit array handling</bookmark_value>
+<bookmark_value>forced array handling</bookmark_value>
 </bookmark>
 <comment>mw deleted "creating;"</comment>
-
 <paragraph id="hd_id3147273" role="heading" level="1" xml-lang="en-US">Array 
Functions</paragraph>
-<paragraph id="par_id3154744" role="paragraph" xml-lang="en-US"><variable 
id="matrixtext">This category contains the array 
functions.</variable></paragraph>
-
+  <paragraph id="par_id3154744" role="paragraph" xml-lang="en-US"><variable 
id="matrixtext">This category contains the array 
functions.</variable></paragraph>
 <paragraph id="hd_id3146084" role="heading" level="2" xml-lang="en-US">What is 
an Array?</paragraph>
-<paragraph id="par_id3154298" role="paragraph" xml-lang="en-US"><variable 
id="wasmatrix">An array is a linked range of cells on a spreadsheet containing 
values.</variable> A square range of 3 rows and 3 columns is a 3 x 3 
array:</paragraph>
-
+  <paragraph id="par_id3154298" role="paragraph" xml-lang="en-US"><variable 
id="wasmatrix">An array is a linked range of cells on a spreadsheet containing 
values.</variable> A square range of 3 rows and 3 columns is a 3 x 3 
array:</paragraph>
 <table id="tbl_id3151168">
   <tablerow>
     <tablecell>
@@ -108,94 +103,73 @@
     </tablecell>
   </tablerow>
 </table>
-
-<paragraph id="par_id3153583" role="paragraph" xml-lang="en-US">The smallest 
possible array is a 1 x 2 or 2 x 1 array with two adjacent cells.</paragraph>
-
+  <paragraph id="par_id3153583" role="paragraph" xml-lang="en-US">The smallest 
possible array is a 1 x 2 or 2 x 1 array with two adjacent cells.</paragraph>
 <paragraph id="hd_id3148474" role="heading" level="2" xml-lang="en-US">What is 
an array formula?</paragraph>
-<paragraph id="par_id3155355" role="paragraph" xml-lang="en-US">A formula in 
which the individual values in a cell range are evaluated is referred to as an 
array formula. The difference between an array formula and other formulas is 
that the array formula deals with several values simultaneously instead of just 
one.</paragraph>
-<paragraph id="par_id3151052" role="paragraph" xml-lang="en-US">Not only can 
an array formula process several values, but it can also return several values. 
The results of an array formula is also an array.</paragraph>
-<paragraph id="par_id3158432" role="paragraph" xml-lang="en-US">To multiply 
the values in the individual cells by 10 in the above array, you do not need to 
apply a formula to each individual cell or value. Instead you just need to use 
a single array formula. Select a range of 3 x 3 cells on another part of the 
spreadsheet, enter the formula <item type="input">=10*A1:C3</item> and confirm 
this entry using the key combination <switchinline select="sys"><caseinline 
select="MAC">Command
-</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter. 
The result is a 3 x 3 array in which the individual values in the cell range 
(A1:C3) are multiplied by a factor of 10.</paragraph>
-<paragraph id="par_id3149156" role="paragraph" xml-lang="en-US">In addition to 
multiplication, you can also use other operators on the reference range (an 
array). With $[officename] Calc, you can add (+), subtract (-), multiply (*), 
divide (/), use exponents (^), concatenation (&amp;) and comparisons (=, 
&lt;&gt;, &lt;, &gt;, &lt;=, &gt;=). The operators can be used on each 
individual value in the cell range and return the result as an array if the 
array formula was entered.</paragraph>
-<paragraph id="par_id3166456" role="paragraph" xml-lang="en-US">Comparison 
operators in an array formula treat empty cells in the same way as in a normal 
formula, that is, either as zero or as an empty string. For example, if cells 
A1 and A2 are empty the array formulas <item type="input">{=A1:A2=""}</item> 
and <item type="input">{=A1:A2=0}</item> will both return a 1 column 2 row 
array of cells containing TRUE.</paragraph>
-
+  <paragraph id="par_id3155355" role="paragraph" xml-lang="en-US">A formula in 
which the individual values in a cell range are evaluated is referred to as an 
array formula. The difference between an array formula and other formulas is 
that the array formula deals with several values simultaneously instead of just 
one.</paragraph>
+  <paragraph id="par_id3151052" role="paragraph" xml-lang="en-US">Not only can 
an array formula process several values, but it can also return several values. 
The results of an array formula is also an array.</paragraph>
+  <paragraph id="par_id3158432" role="paragraph" xml-lang="en-US">To multiply 
the values in the individual cells by 10 in the above array, you do not need to 
apply a formula to each individual cell or value. Instead you just need to use 
a single array formula. Select a range of 3 x 3 cells on another part of the 
spreadsheet, enter the formula <item type="input">=10*A1:C3</item> and confirm 
this entry using the key combination <switchinline select="sys"><caseinline 
select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>
 + Shift + Enter</emph>. The result is a 3 x 3 array in which the individual 
values in the cell range (A1:C3) are multiplied by a factor of 10.</paragraph>
+  <paragraph id="par_id3149156" role="paragraph" xml-lang="en-US">In addition 
to multiplication, you can also use other operators on the reference range (an 
array). With $[officename] Calc, you can add (+), subtract (-), multiply (*), 
divide (/), use exponents (^), concatenation (&amp;) and comparisons (=, 
&lt;&gt;, &lt;, &gt;, &lt;=, &gt;=). The operators can be used on each 
individual value in the cell range and return the result as an array if the 
array formula was entered.</paragraph>
+  <paragraph id="par_id3166456" role="paragraph" xml-lang="en-US">Comparison 
operators in an array formula treat empty cells in the same way as in a normal 
formula, that is, either as zero or as an empty string. For example, if cells 
A1 and A2 are empty the array formulas <item type="input">{=A1:A2=""}</item> 
and <item type="input">{=A1:A2=0}</item> will both return a 1 column 2 row 
array of cells containing TRUE.</paragraph>
 <paragraph id="hd_id3150713" role="heading" level="3" xml-lang="en-US">When do 
you use array formulas?</paragraph>
-<paragraph id="par_id3149787" role="paragraph" xml-lang="en-US">Use array 
formulas if you have to repeat calculations using different values. If you 
decide to change the calculation method later, you only have to update the 
array formula. To add an array formula, select the entire array range and then 
<link href="text/scalc/01/04060107.xhp" name="make the required change to the 
array formula">make the required change to the array formula</link>.</paragraph>
-<paragraph id="par_id3149798" role="paragraph" xml-lang="en-US">Array formulas 
are also a space saving option when several values must be calculated, since 
they are not very memory-intensive. In addition, arrays are an essential tool 
for carrying out complex calculations, because you can have several cell ranges 
included in your calculations. $[officename] has different math functions for 
arrays, such as the MMULT function for multiplying two arrays or the SUMPRODUCT 
function for calculating the scalar products of two arrays.</paragraph>
-
+  <paragraph id="par_id3149787" role="paragraph" xml-lang="en-US">Use array 
formulas if you have to repeat calculations using different values. If you 
decide to change the calculation method later, you only have to update the 
array formula. To add an array formula, select the entire array range and then 
<link href="text/scalc/01/04060107.xhp" name="make the required change to the 
array formula">make the required change to the array formula</link>.</paragraph>
+  <paragraph id="par_id3149798" role="paragraph" xml-lang="en-US">Array 
formulas are also a space saving option when several values must be calculated, 
since they are not very memory-intensive. In addition, arrays are an essential 
tool for carrying out complex calculations, because you can have several cell 
ranges included in your calculations. $[officename] has different math 
functions for arrays, such as the MMULT function for multiplying two arrays or 
the SUMPRODUCT function for calculating the scalar products of two 
arrays.</paragraph>
 <paragraph id="hd_id3155588" role="heading" level="2" xml-lang="en-US">Using 
Array Formulas in $[officename] Calc</paragraph>
-<paragraph id="par_id3152876" role="paragraph" xml-lang="en-US">You can also 
create a "normal" formula in which the reference range, such as parameters, 
indicate an array formula. The result is obtained from the intersection of the 
reference range and the rows or columns in which the formula is found. If there 
is no intersection or if the range at the intersection covers several rows or 
columns, a #VALUE! error message appears. The following example illustrates 
this concept:</paragraph>
-
+  <paragraph id="par_id3152876" role="paragraph" xml-lang="en-US">You can also 
create a "normal" formula in which the reference range, such as parameters, 
indicate an array formula. The result is obtained from the intersection of the 
reference range and the rows or columns in which the formula is found. If there 
is no intersection or if the range at the intersection covers several rows or 
columns, a #VALUE! error message appears. The following example illustrates 
this concept:</paragraph>
 <paragraph id="hd_id3151271" role="heading" level="3" 
xml-lang="en-US">Creating Array Formulas</paragraph>
-
 <section id="somatrixformel">
-<paragraph id="par_id3149102" role="paragraph" xml-lang="en-US">If you create 
an array formula using the <emph>Function Wizard</emph>, you must mark the 
<emph>Array</emph> check box each time so that the results are returned in an 
array. Otherwise, only the value in the upper-left cell of the array being 
calculated is returned.</paragraph>
-<paragraph id="par_id3153392" role="paragraph" xml-lang="en-US">If you enter 
the array formula directly into the cell, you must use the key combination 
Shift+<switchinline select="sys"><caseinline select="MAC">Command
-</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter instead 
of the Enter key. Only then does the formula become an array 
formula.</paragraph>
-<paragraph id="par_id3151120" role="note" xml-lang="en-US">Array formulas 
appear in braces in $[officename] Calc. You cannot create array formulas by 
manually entering the braces.</paragraph>
+  <paragraph id="par_id3149102" role="paragraph" xml-lang="en-US">If you 
create an array formula using the <emph>Function Wizard</emph>, you must mark 
the <emph>Array</emph> check box each time so that the results are returned in 
an array. Otherwise, only the value in the upper-left cell of the array being 
calculated is returned.</paragraph>
+  <paragraph id="par_id3153392" role="paragraph" xml-lang="en-US">If you enter 
the array formula directly into the cell, you must use the key combination 
<emph>Shift + </emph><switchinline select="sys"><caseinline 
select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>
 + Enter</emph> instead of the <emph>Enter</emph> key. Only then does the 
formula become an array formula.</paragraph>
+  <paragraph id="par_id3151120" role="note" xml-lang="en-US">Array formulas 
appear in braces in $[officename] Calc. You cannot create array formulas by 
manually entering the braces.</paragraph>
 </section>
-<paragraph id="par_id3154342" role="warning" xml-lang="en-US">The cells in a 
results array are automatically protected against changes. However, you can 
edit or copy the array formula by selecting the entire array cell 
range.</paragraph>
-
+  <paragraph id="par_id3154342" role="warning" xml-lang="en-US">The cells in a 
results array are automatically protected against changes. However, you can 
edit or copy the array formula by selecting the entire array cell 
range.</paragraph>
 <paragraph id="hd_id8834803" role="heading" level="3" xml-lang="en-US">Using 
Inline Array Constants in Formulas</paragraph>
-<paragraph id="par_id985747" role="paragraph" xml-lang="en-US">Calc supports 
inline matrix/array constants in formulas. An inline array is surrounded by 
curly braces '{' and '}'. Elements can be each a number (including negatives), 
a logical constant (TRUE, FALSE), or a literal string. Non-constant expressions 
are not allowed. Arrays can be entered with one or more rows, and one or more 
columns. All rows must consist of the same number of elements, all columns must 
consist of the same number of elements.</paragraph>
-<paragraph id="par_id936613" role="paragraph" xml-lang="en-US">The column 
separator (separating elements in one row) and the row separator are language 
and locale dependent. But in this help content, the ';' semicolon and '|' pipe 
symbol are used to indicate the column and row separators, respectively. For 
example, in the English locale, the ',' comma is used as the column separator, 
while the ';' semicolon is used as the row separator.</paragraph>
-<paragraph id="par_id936615" role="tip" xml-lang="en-US">You can view and 
change the row and column separator in <switchinline select="sys"><caseinline 
select="MAC"><emph>%PRODUCTNAME - 
Preferences</emph></caseinline><defaultinline><emph>Tools - 
Options</emph></defaultinline></switchinline><emph> - Calc - Formula - 
Separators</emph>.</paragraph>
-<paragraph id="par_id1877498" role="paragraph" xml-lang="en-US">Arrays can not 
be nested.</paragraph>
-<paragraph id="par_id4262520" role="paragraph" 
xml-lang="en-US"><emph>Examples:</emph></paragraph>
-<paragraph id="par_id9387493" role="code" xml-lang="en-US">={1;2;3}</paragraph>
-<paragraph id="par_id8207037" role="paragraph" xml-lang="en-US">An array with 
one row consisting of the three numbers 1, 2, and 3.</paragraph>
-<paragraph id="par_id6757103" role="paragraph" xml-lang="en-US">To enter this 
array constant, you select three cells in a row, then you type the formula 
<item type="input">={1;2;3}</item> using the curly braces and the semicolons, 
then press <switchinline select="sys"><caseinline select="MAC">Command
-</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter.</paragraph>
-<paragraph id="par_id8868068" role="code" 
xml-lang="en-US">={1;2;3|4;5;6}</paragraph>
-<paragraph id="par_id6626483" role="paragraph" xml-lang="en-US">An array with 
two rows and three values in each row.</paragraph>
-<paragraph id="par_id5262916" role="code" 
xml-lang="en-US">={0;1;2|FALSE;TRUE;"two"}</paragraph>
-<paragraph id="par_id1623889" role="paragraph" xml-lang="en-US">A mixed data 
array.</paragraph>
-<paragraph id="par_id7781914" role="code" 
xml-lang="en-US">=SIN({1;2;3})</paragraph>
-<paragraph id="par_id300912" role="paragraph" xml-lang="en-US">Entered as a 
matrix formula, delivers the result of three SIN calculations with the 
arguments 1, 2, and 3.</paragraph>
-
+  <paragraph id="par_id985747" role="paragraph" xml-lang="en-US">Calc supports 
inline matrix/array constants in formulas. An inline array is surrounded by 
curly braces '{' and '}'. Elements can be each a number (including negatives), 
a logical constant (TRUE, FALSE), or a literal string. Non-constant expressions 
are not allowed. Arrays can be entered with one or more rows, and one or more 
columns. All rows must consist of the same number of elements, all columns must 
consist of the same number of elements.</paragraph>
+  <paragraph id="par_id936613" role="paragraph" xml-lang="en-US">The column 
separator (separating elements in one row) and the row separator are language 
and locale dependent. But in this help content, the ';' semicolon and '|' pipe 
symbol are used to indicate the column and row separators, respectively. For 
example, in the English locale, the ',' comma is used as the column separator, 
while the ';' semicolon is used as the row separator.</paragraph>
+  <paragraph id="par_id936615" role="tip" xml-lang="en-US">You can view and 
change the row and column separator in <switchinline select="sys"><caseinline 
select="MAC"><emph>%PRODUCTNAME - 
Preferences</emph></caseinline><defaultinline><emph>Tools - 
Options</emph></defaultinline></switchinline><emph> - Calc - Formula - 
Separators</emph>.</paragraph>
+  <paragraph id="par_id1877498" role="paragraph" xml-lang="en-US">Arrays can 
not be nested.</paragraph>
+  <paragraph id="par_id4262520" role="paragraph" 
xml-lang="en-US"><emph>Examples:</emph></paragraph>
+  <paragraph id="par_id9387493" role="code" 
xml-lang="en-US">={1;2;3}</paragraph>
+  <paragraph id="par_id8207037" role="paragraph" xml-lang="en-US">An array 
with one row consisting of the three numbers 1, 2, and 3.</paragraph>
+  <paragraph id="par_id6757103" role="paragraph" xml-lang="en-US">To enter 
this array constant, you select three cells in a row, then you type the formula 
<item type="input">={1;2;3}</item> using the curly braces and the semicolons, 
then press <switchinline select="sys"><caseinline 
select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>
 + Shift + Enter</emph>.</paragraph>
+  <paragraph id="par_id8868068" role="code" 
xml-lang="en-US">={1;2;3|4;5;6}</paragraph>
+  <paragraph id="par_id6626483" role="paragraph" xml-lang="en-US">An array 
with two rows and three values in each row.</paragraph>
+  <paragraph id="par_id5262916" role="code" 
xml-lang="en-US">={0;1;2|FALSE;TRUE;"two"}</paragraph>
+  <paragraph id="par_id1623889" role="paragraph" xml-lang="en-US">A mixed data 
array.</paragraph>
+  <paragraph id="par_id7781914" role="code" 
xml-lang="en-US">=SIN({1;2;3})</paragraph>
+  <paragraph id="par_id300912" role="paragraph" xml-lang="en-US">Entered as a 
matrix formula, delivers the result of three SIN calculations with the 
arguments 1, 2, and 3.</paragraph>
 <paragraph id="hd_id3148660" role="heading" level="3" xml-lang="en-US">Editing 
Array Formulas</paragraph>
-
 <list type="ordered">
   <listitem>
-    <paragraph id="par_id3149241" role="listitem" xml-lang="en-US">Select the 
cell range or array containing the array formula. To select the whole array, 
position the cell cursor inside the array range, then press <switchinline 
select="sys"><caseinline select="MAC">Command
-</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+/, where / is 
the Division key on the numeric keypad.</paragraph>
+    <paragraph id="par_id3149241" role="listitem" xml-lang="en-US">Select the 
cell range or array containing the array formula. To select the whole array, 
position the cell cursor inside the array range, then press <switchinline 
select="sys"><caseinline 
select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>
 + /</emph>, where <emph>/</emph> is the <emph>Division</emph> key on the 
numeric keypad.</paragraph>
   </listitem>
   <listitem>
-    <paragraph id="par_id3143274" role="listitem" xml-lang="en-US">Either 
press F2 or position the cursor in the input line. Both of these actions let 
you edit the formula.</paragraph>
+    <paragraph id="par_id3143274" role="listitem" xml-lang="en-US">Either 
press <emph>F2</emph> or position the cursor in the input line. Both of these 
actions let you edit the formula.</paragraph>
   </listitem>
   <listitem>
-    <paragraph id="par_id3154798" role="listitem" xml-lang="en-US">After you 
have made changes, press <switchinline select="sys"><caseinline 
select="MAC">Command
-</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter.</paragraph>
+    <paragraph id="par_id3154798" role="listitem" xml-lang="en-US">After you 
have made changes, press <switchinline select="sys"><caseinline 
select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>
 + Shift + Enter</emph>.</paragraph>
   </listitem>
 </list>
-<paragraph id="par_id3150628" role="tip" xml-lang="en-US">You can format the 
separate parts of an array. For example, you can change the font color. Select 
a cell range and then change the attribute you want.</paragraph>
-
+  <paragraph id="par_id3150628" role="tip" xml-lang="en-US">You can format the 
separate parts of an array. For example, you can change the font color. Select 
a cell range and then change the attribute you want.</paragraph>
 <paragraph id="hd_id3145608" role="heading" level="3" xml-lang="en-US">Copying 
Array Formulas</paragraph>
-
 <list type="ordered">
   <listitem>
     <paragraph id="par_id3149585" role="listitem" xml-lang="en-US">Select the 
cell range or array containing the array formula.</paragraph>
   </listitem>
   <listitem>
-    <paragraph id="par_id3154619" role="listitem" xml-lang="en-US">Either 
press F2 or position the cursor in the input line.</paragraph>
+    <paragraph id="par_id3154619" role="listitem" xml-lang="en-US">Either 
press <emph>F2</emph> or position the cursor in the input line.</paragraph>
   </listitem>
   <listitem>
-    <paragraph id="par_id3150994" role="listitem" xml-lang="en-US">Copy the 
formula into the input line by pressing <switchinline select="sys"><caseinline 
select="MAC">Command
-</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C.</paragraph>
+    <paragraph id="par_id3150994" role="listitem" xml-lang="en-US">Copy the 
formula into the input line by pressing <switchinline select="sys"><caseinline 
select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>
 + C</emph>.</paragraph>
   </listitem>
   <listitem>
-    <paragraph id="par_id3146787" role="listitem" xml-lang="en-US">Select a 
range of cells where you want to insert the array formula and either press F2 
or position the cursor in the input line.</paragraph>
+    <paragraph id="par_id3146787" role="listitem" xml-lang="en-US">Select a 
range of cells where you want to insert the array formula and either press 
<emph>F2</emph> or position the cursor in the input line.</paragraph>
   </listitem>
   <listitem>
-    <paragraph id="par_id3154419" role="listitem" xml-lang="en-US">Paste the 
formula by pressing <switchinline select="sys"><caseinline select="MAC">Command
-</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V in the 
selected space and confirm it by pressing <switchinline 
select="sys"><caseinline select="MAC">Command
-</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Enter. 
The selected range now contains the array formula.</paragraph>
+    <paragraph id="par_id3154419" role="listitem" xml-lang="en-US">Paste the 
formula by pressing <switchinline select="sys"><caseinline 
select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>
 + V</emph> in the selected space and confirm it by pressing <switchinline 
select="sys"><caseinline 
select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>
 + Shift + Enter</emph>. The selected range now contains the array 
formula.</paragraph>
   </listitem>
 </list>
-
 <paragraph id="hd_id3154834" role="heading" level="3" 
xml-lang="en-US">Adjusting an Array Range</paragraph>
-<paragraph id="par_id3148679" role="paragraph" xml-lang="en-US">If you want to 
edit the output array, do the following:</paragraph>
-
+  <paragraph id="par_id3148679" role="paragraph" xml-lang="en-US">If you want 
to edit the output array, do the following:</paragraph>
 <list type="ordered">
   <listitem>
     <paragraph id="par_id3151102" role="listitem" xml-lang="en-US">Select the 
cell range or array containing the array formula.</paragraph>
@@ -204,14 +178,11 @@
     <paragraph id="par_id3147096" role="listitem" xml-lang="en-US">Below the 
selection, to the right, you will see a small icon with which you can zoom in 
or out on the range using your mouse.</paragraph>
   </listitem>
 </list>
-<paragraph id="par_id3150974" role="note" xml-lang="en-US">When you adjust the 
array range, the array formula will not automatically be adjusted. You are only 
changing the range in which the result will appear.</paragraph>
-<paragraph id="par_id3146080" role="paragraph" xml-lang="en-US">By holding 
down the <switchinline select="sys"><caseinline select="MAC">Command
-</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, you can 
create a copy of the array formula in the given range.</paragraph>
-
+  <paragraph id="par_id3150974" role="note" xml-lang="en-US">When you adjust 
the array range, the array formula will not automatically be adjusted. You are 
only changing the range in which the result will appear.</paragraph>
+  <paragraph id="par_id3146080" role="paragraph" xml-lang="en-US">By holding 
down the <switchinline select="sys"><caseinline 
select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline>
 key, you can create a copy of the array formula in the given range.</paragraph>
 <paragraph id="par_idN10D47" role="heading" level="3" 
xml-lang="en-US">Conditional Array Calculations</paragraph>
-<paragraph id="par_idN10D4B" role="paragraph" xml-lang="en-US">A conditional 
array calculation is an array or matrix formula that includes an IF() or 
CHOOSE() function. The condition argument in the formula is an area reference 
or a matrix result.</paragraph>
-<paragraph id="par_idN10D4E" role="paragraph" xml-lang="en-US">In the 
following example, the &gt;0 test of the {=IF(A1:A3&gt;0;"yes";"no")} formula 
is applied to each cell in the range A1:A3 and the result is copied to the 
corresponding cell.</paragraph>
-
+  <paragraph id="par_idN10D4B" role="paragraph" xml-lang="en-US">A conditional 
array calculation is an array or matrix formula that includes an IF() or 
CHOOSE() function. The condition argument in the formula is an area reference 
or a matrix result.</paragraph>
+  <paragraph id="par_idN10D4E" role="paragraph" xml-lang="en-US">In the 
following example, the &gt;0 test of the {=IF(A1:A3&gt;0;"yes";"no")} formula 
is applied to each cell in the range A1:A3 and the result is copied to the 
corresponding cell.</paragraph>
 <table id="tbl_id2511673">
   <tablerow>
     <tablecell>
@@ -269,9 +240,7 @@
     </tablecell>
   </tablerow>
 </table>
-
-<paragraph id="par_idN10DD0" role="paragraph" xml-lang="en-US">The following 
functions provide forced array handling: CORREL, COVAR, FORECAST, FTEST, 
INTERCEPT, MDETERM, MINVERSE, MMULT, MODE, PEARSON, PROB, RSQ, SLOPE, STEYX, 
SUMPRODUCT, SUMX2MY2, SUMX2PY2, SUMXMY2, TTEST. If you use area references as 
arguments when you call one of these functions, the functions behave as array 
functions. The following table provides an example of forced array 
handling:</paragraph>
-
+  <paragraph id="par_idN10DD0" role="paragraph" xml-lang="en-US">The following 
functions provide forced array handling: CORREL, COVAR, FORECAST, FTEST, 
INTERCEPT, MDETERM, MINVERSE, MMULT, MODE, PEARSON, PROB, RSQ, SLOPE, STEYX, 
SUMPRODUCT, SUMX2MY2, SUMX2PY2, SUMXMY2, TTEST. If you use area references as 
arguments when you call one of these functions, the functions behave as array 
functions. The following table provides an example of forced array 
handling:</paragraph>
 <table id="tbl_id7380291">
   <tablerow>
     <tablecell>
@@ -352,52 +321,39 @@
     </tablecell>
   </tablerow>
 </table>
-
 <sort>
-
 <section id="Section14">
 <bookmark xml-lang="en-US" branch="index" id="bm_id3158446">
-  <bookmark_value>MUNIT function</bookmark_value>
+<bookmark_value>MUNIT function</bookmark_value>
 </bookmark>
-
 <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_EINHEITSMATRIX" 
id="bm_id3151317" localize="false"/>
-
 <paragraph id="hd_id3158446" role="heading" level="2" 
xml-lang="en-US">MUNIT</paragraph>
-<paragraph id="par_id3154121" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_EINHEITSMATRIX">Returns the unitary square array of a certain 
size.</ahelp> The unitary array is a square array where the main diagonal 
elements equal 1 and all other array elements are equal to 0.</paragraph>
-
-<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph id="par_id3156271" role="code" 
xml-lang="en-US">MUNIT(Dimensions)</paragraph>
-<paragraph id="par_id3159390" role="paragraph" 
xml-lang="en-US"><emph>Dimensions</emph> refers to the size of the array 
unit.</paragraph>
-<paragraph id="par_idN10C9B" role="note" xml-lang="en-US">You can find a 
general introduction to Array functions at the top of this page.</paragraph>
-
-<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-<paragraph id="par_id3150949" role="paragraph" xml-lang="en-US">Select a 
square range within the spreadsheet, for example, from A1 to E5.</paragraph>
-<paragraph id="par_id3151260" role="paragraph" xml-lang="en-US">Without 
deselecting the range, select the MUNIT function. Mark the <emph>Array</emph> 
check box. Enter the desired dimensions for the array unit, in this case <item 
type="input">5</item>, and click <emph>OK</emph>.</paragraph>
-<paragraph id="par_id3150403" role="paragraph" xml-lang="en-US">You can also 
enter the <item type="input">=MUNIT(5)</item> formula in the last cell of the 
selected range (E5), and press <switchinline select="sys"><caseinline 
select="MAC"><item type="keycode">Shift+Command+Enter</item>
-            </caseinline><defaultinline><item 
type="keycode">Shift+Ctrl+Enter</item></defaultinline></switchinline>.</paragraph>
-<paragraph id="par_id3156143" role="paragraph" xml-lang="en-US">You now see a 
unit array with a range of A1:E5.</paragraph>
-<paragraph id="par_idN10FA7" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
+  <paragraph id="par_id3154121" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_EINHEITSMATRIX">Returns the unitary square array of a certain 
size.</ahelp> The unitary array is a square array where the main diagonal 
elements equal 1 and all other array elements are equal to 0.</paragraph>
+  <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
+  <paragraph id="par_id3156271" role="code" 
xml-lang="en-US">MUNIT(Dimensions)</paragraph>
+  <paragraph id="par_id3159390" role="paragraph" 
xml-lang="en-US"><emph>Dimensions</emph> refers to the size of the array 
unit.</paragraph>
+  <paragraph id="par_idN10C9B" role="note" xml-lang="en-US">You can find a 
general introduction to Array functions at the top of this page.</paragraph>
+  <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
+  <paragraph id="par_id3150949" role="paragraph" xml-lang="en-US">Select a 
square range within the spreadsheet, for example, from A1 to E5.</paragraph>
+  <paragraph id="par_id3151260" role="paragraph" xml-lang="en-US">Without 
deselecting the range, select the MUNIT function. Mark the <emph>Array</emph> 
check box. Enter the desired dimensions for the array unit, in this case <item 
type="input">5</item>, and click <emph>OK</emph>.</paragraph>
+  <paragraph id="par_id3150403" role="paragraph" xml-lang="en-US">You can also 
enter the <item type="input">=MUNIT(5)</item> formula in the last cell of the 
selected range (E5), and press <switchinline select="sys"><caseinline 
select="MAC"><item type="keycode">Shift + Command + 
Enter</item></caseinline><defaultinline><item type="keycode">Shift + Ctrl + 
Enter</item></defaultinline></switchinline>.</paragraph>
+  <paragraph id="par_id3156143" role="paragraph" xml-lang="en-US">You now see 
a unit array with a range of A1:E5.</paragraph>
+  <paragraph id="par_idN10FA7" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
 </section>
-
 <section id="Section13">
 <bookmark xml-lang="en-US" branch="index" id="bm_id3159084">
-  <bookmark_value>FREQUENCY function</bookmark_value>
+<bookmark_value>FREQUENCY function</bookmark_value>
 </bookmark>
-
 <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_HAEUFIGKEIT" 
id="bm_id3153883" localize="false"/>
-
 <paragraph id="hd_id3159084" role="heading" level="2" 
xml-lang="en-US">FREQUENCY</paragraph>
-<paragraph id="par_id3145777" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_HAEUFIGKEIT">Indicates the frequency distribution in a 
one-column-array.</ahelp> The function counts the number of values in the Data 
array that are within the values given by the Classes array.</paragraph>
-
-<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph id="par_id3155498" role="code" xml-lang="en-US">FREQUENCY(Data; 
Classes)</paragraph>
-<paragraph id="par_id3154352" role="paragraph" 
xml-lang="en-US"><emph>Data</emph> represents the reference to the values to be 
counted.</paragraph>
-<paragraph id="par_id3148402" role="paragraph" 
xml-lang="en-US"><emph>Classes</emph> represents the array of the limit 
values.</paragraph>
-<paragraph id="par_idN10D71" role="note" xml-lang="en-US">You can find a 
general introduction to Array functions at the top of this page.</paragraph>
-
-<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-<paragraph id="par_id3155904" role="paragraph" xml-lang="en-US">In the 
following table, column A lists unsorted measurement values. Column B contains 
the upper limit you entered for the classes into which you want to divide the 
data in column A. According to the limit entered in B1, the FREQUENCY function 
returns the number of measured values less than or equal to 5. As the limit in 
B2 is 10, the FREQUENCY function returns the second result as the number of 
measured values that are greater than 5 and less than or equal to 10. The text 
you entered in B6, "&gt;25", is only for reference purposes.<comment>i77461: 
replace old text: As the limit in B2 is 10, the FREQUENCY function returns the 
second result as the number of measured values that are greater than 5 or 
greater than or equal to 10.</comment></paragraph><comment>UFI: replace table 
by picture</comment>
-
+  <paragraph id="par_id3145777" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_HAEUFIGKEIT">Indicates the frequency distribution in a 
one-column-array.</ahelp> The function counts the number of values in the 
<emph>Data</emph> array that are within the values given by the 
<emph>Classes</emph> array.</paragraph>
+  <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
+  <paragraph id="par_id3155498" role="code" xml-lang="en-US">FREQUENCY(Data; 
Classes)</paragraph>
+  <paragraph id="par_id3154352" role="paragraph" 
xml-lang="en-US"><emph>Data</emph> represents the reference to the values to be 
counted.</paragraph>
+  <paragraph id="par_id3148402" role="paragraph" 
xml-lang="en-US"><emph>Classes</emph> represents the array of the limit 
values.</paragraph>
+  <paragraph id="par_idN10D71" role="note" xml-lang="en-US">You can find a 
general introduction to Array functions at the top of this page.</paragraph>
+  <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
+  <paragraph id="par_id3155904" role="paragraph" xml-lang="en-US">In the 
following table, column A lists unsorted measurement values. Column B contains 
the upper limit you entered for the classes into which you want to divide the 
data in column A. According to the limit entered in B1, the FREQUENCY function 
returns the number of measured values less than or equal to 5. As the limit in 
B2 is 10, the FREQUENCY function returns the second result as the number of 
measured values that are greater than 5 and less than or equal to 10. The text 
you entered in B6, "&gt;25", is only for reference purposes.<comment>i77461: 
replace old text: As the limit in B2 is 10, the FREQUENCY function returns the 
second result as the number of measured values that are greater than 5 or 
greater than or equal to 10.</comment></paragraph><comment>UFI: replace table 
by picture</comment>
 <table id="tbl_id3150680">
   <tablerow>
     <tablecell>
@@ -557,88 +513,66 @@
     </tablecell>
   </tablerow>
 </table>
-
-<paragraph id="par_id3150312" role="paragraph" xml-lang="en-US">Select a 
single column range in which to enter the frequency according to the class 
limits. You must select one field more than the class ceiling. In this example, 
select the range C1:C6. Call up the FREQUENCY function in the <emph>Function 
Wizard</emph>. Select the <emph>Data</emph> range in (A1:A11), and then the 
<emph>Classes</emph> range in which you entered the class limits (B1:B6). 
Select the <emph>Array</emph> check box and click <emph>OK</emph>. You will see 
the frequency count in the range C1:C6.</paragraph>
-<paragraph id="par_idN11269" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
+  <paragraph id="par_id3150312" role="paragraph" xml-lang="en-US">Select a 
single column range in which to enter the frequency according to the class 
limits. You must select one field more than the class ceiling. In this example, 
select the range C1:C6. Call up the FREQUENCY function in the <emph>Function 
Wizard</emph>. Select the <emph>Data</emph> range in (A1:A11), and then the 
<emph>Classes</emph> range in which you entered the class limits (B1:B6). 
Select the <emph>Array</emph> check box and click <emph>OK</emph>. You will see 
the frequency count in the range C1:C6.</paragraph>
+  <paragraph id="par_idN11269" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
 </section>
-
 <section id="Section12">
 <bookmark xml-lang="en-US" branch="index" id="bm_id3151030">
-  <bookmark_value>MDETERM function</bookmark_value>
-  <bookmark_value>determinants</bookmark_value>
+<bookmark_value>MDETERM function</bookmark_value>
+<bookmark_value>determinants</bookmark_value>
 </bookmark>
-
 <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_MDET" id="bm_id3154057" 
localize="false"/>
-
 <paragraph id="hd_id3151030" role="heading" level="2" 
xml-lang="en-US">MDETERM</paragraph>
-<paragraph id="par_id3154073" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_MDET">Returns the array determinant of an array.</ahelp> This 
function returns a value in the current cell; it is not necessary to define a 
range for the results.</paragraph>
-
-<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph id="par_id3156380" role="code" 
xml-lang="en-US">MDETERM(Array)</paragraph>
-<paragraph id="par_id3150290" role="paragraph" 
xml-lang="en-US"><emph>Array</emph> represents a square array in which the 
determinants are defined.</paragraph>
-<paragraph id="par_idN11635" role="note" xml-lang="en-US">You can find a 
general introduction to using Array functions on top of this page.</paragraph>
-<paragraph id="par_idN11333" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
+  <paragraph id="par_id3154073" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_MDET">Returns the array determinant of an array.</ahelp> This 
function returns a value in the current cell; it is not necessary to define a 
range for the results.</paragraph>
+  <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
+  <paragraph id="par_id3156380" role="code" 
xml-lang="en-US">MDETERM(Array)</paragraph>
+  <paragraph id="par_id3150290" role="paragraph" 
xml-lang="en-US"><emph>Array</emph> represents a square array in which the 
determinants are defined.</paragraph>
+  <paragraph id="par_idN11635" role="note" xml-lang="en-US">You can find a 
general introduction to using Array functions on top of this page.</paragraph>
+  <paragraph id="par_idN11333" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
 </section>
-
 <section id="Section11">
 <bookmark xml-lang="en-US" branch="index" id="bm_id3151348">
-  <bookmark_value>MINVERSE function</bookmark_value>
-  <bookmark_value>inverse arrays</bookmark_value>
+<bookmark_value>MINVERSE function</bookmark_value>
+<bookmark_value>inverse arrays</bookmark_value>
 </bookmark>
-
 <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_MINV" id="bm_id3151360" 
localize="false"/>
-
 <paragraph id="hd_id3151348" role="heading" level="2" 
xml-lang="en-US">MINVERSE</paragraph>
-<paragraph id="par_id3145569" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_MINV">Returns the inverse array.</ahelp></paragraph>
-
-<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph id="par_id3156085" role="code" 
xml-lang="en-US">MINVERSE(Array)</paragraph>
-<paragraph id="par_id3157849" role="paragraph" 
xml-lang="en-US"><emph>Array</emph> represents a square array that is to be 
inverted.</paragraph>
-<paragraph id="par_idN113EE" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
-
-<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-<paragraph id="par_id3149638" role="paragraph" xml-lang="en-US">Select a 
square range and select MINVERSE. Select the output array, select the 
<emph>Array</emph> field and click <emph>OK</emph>.</paragraph>
+  <paragraph id="par_id3145569" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_MINV">Returns the inverse array.</ahelp></paragraph>
+  <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
+  <paragraph id="par_id3156085" role="code" 
xml-lang="en-US">MINVERSE(Array)</paragraph>
+  <paragraph id="par_id3157849" role="paragraph" 
xml-lang="en-US"><emph>Array</emph> represents a square array that is to be 
inverted.</paragraph>
+  <paragraph id="par_idN113EE" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
+  <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
+  <paragraph id="par_id3149638" role="paragraph" xml-lang="en-US">Select a 
square range and select MINVERSE. Select the output array, select the 
<emph>Array</emph> field and click <emph>OK</emph>.</paragraph>
 </section>
-
 <section id="Section10">
 <bookmark xml-lang="en-US" branch="index" id="bm_id3148546">
-  <bookmark_value>MMULT function</bookmark_value>
+<bookmark_value>MMULT function</bookmark_value>
 </bookmark>
-
 <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_MMULT" id="bm_id3148501" 
localize="false"/>
-
 <paragraph id="hd_id3148546" role="heading" level="2" 
xml-lang="en-US">MMULT</paragraph>
-<paragraph id="par_id3148518" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_MMULT">Calculates the array product of two arrays.</ahelp> The 
number of columns for array 1 must match the number of rows for array 2. The 
square array has an equal number of rows and columns.</paragraph>
-
-<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph id="par_id3150798" role="code" xml-lang="en-US">MMULT(Array; 
Array)</paragraph>
-<paragraph id="par_id3150812" role="paragraph" 
xml-lang="en-US"><emph>Array</emph> at first place represents the first array 
used in the array product.</paragraph>
-<paragraph id="par_id3152553" role="paragraph" 
xml-lang="en-US"><emph>Array</emph> at second place represents the second array 
with the same number of rows.</paragraph>
-<paragraph id="par_idN114C3" role="note" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
-
-<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-<paragraph id="par_id3146826" role="paragraph" xml-lang="en-US">Select a 
square range. Choose the MMULT function. Select the first <emph>Array</emph>, 
then select the second <emph>Array</emph>. Using <emph>Function Wizard</emph>, 
mark the <emph>Array</emph> check box. Click <emph>OK</emph>. The output array 
will appear in the first selected range.</paragraph>
+  <paragraph id="par_id3148518" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_MMULT">Calculates the array product of two arrays.</ahelp> The 
number of columns for array 1 must match the number of rows for array 2. The 
square array has an equal number of rows and columns.</paragraph>
+  <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
+  <paragraph id="par_id3150798" role="code" xml-lang="en-US">MMULT(Array; 
Array)</paragraph>
+  <paragraph id="par_id3150812" role="paragraph" 
xml-lang="en-US"><emph>Array</emph> at first place represents the first array 
used in the array product.</paragraph>
+  <paragraph id="par_id3152553" role="paragraph" 
xml-lang="en-US"><emph>Array</emph> at second place represents the second array 
with the same number of rows.</paragraph>
+  <paragraph id="par_idN114C3" role="note" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
+  <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
+  <paragraph id="par_id3146826" role="paragraph" xml-lang="en-US">Select a 
square range. Choose the MMULT function. Select the first <emph>Array</emph>, 
then select the second <emph>Array</emph>. Using <emph>Function Wizard</emph>, 
mark the <emph>Array</emph> check box. Click <emph>OK</emph>. The output array 
will appear in the first selected range.</paragraph>
 </section>
-
 <section id="Section9">
 <bookmark xml-lang="en-US" branch="index" id="bm_id3154970">
-  <bookmark_value>TRANSPOSE function</bookmark_value>
+<bookmark_value>TRANSPOSE function</bookmark_value>
 </bookmark>
-
 <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_MTRANS" id="bm_id3154982" 
localize="false"/>
-
 <paragraph id="hd_id3154970" role="heading" level="2" 
xml-lang="en-US">TRANSPOSE</paragraph>
-<paragraph id="par_id3155276" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_MTRANS">Transposes the rows and columns of an 
array.</ahelp></paragraph>
-
-<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph id="par_id3153843" role="code" 
xml-lang="en-US">TRANSPOSE(Array)</paragraph>
-<paragraph id="par_id3153857" role="paragraph" 
xml-lang="en-US"><emph>Array</emph> represents the array in the spreadsheet 
that is to be transposed.</paragraph>
-<paragraph id="par_idN11035" role="note" xml-lang="en-US">You can find a 
general introduction to using Array functions on top of this page.</paragraph>
-
-<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-<paragraph id="par_id3159366" role="paragraph" xml-lang="en-US">In the 
spreadsheet, select the range in which the transposed array can appear. If the 
original array has n rows and m columns, your selected range must have at least 
m rows and n columns. Then enter the formula directly, select the original 
array and press <switchinline select="sys"><caseinline 
select="MAC">Shift+Command+Enter
-</caseinline><defaultinline>Shift+Ctrl+Enter</defaultinline></switchinline>. 
Or, if you are using the <emph>Function Wizard</emph>, mark the 
<emph>Array</emph> check box. The transposed array appears in the selected 
target range and is protected automatically against changes.</paragraph>
-
+  <paragraph id="par_id3155276" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_MTRANS">Transposes the rows and columns of an 
array.</ahelp></paragraph>
+  <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
+  <paragraph id="par_id3153843" role="code" 
xml-lang="en-US">TRANSPOSE(Array)</paragraph>
+  <paragraph id="par_id3153857" role="paragraph" 
xml-lang="en-US"><emph>Array</emph> represents the array in the spreadsheet 
that is to be transposed.</paragraph>
+  <paragraph id="par_idN11035" role="note" xml-lang="en-US">You can find a 
general introduction to using Array functions on top of this page.</paragraph>
+  <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
+  <paragraph id="par_id3159366" role="paragraph" xml-lang="en-US">In the 
spreadsheet, select the range in which the transposed array can appear. If the 
original array has n rows and m columns, your selected range must have at least 
m rows and n columns. Then enter the formula directly, select the original 
array and press <switchinline select="sys"><caseinline select="MAC"><emph>Shift 
+ Command + Enter</emph></caseinline><defaultinline><emph>Shift + Ctrl + 
Enter</emph></defaultinline></switchinline>. Or, if you are using the 
<emph>Function Wizard</emph>, mark the <emph>Array</emph> check box. The 
transposed array appears in the selected target range and is protected 
automatically against changes.</paragraph>
 <table id="tbl_id6215816">
   <tablerow>
     <tablecell>
@@ -691,13 +625,9 @@
     </tablecell>
   </tablerow>
 </table>
-
-<paragraph id="par_id3168518" role="paragraph" xml-lang="en-US">The above 
table is 2 rows, 4 columns. In order to transpose it, you must select 4 rows, 2 
columns. Assuming you want to transpose the above table to the range A7:B10 (4 
rows, 2 columns) you must select the entire range and then enter the 
following:</paragraph>
-
-<paragraph id="par_id3166145" role="code" 
xml-lang="en-US">TRANSPOSE(A1:D2)</paragraph>
-
-<paragraph id="par_id3178518" role="paragraph" xml-lang="en-US">Then 
<emph>make sure to enter it as matrix formula with </emph><switchinline 
select="sys"><caseinline 
select="MAC"><emph>Shift+Command+Enter</emph></caseinline><defaultinline><emph>Shift+Ctrl+Enter</emph></defaultinline></switchinline>.
 The result will be as follows:</paragraph>
-
+  <paragraph id="par_id3168518" role="paragraph" xml-lang="en-US">The above 
table is 2 rows, 4 columns. In order to transpose it, you must select 4 rows, 2 
columns. Assuming you want to transpose the above table to the range A7:B10 (4 
rows, 2 columns) you must select the entire range and then enter the 
following:</paragraph>
+  <paragraph id="par_id3166145" role="code" 
xml-lang="en-US">TRANSPOSE(A1:D2)</paragraph>
+  <paragraph id="par_id3178518" role="paragraph" xml-lang="en-US">Then 
<emph>make sure to enter it as matrix formula with </emph><switchinline 
select="sys"><caseinline select="MAC"><emph>Shift + Command + 
Enter</emph></caseinline><defaultinline><emph>Shift + Ctrl + 
Enter</emph></defaultinline></switchinline>. The result will be as 
follows:</paragraph>
 <table id="tbl_id6215816">
   <tablerow>
     <tablecell>
@@ -755,36 +685,28 @@
   </tablerow>
 </table>
 </section>
-
 <section id="Section8">
 <bookmark xml-lang="en-US" branch="index" id="bm_id3109846">
-  <bookmark_value>LINEST function</bookmark_value>
+<bookmark_value>LINEST function</bookmark_value>
 </bookmark>
-
 <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_RGP" id="bm_id3144716" 
localize="false"/>
-
 <paragraph id="hd_id3109846" role="heading" level="2" 
xml-lang="en-US">LINEST</paragraph>
-<paragraph id="par_id3144733" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_RGP">Returns a table of statistics for a straight line that best 
fits a data set.</ahelp><comment>changed based on 
https://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_LINEST_function 
(issue 76142)</comment></paragraph>
-
-<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph id="par_id3152839" role="code" xml-lang="en-US">LINEST(data_Y; 
data_X; linearType; stats)</paragraph>
-<paragraph id="par_id3152853" role="paragraph" 
xml-lang="en-US"><emph>data_Y</emph> is a single row or column range specifying 
the y coordinates in a set of data points.</paragraph>
-<paragraph id="par_id3154428" role="paragraph" 
xml-lang="en-US"><emph>data_X</emph> is a corresponding single row or column 
range specifying the x coordinates. If <emph>data_X</emph> is omitted it 
defaults to <item type="literal">1, 2, 3, ..., n</item>. If there is more than 
one set of variables <emph>data_X</emph> may be a range with corresponding 
multiple rows or columns.</paragraph>
-<paragraph id="par_id0811200804502119" role="paragraph" 
xml-lang="en-US">LINEST finds a straight line <item type="literal">y = a + 
bx</item> that best fits the data, using linear regression (the "least squares" 
method). With more than one set of variables the straight line is of the form 
<item type="literal">y = a + b1x1 + b2x2 ... + bnxn</item>.</paragraph>
-<paragraph id="par_id3154448" role="paragraph" xml-lang="en-US">If 
<emph>linearType</emph> is FALSE the straight line found is forced to pass 
through the origin (the constant a is zero; y = bx). If omitted, 
<emph>linearType</emph> defaults to TRUE (the line is not forced through the 
origin).</paragraph>
-<paragraph id="par_id3154142" role="paragraph" xml-lang="en-US">If 
<emph>stats</emph> is omitted or FALSE only the top line of the statistics 
table is returned. If TRUE the entire table is returned.</paragraph>
-<paragraph id="par_id0811200804502261" role="paragraph" 
xml-lang="en-US">LINEST returns a table (array) of statistics as below and must 
be entered as an array formula (for example by using <switchinline 
select="sys"><caseinline select="MAC">Command
-</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Return 
rather than just Return).</paragraph>
-<paragraph id="par_idN11416" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#optional"/></paragraph>
-<paragraph id="par_idN116C6" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
-
-<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-<paragraph id="par_id3154176" role="paragraph" xml-lang="en-US">This function 
returns an array and is handled in the same way as the other array functions. 
Select a range for the answers and then the function. Select 
<emph>data_Y</emph>. If you want, you can enter other parameters. Select 
<emph>Array</emph> and click <emph>OK</emph>.</paragraph>
-<paragraph id="par_id3155468" role="paragraph" xml-lang="en-US">The results 
returned by the system (if <emph>stats</emph> = 0), will at least show the 
slope of the regression line and its intersection with the Y axis. If 
<emph>stats</emph> does not equal 0, other results are to be 
displayed.</paragraph>
-
+  <paragraph id="par_id3144733" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_RGP">Returns a table of statistics for a straight line that best 
fits a data set.</ahelp><comment>changed based on 
https://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_LINEST_function 
(issue 76142)</comment></paragraph>
+  <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
+  <paragraph id="par_id3152839" role="code" xml-lang="en-US">LINEST(data_Y; 
data_X; linearType; stats)</paragraph>
+  <paragraph id="par_id3152853" role="paragraph" 
xml-lang="en-US"><emph>data_Y</emph> is a single row or column range specifying 
the y coordinates in a set of data points.</paragraph>
+  <paragraph id="par_id3154428" role="paragraph" 
xml-lang="en-US"><emph>data_X</emph> is a corresponding single row or column 
range specifying the x coordinates. If <emph>data_X</emph> is omitted it 
defaults to <item type="literal">1, 2, 3, ..., n</item>. If there is more than 
one set of variables <emph>data_X</emph> may be a range with corresponding 
multiple rows or columns.</paragraph>
+  <paragraph id="par_id0811200804502119" role="paragraph" 
xml-lang="en-US">LINEST finds a straight line <item type="literal">y = a + 
bx</item> that best fits the data, using linear regression (the "least squares" 
method). With more than one set of variables the straight line is of the form 
<item type="literal">y = a + b1x1 + b2x2 ... + bnxn</item>.</paragraph>
+  <paragraph id="par_id3154448" role="paragraph" xml-lang="en-US">If 
<emph>linearType</emph> is FALSE the straight line found is forced to pass 
through the origin (the constant a is zero; y = bx). If omitted, 
<emph>linearType</emph> defaults to TRUE (the line is not forced through the 
origin).</paragraph>
+  <paragraph id="par_id3154142" role="paragraph" xml-lang="en-US">If 
<emph>stats</emph> is omitted or FALSE only the top line of the statistics 
table is returned. If TRUE the entire table is returned.</paragraph>
+  <paragraph id="par_id0811200804502261" role="paragraph" 
xml-lang="en-US">LINEST returns a table (array) of statistics as below and must 
be entered as an array formula (for example by using <switchinline 
select="sys"><caseinline 
select="MAC"><emph>Command</emph></caseinline><defaultinline><emph>Ctrl</emph></defaultinline></switchinline><emph>
 + Shift + Return</emph> rather than just <emph>Return</emph>).</paragraph>
+  <paragraph id="par_idN11416" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#optional"/></paragraph>
+  <paragraph id="par_idN116C6" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
+  <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
+  <paragraph id="par_id3154176" role="paragraph" xml-lang="en-US">This 
function returns an array and is handled in the same way as the other array 
functions. Select a range for the answers and then the function. Select 
<emph>data_Y</emph>. If you want, you can enter other parameters. Select 
<emph>Array</emph> and click <emph>OK</emph>.</paragraph>
+  <paragraph id="par_id3155468" role="paragraph" xml-lang="en-US">The results 
returned by the system (if <emph>stats</emph> = 0), will at least show the 
slope of the regression line and its intersection with the Y axis. If 
<emph>stats</emph> does not equal 0, other results are to be 
displayed.</paragraph>
 <paragraph id="hd_id3155491" role="heading" level="3" xml-lang="en-US">Other 
LINEST Results:</paragraph>
-<paragraph id="par_id3159291" role="paragraph" xml-lang="en-US">Examine the 
following examples:</paragraph>
-
+  <paragraph id="par_id3159291" role="paragraph" xml-lang="en-US">Examine the 
following examples:</paragraph>
 <table id="tbl_id3159305">
   <tablerow>
     <tablecell>
@@ -1004,83 +926,70 @@
     </tablecell>
   </tablerow>
 </table>
-
-<paragraph id="par_id3144687" role="paragraph" xml-lang="en-US">Column A 
contains several X1 values, column B several X2 values and column C the Y 
values. You have already entered these values in your spreadsheet. You have now 
set up E2:G6 in the spreadsheet and activated the <emph>Function Wizard</emph>. 
For the LINEST function to work, you must have marked the <emph>Array</emph> 
check box in the <emph>Function Wizard</emph>. Next, select the following 
values in the spreadsheet (or enter them using the keyboard):</paragraph>
-<paragraph id="par_id3158020" role="paragraph" 
xml-lang="en-US"><emph>data_Y</emph> is C2:C8</paragraph>
-<paragraph id="par_id3158039" role="paragraph" 
xml-lang="en-US"><emph>data_X</emph> is A2:B8</paragraph>
-<paragraph id="par_id3158058" role="paragraph" 
xml-lang="en-US"><emph>linearType</emph> and <emph>stats</emph> are both set to 
1.</paragraph>
-<paragraph id="par_id3158084" role="paragraph" xml-lang="en-US">As soon as you 
click <emph>OK</emph>, $[officename] Calc will fill the above example with the 
LINEST values as shown in the example.</paragraph>
-<paragraph id="par_id3158106" role="paragraph" xml-lang="en-US">The formula in 
the <emph>Formula</emph> Bar corresponds to each cell of the LINEST array <item 
type="input">{=LINEST(C2:C8;A2:B8;1;1)}</item></paragraph>
-<paragraph id="par_id3158128" role="paragraph" xml-lang="en-US"><emph>This 
represents the calculated LINEST values:</emph></paragraph>
+  <paragraph id="par_id3144687" role="paragraph" xml-lang="en-US">Column A 
contains several X1 values, column B several X2 values and column C the Y 
values. You have already entered these values in your spreadsheet. You have now 
set up E2:G6 in the spreadsheet and activated the <emph>Function Wizard</emph>. 
For the LINEST function to work, you must have marked the <emph>Array</emph> 
check box in the <emph>Function Wizard</emph>. Next, select the following 
values in the spreadsheet (or enter them using the keyboard):</paragraph>
+  <paragraph id="par_id3158020" role="paragraph" 
xml-lang="en-US"><emph>data_Y</emph> is C2:C8</paragraph>
+  <paragraph id="par_id3158039" role="paragraph" 
xml-lang="en-US"><emph>data_X</emph> is A2:B8</paragraph>
+  <paragraph id="par_id3158058" role="paragraph" 
xml-lang="en-US"><emph>linearType</emph> and <emph>stats</emph> are both set to 
1.</paragraph>
+  <paragraph id="par_id3158084" role="paragraph" xml-lang="en-US">As soon as 
you click <emph>OK</emph>, $[officename] Calc will fill the above example with 
the LINEST values as shown in the example.</paragraph>
+  <paragraph id="par_id3158106" role="paragraph" xml-lang="en-US">The formula 
in the <emph>Formula</emph> bar corresponds to each cell of the LINEST array 
<item type="input">{=LINEST(C2:C8;A2:B8;1;1)}</item>.</paragraph>
+  <paragraph id="par_id3158128" role="paragraph" xml-lang="en-US"><emph>This 
represents the calculated LINEST values:</emph></paragraph>
 <bookmark xml-lang="en-US" branch="index" id="bm_id3158146">
-  <bookmark_value>slopes, see also regression lines</bookmark_value>
-  <bookmark_value>regression lines;LINEST function</bookmark_value>
+<bookmark_value>slopes, see also regression lines</bookmark_value>
+<bookmark_value>regression lines; LINEST function</bookmark_value>
 </bookmark>
 <comment>mw made "regression lines" a two level entry</comment>
-<paragraph id="par_id3158146" role="paragraph" xml-lang="en-US">E2 and F2: 
Slope m of the regression line y=b+m*x for the x1 and x2 values. The values are 
given in reverse order; that is, the slope for x2 in E2 and the slope for x1 in 
F2.</paragraph>
-<paragraph id="par_id3158184" role="paragraph" xml-lang="en-US">G2: 
Intersection b with the y axis.</paragraph>
+  <paragraph id="par_id3158146" role="paragraph" xml-lang="en-US">E2 and F2: 
Slope m of the regression line y=b+m*x for the x1 and x2 values. The values are 
given in reverse order; that is, the slope for x2 in E2 and the slope for x1 in 
F2.</paragraph>
+  <paragraph id="par_id3158184" role="paragraph" xml-lang="en-US">G2: 
Intersection b with the y axis.</paragraph>
 <bookmark xml-lang="en-US" branch="index" id="bm_id3158204">
-  <bookmark_value>standard errors;array functions</bookmark_value>
+<bookmark_value>standard errors; array functions</bookmark_value>
 </bookmark>
 <comment>MW changed "standard errors"</comment>
-<paragraph id="par_id3158204" role="paragraph" xml-lang="en-US">E3 and F3: The 
standard error of the slope value.</paragraph>
-<paragraph id="par_id3145845" role="paragraph" xml-lang="en-US">G3: The 
standard error of the intercept</paragraph>
+  <paragraph id="par_id3158204" role="paragraph" xml-lang="en-US">E3 and F3: 
The standard error of the slope value.</paragraph>
+  <paragraph id="par_id3145845" role="paragraph" xml-lang="en-US">G3: The 
standard error of the intercept</paragraph>
 <bookmark xml-lang="en-US" branch="index" id="bm_id3145859">
-  <bookmark_value>RSQ calculations</bookmark_value>
+<bookmark_value>RSQ calculations</bookmark_value>
 </bookmark>
-
-<paragraph id="par_id3145859" role="paragraph" xml-lang="en-US">E4: 
RSQ</paragraph>
-<paragraph id="par_id3145880" role="paragraph" xml-lang="en-US">F4: The 
standard error of the regression calculated for the Y value.</paragraph>
-<paragraph id="par_id3145894" role="paragraph" xml-lang="en-US">E5: The F 
value from the variance analysis.</paragraph>
-<paragraph id="par_id3145915" role="paragraph" xml-lang="en-US">F5: The 
degrees of freedom from the variance analysis.</paragraph>
-<paragraph id="par_id3145937" role="paragraph" xml-lang="en-US">E6: The sum of 
the squared deviation of the estimated Y values from their linear 
mean.</paragraph>
-<paragraph id="par_id3145952" role="paragraph" xml-lang="en-US">F6: The sum of 
the squared deviation of the estimated Y value from the given Y 
values.</paragraph>
-<paragraph id="par_idN11B04" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
+  <paragraph id="par_id3145859" role="paragraph" xml-lang="en-US">E4: 
RSQ</paragraph>
+  <paragraph id="par_id3145880" role="paragraph" xml-lang="en-US">F4: The 
standard error of the regression calculated for the Y value.</paragraph>
+  <paragraph id="par_id3145894" role="paragraph" xml-lang="en-US">E5: The F 
value from the variance analysis.</paragraph>
+  <paragraph id="par_id3145915" role="paragraph" xml-lang="en-US">F5: The 
degrees of freedom from the variance analysis.</paragraph>
+  <paragraph id="par_id3145937" role="paragraph" xml-lang="en-US">E6: The sum 
of the squared deviation of the estimated Y values from their linear 
mean.</paragraph>
+  <paragraph id="par_id3145952" role="paragraph" xml-lang="en-US">F6: The sum 
of the squared deviation of the estimated Y value from the given Y 
values.</paragraph>
+  <paragraph id="par_idN11B04" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
 </section>
-
 <section id="Section7">
 <bookmark xml-lang="en-US" branch="index" id="bm_id1596728">
-  <bookmark_value>LOGEST function</bookmark_value>
+<bookmark_value>LOGEST function</bookmark_value>
 </bookmark>
-
 <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_RKP" id="bm_id3146020" 
localize="false"/>
-
 <paragraph id="hd_id3146009" role="heading" level="2" 
xml-lang="en-US">LOGEST</paragraph>
-<paragraph id="par_id3146037" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_RKP">This function calculates the adjustment of the entered data 
as an exponential regression curve (y=b*m^x).</ahelp><comment>UFI: see 
http://support.microsoft.com/default.aspx?kbid=828528&amp;product=xl2003 for 
bug #i31051#</comment></paragraph>
-
-<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph id="par_id3163123" role="code" xml-lang="en-US">LOGEST(DataY; 
DataX; FunctionType; Stats)</paragraph>
-<paragraph id="par_id3163137" role="paragraph" 
xml-lang="en-US"><emph>DataY</emph> represents the Y Data array.</paragraph>
-<paragraph id="par_id3163155" role="paragraph" 
xml-lang="en-US"><emph>DataX</emph> (optional) represents the X Data 
array.</paragraph>
-<paragraph id="par_id3163174" role="paragraph" 
xml-lang="en-US"><emph>FunctionType</emph> (optional). If Function_Type = 0, 
functions in the form y = m^x will be calculated. Otherwise, y = b*m^x 
functions will be calculated.</paragraph>
-<paragraph id="par_id3163196" role="paragraph" 
xml-lang="en-US"><emph>Stats</emph> (optional). If Stats=0, only the regression 
coefficient is calculated.</paragraph>
-<paragraph id="par_idN118F7" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#optional"/></paragraph>
-<paragraph id="par_idN11BC3" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
-
-<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-<paragraph id="par_id3163230" role="paragraph" xml-lang="en-US">See LINEST. 
However, no square sum will be returned.</paragraph>
+  <paragraph id="par_id3146037" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_RKP">This function calculates the adjustment of the entered data 
as an exponential regression curve (y=b*m^x).</ahelp><comment>UFI: see 
http://support.microsoft.com/default.aspx?kbid=828528&amp;product=xl2003 for 
bug #i31051#</comment></paragraph>
+  <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
+  <paragraph id="par_id3163123" role="code" xml-lang="en-US">LOGEST(DataY; 
DataX; FunctionType; Stats)</paragraph>
+  <paragraph id="par_id3163137" role="paragraph" 
xml-lang="en-US"><emph>DataY</emph> represents the Y Data array.</paragraph>
+  <paragraph id="par_id3163155" role="paragraph" 
xml-lang="en-US"><emph>DataX</emph> (optional) represents the X Data 
array.</paragraph>
+  <paragraph id="par_id3163174" role="paragraph" 
xml-lang="en-US"><emph>FunctionType</emph> (optional). If Function_Type = 0, 
functions in the form y = m^x will be calculated. Otherwise, y = b*m^x 
functions will be calculated.</paragraph>
+  <paragraph id="par_id3163196" role="paragraph" 
xml-lang="en-US"><emph>Stats</emph> (optional). If Stats=0, only the regression 
coefficient is calculated.</paragraph>
+  <paragraph id="par_idN118F7" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#optional"/></paragraph>
+  <paragraph id="par_idN11BC3" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
+  <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
+  <paragraph id="par_id3163230" role="paragraph" xml-lang="en-US">See LINEST. 
However, no square sum will be returned.</paragraph>
 </section>
-
 <section id="Section6">
 <bookmark xml-lang="en-US" branch="index" id="bm_id3163286">
-  <bookmark_value>SUMPRODUCT function</bookmark_value>
-  <bookmark_value>scalar products</bookmark_value>
-  <bookmark_value>dot products</bookmark_value>
-  <bookmark_value>inner products</bookmark_value>
+<bookmark_value>SUMPRODUCT function</bookmark_value>
+<bookmark_value>scalar products</bookmark_value>
+<bookmark_value>dot products</bookmark_value>
+<bookmark_value>inner products</bookmark_value>
 </bookmark>
-
 <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_SUMMENPRODUKT" 
id="bm_id3163297" localize="false"/>
-
 <paragraph id="hd_id3163286" role="heading" level="2" 
xml-lang="en-US">SUMPRODUCT</paragraph>
-<paragraph id="par_id3163314" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_SUMMENPRODUKT">Multiplies corresponding elements in the given 
arrays, and returns the sum of those products.</ahelp></paragraph>
-
-<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph id="par_id3163347" role="code" xml-lang="en-US">SUMPRODUCT(Array1; 
Array2...Array30)</paragraph>
-<paragraph id="par_id3163362" role="paragraph" xml-lang="en-US"><emph>Array1, 
Array2...Array30</emph> represent arrays whose corresponding elements are to be 
multiplied.</paragraph>
-<paragraph id="par_idN11B19" role="paragraph" xml-lang="en-US">At least one 
array must be part of the argument list. If only one array is given, all array 
elements are summed.</paragraph>
-
-<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-
+  <paragraph id="par_id3163314" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_SUMMENPRODUKT">Multiplies corresponding elements in the given 
arrays, and returns the sum of those products.</ahelp></paragraph>
+  <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
+  <paragraph id="par_id3163347" role="code" 
xml-lang="en-US">SUMPRODUCT(Array1; Array2; ...; Array30)</paragraph>
+  <paragraph id="par_id3163362" role="paragraph" 
xml-lang="en-US"><emph>Array1, Array2; ...; Array30</emph> represent arrays 
whose corresponding elements are to be multiplied.</paragraph>
+  <paragraph id="par_idN11B19" role="paragraph" xml-lang="en-US">At least one 
array must be part of the argument list. If only one array is given, all array 
elements are summed.</paragraph>
+  <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
 <table id="tbl_id6215704">
   <tablerow>
     <tablecell>
@@ -1150,116 +1059,91 @@
     </tablecell>
   </tablerow>
 </table>
-
-<paragraph id="par_idN11BA1" role="paragraph" xml-lang="en-US"><item 
type="input">=SUMPRODUCT(A1:B3;C1:D3)</item> returns 397.</paragraph>
-<paragraph id="par_idN11BA4" role="paragraph" xml-lang="en-US">Calculation: 
A1*C1 + B1*D1 + A2*C2 + B2*D2 + A3*C3 + B3*D3</paragraph>
-<paragraph id="par_idN11BA7" role="paragraph" xml-lang="en-US">You can use 
SUMPRODUCT to calculate the scalar product of two vectors.</paragraph>
-<paragraph id="par_idN11BBC" role="note" xml-lang="en-US">SUMPRODUCT returns a 
single number, it is not necessary to enter the function as an array 
function.</paragraph>
-<paragraph id="par_idN11C91" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
+  <paragraph id="par_idN11BA1" role="paragraph" xml-lang="en-US"><item 
type="input">=SUMPRODUCT(A1:B3;C1:D3)</item> returns 397.</paragraph>
+  <paragraph id="par_idN11BA4" role="paragraph" xml-lang="en-US">Calculation: 
A1*C1 + B1*D1 + A2*C2 + B2*D2 + A3*C3 + B3*D3</paragraph>
+  <paragraph id="par_idN11BA7" role="paragraph" xml-lang="en-US">You can use 
SUMPRODUCT to calculate the scalar product of two vectors.</paragraph>
+  <paragraph id="par_idN11BBC" role="note" xml-lang="en-US">SUMPRODUCT returns 
a single number, it is not necessary to enter the function as an array 
function.</paragraph>
+  <paragraph id="par_idN11C91" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
 </section>
-
 <section id="Section5">
 <bookmark xml-lang="en-US" branch="index" id="bm_id3144842">
-  <bookmark_value>SUMX2MY2 function</bookmark_value>
+<bookmark_value>SUMX2MY2 function</bookmark_value>
 </bookmark>
-
 <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_SUMMEX2MY2" 
id="bm_id3144854" localize="false"/>
-
 <paragraph id="hd_id3144842" role="heading" level="2" 
xml-lang="en-US">SUMX2MY2</paragraph>
-<paragraph id="par_id3144871" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_SUMMEX2MY2">Returns the sum of the difference of squares of 
corresponding values in two arrays.</ahelp></paragraph>
-
-<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph id="par_id3144903" role="code" xml-lang="en-US">SUMX2MY2(ArrayX; 
ArrayY)</paragraph>
-<paragraph id="par_id3144916" role="paragraph" 
xml-lang="en-US"><emph>ArrayX</emph> represents the first array whose elements 
are to be squared and added.</paragraph>
-<paragraph id="par_id3144936" role="paragraph" 
xml-lang="en-US"><emph>ArrayY</emph> represents the second array whose elements 
are to be squared and subtracted.</paragraph>
-<paragraph id="par_idN11D6B" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
+  <paragraph id="par_id3144871" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_SUMMEX2MY2">Returns the sum of the difference of squares of 
corresponding values in two arrays.</ahelp></paragraph>
+  <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
+  <paragraph id="par_id3144903" role="code" xml-lang="en-US">SUMX2MY2(ArrayX; 
ArrayY)</paragraph>
+  <paragraph id="par_id3144916" role="paragraph" 
xml-lang="en-US"><emph>ArrayX</emph> represents the first array whose elements 
are to be squared and added.</paragraph>
+  <paragraph id="par_id3144936" role="paragraph" 
xml-lang="en-US"><emph>ArrayY</emph> represents the second array whose elements 
are to be squared and subtracted.</paragraph>
+  <paragraph id="par_idN11D6B" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
 </section>
-
 <section id="Section4">
 <bookmark xml-lang="en-US" branch="index" id="bm_id3145026">
-  <bookmark_value>SUMX2PY2 function</bookmark_value>
+<bookmark_value>SUMX2PY2 function</bookmark_value>
 </bookmark>
-
 <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_SUMMEX2PY2" 
id="bm_id3145038" localize="false"/>
-
 <paragraph id="hd_id3145026" role="heading" level="2" 
xml-lang="en-US">SUMX2PY2</paragraph>
-<paragraph id="par_id3145055" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_SUMMEX2PY2">Returns the sum of the sum of squares of 
corresponding values in two arrays.</ahelp></paragraph>
-
-<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph id="par_id3163404" role="code" xml-lang="en-US">SUMX2PY2(ArrayX; 
ArrayY)</paragraph>
-<paragraph id="par_id3163417" role="paragraph" 
xml-lang="en-US"><emph>ArrayX</emph> represents the first array whose elements 
are to be squared and added.</paragraph>
-<paragraph id="par_id3163437" role="paragraph" 
xml-lang="en-US"><emph>ArrayY</emph> represents the second array, whose 
elements are to be squared and added.</paragraph>
-<paragraph id="par_idN11E45" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
+  <paragraph id="par_id3145055" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_SUMMEX2PY2">Returns the sum of the sum of squares of 
corresponding values in two arrays.</ahelp></paragraph>
+  <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
+  <paragraph id="par_id3163404" role="code" xml-lang="en-US">SUMX2PY2(ArrayX; 
ArrayY)</paragraph>
+  <paragraph id="par_id3163417" role="paragraph" 
xml-lang="en-US"><emph>ArrayX</emph> represents the first array whose elements 
are to be squared and added.</paragraph>
+  <paragraph id="par_id3163437" role="paragraph" 
xml-lang="en-US"><emph>ArrayY</emph> represents the second array, whose 
elements are to be squared and added.</paragraph>
+  <paragraph id="par_idN11E45" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
 </section>
-
 <section id="Section3">
 <bookmark xml-lang="en-US" branch="index" id="bm_id3163527">
-  <bookmark_value>SUMXMY2 function</bookmark_value>
+<bookmark_value>SUMXMY2 function</bookmark_value>
 </bookmark>
-
 <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_SUMMEXMY2" 
id="bm_id3163539" localize="false"/>
-
 <paragraph id="hd_id3163527" role="heading" level="2" 
xml-lang="en-US">SUMXMY2</paragraph>
-<paragraph id="par_id3163556" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_SUMMEXMY2">Adds the squares of the variance between corresponding 
values in two arrays.</ahelp></paragraph>
-
-<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph id="par_id3163588" role="code" xml-lang="en-US">SUMXMY2(ArrayX; 
ArrayY)</paragraph>
-<paragraph id="par_id3163601" role="paragraph" 
xml-lang="en-US"><emph>ArrayX</emph> represents the first array whose elements 
are to be subtracted and squared.</paragraph>
-<paragraph id="par_id3163621" role="paragraph" 
xml-lang="en-US"><emph>ArrayY</emph> represents the second array, whose 
elements are to be subtracted and squared.</paragraph>
-<paragraph id="par_idN11F1F" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
+  <paragraph id="par_id3163556" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_SUMMEXMY2">Adds the squares of the variance between corresponding 
values in two arrays.</ahelp></paragraph>
+  <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
+  <paragraph id="par_id3163588" role="code" xml-lang="en-US">SUMXMY2(ArrayX; 
ArrayY)</paragraph>
+  <paragraph id="par_id3163601" role="paragraph" 
xml-lang="en-US"><emph>ArrayX</emph> represents the first array whose elements 
are to be subtracted and squared.</paragraph>
+  <paragraph id="par_id3163621" role="paragraph" 
xml-lang="en-US"><emph>ArrayY</emph> represents the second array, whose 
elements are to be subtracted and squared.</paragraph>
+  <paragraph id="par_idN11F1F" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
 </section>
-
 <section id="Section2">
 <bookmark xml-lang="en-US" branch="index" id="bm_id3166062">
-  <bookmark_value>TREND function</bookmark_value>
+<bookmark_value>TREND function</bookmark_value>
 </bookmark>
-
 <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_TREND" id="bm_id3166074" 
localize="false"/>
-
 <paragraph id="hd_id3166062" role="heading" level="2" 
xml-lang="en-US">TREND</paragraph>
-<paragraph id="par_id3166091" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_TREND">Returns values along a linear trend.</ahelp></paragraph>
-
-<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph id="par_id3166122" role="code" xml-lang="en-US">TREND(DataY; DataX; 
NewDataX; LinearType)</paragraph>
-<paragraph id="par_id3166137" role="paragraph" 
xml-lang="en-US"><emph>DataY</emph> represents the Y Data array.</paragraph>
-<paragraph id="par_id3166156" role="paragraph" 
xml-lang="en-US"><emph>DataX</emph> (optional) represents the X Data 
array.</paragraph>
-<paragraph id="par_id3166176" role="paragraph" 
xml-lang="en-US"><emph>NewDataX</emph> (optional) represents the array of the X 
data, which are used for recalculating values.</paragraph>
-<paragraph id="par_id3166196" role="paragraph" 
xml-lang="en-US"><emph>LinearType</emph>(Optional). If LinearType = 0, then 
lines will be calculated through the zero point. Otherwise, offset lines will 
also be calculated. The default is LinearType &lt;&gt; 0.</paragraph>
-<paragraph id="par_idN11D2F" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#optional"/></paragraph>
-<paragraph id="par_idN12019" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
-
-<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-<paragraph id="par_id3166245" role="paragraph" xml-lang="en-US">Select a 
spreadsheet range in which the trend data will appear. Select the function. 
Enter the output data or select it with the mouse. Mark the <emph>Array</emph> 
field. click <emph>OK</emph>. The trend data calculated from the output data is 
displayed.</paragraph>
+  <paragraph id="par_id3166091" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_TREND">Returns values along a linear trend.</ahelp></paragraph>
+  <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
+  <paragraph id="par_id3166122" role="code" xml-lang="en-US">TREND(DataY; 
DataX; NewDataX; LinearType)</paragraph>
+  <paragraph id="par_id3166137" role="paragraph" 
xml-lang="en-US"><emph>DataY</emph> represents the Y Data array.</paragraph>
+  <paragraph id="par_id3166156" role="paragraph" 
xml-lang="en-US"><emph>DataX</emph> (optional) represents the X Data 
array.</paragraph>
+  <paragraph id="par_id3166176" role="paragraph" 
xml-lang="en-US"><emph>NewDataX</emph> (optional) represents the array of the X 
data, which are used for recalculating values.</paragraph>
+  <paragraph id="par_id3166196" role="paragraph" 
xml-lang="en-US"><emph>LinearType</emph> (optional). If LinearType = 0, then 
lines will be calculated through the zero point. Otherwise, offset lines will 
also be calculated. The default is LinearType &lt;&gt; 0.</paragraph>
+  <paragraph id="par_idN11D2F" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#optional"/></paragraph>
+  <paragraph id="par_idN12019" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
+  <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
+  <paragraph id="par_id3166245" role="paragraph" xml-lang="en-US">Select a 
spreadsheet range in which the trend data will appear. Select the function. 
Enter the output data or select it with the mouse. Mark the <emph>Array</emph> 
field, click <emph>OK</emph>. The trend data calculated from the output data is 
displayed.</paragraph>
 </section>
-
 <section id="Section1">
 <bookmark xml-lang="en-US" branch="index" id="bm_id3166317">
-  <bookmark_value>GROWTH function</bookmark_value>
-  <bookmark_value>exponential trends in arrays</bookmark_value>
+<bookmark_value>GROWTH function</bookmark_value>
+<bookmark_value>exponential trends in arrays</bookmark_value>
 </bookmark>
-
 <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_VARIATION" 
id="bm_id3166329" localize="false"/>
-
 <paragraph id="hd_id3166317" role="heading" level="2" 
xml-lang="en-US">GROWTH</paragraph>
-<paragraph id="par_id3166346" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_VARIATION">Calculates the points of an exponential trend in an 
array.</ahelp></paragraph>
-
-<embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
-<paragraph id="par_id3166377" role="code" xml-lang="en-US">GROWTH(DataY; 
DataX; NewDataX; FunctionType)</paragraph>
-<paragraph id="par_id3166392" role="paragraph" 
xml-lang="en-US"><emph>DataY</emph> represents the Y Data array.</paragraph>
-<paragraph id="par_id3166411" role="paragraph" 
xml-lang="en-US"><emph>DataX</emph> (optional) represents the X Data 
array.</paragraph>
-<paragraph id="par_id3173797" role="paragraph" 
xml-lang="en-US"><emph>NewDataX</emph> (optional) represents the X data array, 
in which the values are recalculated.</paragraph>
-<paragraph id="par_id3173817" role="paragraph" 
xml-lang="en-US"><emph>FunctionType</emph>(optional). If FunctionType = 0, 
functions in the form y = m^x will be calculated. Otherwise, y = b*m^x 
functions will be calculated.</paragraph>
-<paragraph id="par_idN11DFD" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#optional"/></paragraph>
-<paragraph id="par_idN12113" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
-
-<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
-<paragraph id="par_id3173852" role="paragraph" xml-lang="en-US">This function 
returns an array and is handled in the same way as the other array functions. 
Select a range where you want the answers to appear and select the function. 
Select DataY. Enter any other parameters, mark <emph>Array</emph> and click 
<emph>OK</emph>.</paragraph>
+  <paragraph id="par_id3166346" role="paragraph" xml-lang="en-US"><ahelp 
hid="HID_FUNC_VARIATION">Calculates the points of an exponential trend in an 
array.</ahelp></paragraph>
+  <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
+  <paragraph id="par_id3166377" role="code" xml-lang="en-US">GROWTH(DataY; 
DataX; NewDataX; FunctionType)</paragraph>
+  <paragraph id="par_id3166392" role="paragraph" 
xml-lang="en-US"><emph>DataY</emph> represents the Y Data array.</paragraph>
+  <paragraph id="par_id3166411" role="paragraph" 
xml-lang="en-US"><emph>DataX</emph> (optional) represents the X Data 
array.</paragraph>
+  <paragraph id="par_id3173797" role="paragraph" 
xml-lang="en-US"><emph>NewDataX</emph> (optional) represents the X data array, 
in which the values are recalculated.</paragraph>
+  <paragraph id="par_id3173817" role="paragraph" 
xml-lang="en-US"><emph>FunctionType</emph> (optional). If FunctionType = 0, 
functions in the form y = m^x will be calculated. Otherwise, y = b*m^x 
functions will be calculated.</paragraph>
+  <paragraph id="par_idN11DFD" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#optional"/></paragraph>
+  <paragraph id="par_idN12113" role="paragraph" localize="false" 
xml-lang="en-US"><embedvar 
href="text/scalc/00/00000004.xhp#moreontop"/></paragraph>
+  <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
+  <paragraph id="par_id3173852" role="paragraph" xml-lang="en-US">This 
function returns an array and is handled in the same way as the other array 
functions. Select a range where you want the answers to appear and select the 
function. Select <emph>DataY</emph>. Enter any other parameters, mark 
<emph>Array</emph> and click <emph>OK</emph>.</paragraph>
 </section>
 </sort>
-
 <section id="relatedtopics">
-<embed href="text/scalc/01/04060100.xhp#drking"/>
+  <embed href="text/scalc/01/04060100.xhp#drking"/>
 </section>
 </body>
-
 </helpdocument>
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to