summaryrefslogtreecommitdiff
path: root/helpcontent2/source/text/scalc/01/04060109.xhp
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-11-26 15:01:24 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-11-26 15:01:24 +0000
commit2d21062d79a1dd1ef902e5c7e2b3e2fadd4fe6ea (patch)
tree769ecb79af547be5da390ce632001f7e61258011 /helpcontent2/source/text/scalc/01/04060109.xhp
parent1eb4e61afa7e3e23a52897677ef1e32218ba3cf5 (diff)
INTEGRATION: CWS helpcontentbeta (1.2.2); FILE MERGED
2004/10/28 10:40:52 fpe 1.2.2.4: Last update before final beta handover to G11N 2004/10/14 13:43:55 fpe 1.2.2.3: Regular Update 2004/10/06 14:55:17 fpe 1.2.2.2: Regular Update 2004/09/17 10:13:26 fpe 1.2.2.1: *** empty log message ***
Diffstat (limited to 'helpcontent2/source/text/scalc/01/04060109.xhp')
-rw-r--r--helpcontent2/source/text/scalc/01/04060109.xhp83
1 files changed, 29 insertions, 54 deletions
diff --git a/helpcontent2/source/text/scalc/01/04060109.xhp b/helpcontent2/source/text/scalc/01/04060109.xhp
index 4cf259f81c..01624ce4eb 100644
--- a/helpcontent2/source/text/scalc/01/04060109.xhp
+++ b/helpcontent2/source/text/scalc/01/04060109.xhp
@@ -62,7 +62,7 @@
</topic>
<history>
<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created>
-<lastedited date="2004-08-16T12:30:37">UFI: brushed up this doc due to #i29327#
+<lastedited date="2004-10-18T16:19:52">UFI: brushed up this doc due to #i29327#
dedr: reviewed
UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
</history>
@@ -84,7 +84,7 @@ UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
<paragraph role="heading" id="hd_id3146968" xml-lang="en-US" level="2" l10n="U" oldref="3">ADDRESS</paragraph>
<paragraph role="paragraph" id="par_id3155762" xml-lang="en-US" l10n="U" oldref="4"><ahelp hid="HID_FUNC_ADRESSE">Returns a cell address (reference) as text, according to the specified row and column numbers.</ahelp> Optionally, you can determine whether the address is interpreted as an absolute address (for example, $A$1) or as a relative address (as A1) or in a mixed form (A$1 or $A1). You can also specify the name of the sheet.</paragraph>
<paragraph role="heading" id="hd_id3151196" xml-lang="en-US" level="3" l10n="U" oldref="5">Syntax</paragraph>
-<paragraph role="paragraph" id="par_id3154707" xml-lang="en-US" l10n="U" oldref="6">ADDRESS(row; column; abs;sheet)</paragraph>
+<paragraph role="code" id="par_id3154707" xml-lang="en-US" l10n="U" oldref="6">ADDRESS(row; column; abs;sheet)</paragraph>
<paragraph role="paragraph" id="par_id3147505" xml-lang="en-US" l10n="U" oldref="7">
<emph>row</emph> represents the row number for the cell reference</paragraph>
<paragraph role="paragraph" id="par_id3145323" xml-lang="en-US" l10n="U" oldref="8">
@@ -100,8 +100,6 @@ UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
<paragraph role="heading" id="hd_id3147299" xml-lang="en-US" level="3" l10n="U" oldref="15">Example:</paragraph>
<paragraph role="paragraph" id="par_id3148744" xml-lang="en-US" l10n="U" oldref="16">ADDRESS(1; 1; 2; "Sheet2") returns the following: Sheet2.A$1</paragraph>
<paragraph role="paragraph" id="par_id3159260" xml-lang="en-US" l10n="U" oldref="17">If the cell A1 in sheet 2 contains the value -6, you can refer indirectly to the referenced cell using a function in B2 by entering =ABS(INDIRECT(B2)). The result is the absolute value of the cell reference specified in B2, which in this case is 6.</paragraph>
-<embed href="text/shared/00/00000001.xhp#siehe"/>
-<paragraph role="paragraph" id="par_id3146325" xml-lang="en-US" l10n="U" oldref="18"><link href="text/scalc/01/04060109.xhp" name="COLUMN">COLUMN</link>, <link href="text/scalc/01/04060109.xhp" name="ROW">ROW</link>.</paragraph>
</section>
<section id="Section2">
<bookmark xml-lang="en-US" branch="index" id="bm_id3150372"><bookmark_value>AREAS function</bookmark_value>
@@ -110,22 +108,20 @@ UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
<paragraph role="heading" id="hd_id3150372" xml-lang="en-US" level="2" l10n="U" oldref="19">AREAS</paragraph>
<paragraph role="paragraph" id="par_id3150036" xml-lang="en-US" l10n="U" oldref="20"><ahelp hid="HID_FUNC_BEREICHE">Returns the number of individual ranges that belong to a multiple range.</ahelp> A range can consist of contiguous cells or a single cell.</paragraph>
<paragraph role="heading" id="hd_id3145222" xml-lang="en-US" level="3" l10n="U" oldref="21">Syntax</paragraph>
-<paragraph role="paragraph" id="par_id3155907" xml-lang="en-US" l10n="U" oldref="22">AREAS(Reference)</paragraph>
+<paragraph role="code" id="par_id3155907" xml-lang="en-US" l10n="U" oldref="22">AREAS(Reference)</paragraph>
<paragraph role="paragraph" id="par_id3153118" xml-lang="en-US" l10n="U" oldref="23">Reference represents the reference to a cell or cell range.</paragraph>
<paragraph role="heading" id="hd_id3148891" xml-lang="en-US" level="3" l10n="U" oldref="24">Example</paragraph>
<paragraph role="paragraph" id="par_id3149946" xml-lang="en-US" l10n="U" oldref="25">=AREAS(A1:B3;F2;G1) returns 3, as it is a reference to three cells and/or areas.</paragraph>
-<paragraph role="paragraph" id="par_id3146820" xml-lang="en-US" l10n="U" oldref="26">=AREAS(All) returns 1 if you have defined an area named <emph>All under Data - Define Range</emph>.</paragraph>
-<embed href="text/shared/00/00000001.xhp#siehe"/>
-<paragraph role="paragraph" id="par_id3152980" xml-lang="en-US" l10n="U" oldref="27"><link href="text/scalc/01/04060109.xhp" name="ADDRESS">ADDRESS</link>, <link href="text/scalc/01/04060109.xhp" name="COLUMN">COLUMN</link>, <link href="text/scalc/01/04060109.xhp" name="COLUMNS">COLUMNS</link>, <link href="text/scalc/01/04060109.xhp" name="INDEX">INDEX</link>, <link href="text/scalc/01/04060109.xhp" name="ROW">ROW</link>, <link href="text/scalc/01/04060109.xhp" name="ROWS">ROWS</link>.</paragraph>
+<paragraph role="paragraph" id="par_id3146820" xml-lang="en-US" l10n="U" oldref="26">=AREAS(All) returns 1 if you have defined an area named All under <emph>Data - Define Range</emph>.</paragraph>
</section>
<section id="Section3">
<bookmark xml-lang="en-US" branch="index" id="bm_id3148727"><bookmark_value>DDE function</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/HID_FUNC_DDE" id="bm_id3154680" localize="false"/>
<paragraph role="heading" id="hd_id3148727" xml-lang="en-US" level="2" l10n="U" oldref="28">DDE</paragraph>
-<paragraph role="paragraph" id="par_id3149434" xml-lang="en-US" l10n="U" oldref="29"><ahelp hid="HID_FUNC_DDE">Returns the result of a DDE-based link.</ahelp> If the contents of the linked range or section changes, the returned value will also change. You must reload the spreadsheet or choose <emph>Edit - Links</emph> to see the updated links. Cross-platform links, for example from a<item type="productname">%PRODUCTNAME</item> installation running on a Windows machine to a document created on a Linux machine, are not allowed.</paragraph>
+<paragraph role="paragraph" id="par_id3149434" xml-lang="en-US" l10n="U" oldref="29"><ahelp hid="HID_FUNC_DDE">Returns the result of a DDE-based link.</ahelp> If the contents of the linked range or section changes, the returned value will also change. You must reload the spreadsheet or choose <emph>Edit - Links</emph> to see the updated links. Cross-platform links, for example from a <item type="productname">%PRODUCTNAME</item> installation running on a Windows machine to a document created on a Linux machine, are not allowed.</paragraph>
<paragraph role="heading" id="hd_id3150700" xml-lang="en-US" level="3" l10n="U" oldref="30">Syntax</paragraph>
-<paragraph role="paragraph" id="par_id3148886" xml-lang="en-US" l10n="U" oldref="31">DDE(server;file;range;mode)</paragraph>
+<paragraph role="code" id="par_id3148886" xml-lang="en-US" l10n="U" oldref="31">DDE(server;file;range;mode)</paragraph>
<paragraph role="paragraph" id="par_id3154842" xml-lang="en-US" l10n="U" oldref="32">
<emph>Server</emph> is the name of a server application. <item type="productname">%PRODUCTNAME</item> applications have the server name "Soffice".</paragraph>
<paragraph role="paragraph" id="par_id3153034" xml-lang="en-US" l10n="U" oldref="33">
@@ -174,8 +170,10 @@ UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
</table>
<paragraph role="heading" id="hd_id3149546" xml-lang="en-US" level="3" l10n="U" oldref="35">Example</paragraph>
-<paragraph role="paragraph" id="par_id3148734" xml-lang="en-US" l10n="U" oldref="36">=DDE("soffice";"c:\office\document\data1.sxc";"sheet1.A1") reads the contents of cell A1 in sheet1 of the <item type="productname">%PRODUCTNAME</item> Calc spreadsheet data1.sxc.</paragraph>
-<paragraph role="paragraph" id="par_id3153081" xml-lang="en-US" l10n="U" oldref="37">=DDE("soffice";"c:\office\document\motto.sxw";"Today's motto") returns a motto in the cell containing this formula. First, you must enter a line in the motto.sxw document containing the motto text and define it as the first line of a section named Today's Motto (in <item type="productname">%PRODUCTNAME</item> Writer under <emph>Insert - Section</emph>). If the motto is modified (and saved) in the <item type="productname">%PRODUCTNAME</item> Writer document, the motto is updated in all <item type="productname">%PRODUCTNAME</item> Calc cells in which this DDE link is defined.</paragraph>
+<paragraph role="paragraph" id="par_id3148734" xml-lang="en-US" l10n="U" oldref="36">
+<item type="keycode">=DDE("soffice";"c:\office\document\data1.sxc";"sheet1.A1")</item> reads the contents of cell A1 in sheet1 of the <item type="productname">%PRODUCTNAME</item> Calc spreadsheet data1.sxc.</paragraph>
+<paragraph role="paragraph" id="par_id3153081" xml-lang="en-US" l10n="U" oldref="37">
+<item type="keycode">=DDE("soffice";"c:\office\document\motto.sxw";"Today's motto")</item> returns a motto in the cell containing this formula. First, you must enter a line in the motto.sxw document containing the motto text and define it as the first line of a section named <item type="literal">Today's Motto</item> (in <item type="productname">%PRODUCTNAME</item> Writer under <emph>Insert - Section</emph>). If the motto is modified (and saved) in the <item type="productname">%PRODUCTNAME</item> Writer document, the motto is updated in all <item type="productname">%PRODUCTNAME</item> Calc cells in which this DDE link is defined.</paragraph>
</section>
<section id="Section4">
<bookmark xml-lang="en-US" branch="index" id="bm_id3153114"><bookmark_value>ERRORTYPE function</bookmark_value>
@@ -186,13 +184,11 @@ UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
<embed href="text/shared/00/00000001.xhp#wahr"/>
<paragraph role="note" id="par_id3149877" xml-lang="en-US" l10n="U" oldref="40">The Status Bar displays the predefined error code from <item type="productname">%PRODUCTNAME</item> if you click the cell containing the error.</paragraph>
<paragraph role="heading" id="hd_id3154327" xml-lang="en-US" level="3" l10n="U" oldref="41">Syntax</paragraph>
-<paragraph role="paragraph" id="par_id3151322" xml-lang="en-US" l10n="U" oldref="42">ERRORTYPE(Reference)</paragraph>
+<paragraph role="code" id="par_id3151322" xml-lang="en-US" l10n="U" oldref="42">ERRORTYPE(Reference)</paragraph>
<paragraph role="paragraph" id="par_id3150132" xml-lang="en-US" l10n="U" oldref="43">
<emph>Reference</emph> contains the address of the cell in which the error occurs.</paragraph>
<paragraph role="heading" id="hd_id3145248" xml-lang="en-US" level="3" l10n="U" oldref="44">Example</paragraph>
<paragraph role="paragraph" id="par_id3146904" xml-lang="en-US" l10n="U" oldref="45">If cell A1 displays Err:518, the function =ERRORTYPE(A1) returns the number 518.</paragraph>
-<embed href="text/shared/00/00000001.xhp#siehe"/>
-<paragraph role="paragraph" id="par_id3150933" xml-lang="en-US" l10n="U" oldref="46"><link href="text/scalc/01/04060104.xhp" name="ISREF">ISREF</link>, <link href="text/scalc/01/04060104.xhp" name="ISERR">ISERR</link>, <link href="text/scalc/01/04060104.xhp" name="ISERROR">ISERROR</link>, <link href="text/scalc/01/04060104.xhp" name="ISFORMULA">ISFORMULA</link>. <link href="text/scalc/01/04060104.xhp" name="ISNONTEXT">ISNONTEXT</link>, <link href="text/scalc/01/04060104.xhp" name="ISBLANK">ISBLANK</link>, <link href="text/scalc/01/04060104.xhp" name="ISLOGICAL">ISLOGICAL</link>, <link href="text/scalc/01/04060104.xhp" name="ISNA">ISNA</link>, <link href="text/scalc/01/04060104.xhp" name="ISTEXT">ISTEXT</link>, <link href="text/scalc/01/04060104.xhp" name="ISNUMBER">ISNUMBER</link>.</paragraph>
</section>
<section id="Section5">
<bookmark xml-lang="en-US" branch="index" id="bm_id3151221"><bookmark_value>INDEX function</bookmark_value>
@@ -201,7 +197,7 @@ UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
<paragraph role="heading" id="hd_id3151221" xml-lang="en-US" level="2" l10n="U" oldref="47">INDEX</paragraph>
<paragraph role="paragraph" id="par_id3150268" xml-lang="en-US" l10n="U" oldref="48"><ahelp hid="HID_FUNC_INDEX">INDEX returns the content of a cell, specified by row and column number or an optional range name.</ahelp></paragraph>
<paragraph role="heading" id="hd_id3156063" xml-lang="en-US" level="3" l10n="U" oldref="49">Syntax</paragraph>
-<paragraph role="paragraph" id="par_id3149007" xml-lang="en-US" l10n="U" oldref="50">INDEX(reference;row;column;range)</paragraph>
+<paragraph role="code" id="par_id3149007" xml-lang="en-US" l10n="U" oldref="50">INDEX(reference;row;column;range)</paragraph>
<paragraph role="paragraph" id="par_id3153260" xml-lang="en-US" l10n="U" oldref="51">
<emph>reference</emph> is a cell reference, entered either directly or by specifying a range name. If the reference consists of multiple ranges, you must enclose the reference or range name in parentheses.</paragraph>
<paragraph role="paragraph" id="par_id3145302" xml-lang="en-US" l10n="U" oldref="52">
@@ -215,8 +211,6 @@ UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
<paragraph role="paragraph" id="par_id3150691" xml-lang="en-US" l10n="U" oldref="57">=INDEX(SumX;4;1) returns the value from the range <emph>SumX</emph> in row 4 and column 1 as defined in <emph>Insert - Names - Define</emph>.</paragraph>
<paragraph role="paragraph" id="par_id3158419" xml-lang="en-US" l10n="U" oldref="58">=INDEX((multi);4;1) indicates the value contained in row 4 and column 1 of the (multiple) range, which you named under <emph>Insert - Names - Set</emph> as <emph>multi</emph>. The multiple range may consist of several rectangular ranges, each with a row 4 and column 1. If you now want to call the second block of this multiple range enter the number 2 as the <emph>range</emph> parameter.</paragraph>
<paragraph role="paragraph" id="par_id3148595" xml-lang="en-US" l10n="U" oldref="59">=INDEX(A1:B6;1;1) indicates the value in the upper-left of the A1:B6 range.</paragraph>
-<embed href="text/shared/00/00000001.xhp#siehe"/>
-<paragraph role="paragraph" id="par_id3155985" xml-lang="en-US" l10n="U" oldref="61"><link href="text/scalc/01/04060109.xhp" name="VLOOKUP">VLOOKUP</link>, <link href="text/scalc/01/04060109.xhp" name="MATCH">MATCH</link>, <link href="text/scalc/01/04060109.xhp" name="LOOKUP">LOOKUP</link>, <link href="text/scalc/01/04060109.xhp" name="CHOOSE">CHOOSE</link>, <link href="text/scalc/01/04060109.xhp" name="HLOOKUP">HLOOKUP</link>.</paragraph>
</section>
<section id="Section6">
<bookmark xml-lang="en-US" branch="index" id="bm_id3153181"><bookmark_value>INDIRECT function</bookmark_value>
@@ -225,14 +219,13 @@ UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
<paragraph role="heading" id="hd_id3153181" xml-lang="en-US" level="2" l10n="U" oldref="62">INDIRECT</paragraph>
<paragraph role="paragraph" id="par_id3147169" xml-lang="en-US" l10n="U" oldref="63"><ahelp hid="HID_FUNC_INDIREKT">Returns the <emph>reference</emph> specified by a text string.</ahelp> This function can also be used to return the area of a corresponding string.</paragraph>
<paragraph role="heading" id="hd_id3153717" xml-lang="en-US" level="3" l10n="U" oldref="64">Syntax</paragraph>
-<paragraph role="paragraph" id="par_id3149824" xml-lang="en-US" l10n="U" oldref="65">INDIRECT(ref)</paragraph>
+<paragraph role="code" id="par_id3149824" xml-lang="en-US" l10n="U" oldref="65">INDIRECT(ref)</paragraph>
<paragraph role="paragraph" id="par_id3154317" xml-lang="en-US" l10n="U" oldref="66">
<emph>ref</emph> represents a reference to a cell or an area (in text form) for which to return the contents.</paragraph>
+<paragraph role="note" id="par_idN10CAE" xml-lang="en-US" l10n="NEW">If you open an Excel spreadsheet that uses indirect addresses calculated from string functions, the sheet addresses will not be translated automatically. For example, the Excel address in INDIRECT("filename!sheetname"&amp;B1) is not converted into the Calc address in INDIRECT("filename.sheetname"&amp;B1).<comment>UFI: for #i34465#</comment></paragraph>
<paragraph role="heading" id="hd_id3150389" xml-lang="en-US" level="3" l10n="U" oldref="67">Example</paragraph>
<paragraph role="paragraph" id="par_id3150608" xml-lang="en-US" l10n="U" oldref="68">=INDIRECT(A1) equals 100 if A1 contains C108 as a reference and cell C108 contains a value of 100.</paragraph>
<paragraph role="paragraph" id="par_id3083286" xml-lang="en-US" l10n="U" oldref="181">=SUM(INDIRECT("a1:" &amp; ADDRESS(1;3))) totals the cells in the area of A1 up to the cell, whose address is defined by row 1 and column 3. Therefore, area A1:C1 is totaled.</paragraph>
-<embed href="text/shared/00/00000001.xhp#siehe"/>
-<paragraph role="paragraph" id="par_id3152481" xml-lang="en-US" l10n="U" oldref="69"><link href="text/scalc/01/04060109.xhp" name="OFFSET">OFFSET</link>.</paragraph>
</section>
<section id="Section7">
<bookmark xml-lang="en-US" branch="index" id="bm_id3154818"><bookmark_value>COLUMN function</bookmark_value>
@@ -241,7 +234,7 @@ UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
<paragraph role="heading" id="hd_id3154818" xml-lang="en-US" level="2" l10n="U" oldref="70">COLUMN</paragraph>
<paragraph role="paragraph" id="par_id3149711" xml-lang="en-US" l10n="U" oldref="193"><ahelp hid="HID_FUNC_SPALTE">Returns the column number of a cell reference.</ahelp> If the reference is a cell the column number of the cell is returned; if the parameter is a cell area, the corresponding column numbers are returned in a single-row <link href="text/scalc/01/04060107.xhp#wasmatrix" name="array">array</link> if the formula is entered <link href="text/scalc/01/04060107.xhp#somatrixformel" name="as an array formula">as an array formula</link>. If the COLUMN function with an area reference parameter is not used for an array formula, only the column number of the first cell within the area is determined.</paragraph>
<paragraph role="heading" id="hd_id3149283" xml-lang="en-US" level="3" l10n="U" oldref="72">Syntax</paragraph>
-<paragraph role="paragraph" id="par_id3149447" xml-lang="en-US" l10n="U" oldref="73">COLUMN(reference)</paragraph>
+<paragraph role="code" id="par_id3149447" xml-lang="en-US" l10n="U" oldref="73">COLUMN(reference)</paragraph>
<paragraph role="paragraph" id="par_id3156310" xml-lang="en-US" l10n="U" oldref="74">
<emph>Reference</emph> is the reference to a cell or cell area whose first column number is to be found.</paragraph>
<paragraph role="paragraph" id="par_id3155837" xml-lang="en-US" l10n="U" oldref="194">If no reference is entered, the column number of the cell in which the formula is entered is found. <item type="productname">%PRODUCTNAME</item> Calc automatically sets the reference to the current cell.</paragraph>
@@ -252,8 +245,6 @@ UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
<paragraph role="paragraph" id="par_id3156320" xml-lang="en-US" l10n="U" oldref="196">{=COLUMN(B2:B7)} and =COLUMN(B2:B7) both return 2 because the reference only contains column B as the second column in the table. Because single-column areas have only one column number, it does not make a difference whether or not the formula is used as an array formula.</paragraph>
<paragraph role="paragraph" id="par_id3150872" xml-lang="en-US" l10n="U" oldref="197">=COLUMN() returns 3 if the formula was entered in column C.</paragraph>
<paragraph role="paragraph" id="par_id3153277" xml-lang="en-US" l10n="U" oldref="198">{=COLUMN(Rabbit)} returns the single-row array (3, 4) if "Rabbit" is the named area (C1:D3).</paragraph>
-<embed href="text/shared/00/00000001.xhp#siehe"/>
-<paragraph role="paragraph" id="par_id3156100" xml-lang="en-US" l10n="U" oldref="78"><link href="text/scalc/01/04060109.xhp" name="COLUMNS">COLUMNS</link>, <link href="text/scalc/01/04060109.xhp" name="ROWS">ROWS</link>.</paragraph>
</section>
<section id="Section8">
<bookmark xml-lang="en-US" branch="index" id="bm_id3154643"><bookmark_value>COLUMNS function</bookmark_value>
@@ -262,15 +253,13 @@ UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
<paragraph role="heading" id="hd_id3154643" xml-lang="en-US" level="2" l10n="U" oldref="79">COLUMNS</paragraph>
<paragraph role="paragraph" id="par_id3151182" xml-lang="en-US" l10n="U" oldref="80"><ahelp hid="HID_FUNC_SPALTEN">Returns the number of columns in the given reference.</ahelp></paragraph>
<paragraph role="heading" id="hd_id3149141" xml-lang="en-US" level="3" l10n="U" oldref="81">Syntax</paragraph>
-<paragraph role="paragraph" id="par_id3154047" xml-lang="en-US" l10n="U" oldref="82">COLUMNS(array)</paragraph>
+<paragraph role="code" id="par_id3154047" xml-lang="en-US" l10n="U" oldref="82">COLUMNS(array)</paragraph>
<paragraph role="paragraph" id="par_id3154745" xml-lang="en-US" l10n="U" oldref="83">
<emph>array</emph> is the reference to a cell range whose total number of columns is to be found. The argument can also be a single cell.</paragraph>
<paragraph role="heading" id="hd_id3153622" xml-lang="en-US" level="3" l10n="U" oldref="84">Example</paragraph>
<paragraph role="paragraph" id="par_id3149577" xml-lang="en-US" l10n="U" oldref="200">=Columns(B5) returns 1 because a cell only contains one column.</paragraph>
<paragraph role="paragraph" id="par_id3145649" xml-lang="en-US" l10n="U" oldref="85">=COLUMNS(A1:C5) equals 3. The reference comprises three columns.</paragraph>
<paragraph role="paragraph" id="par_id3155846" xml-lang="en-US" l10n="U" oldref="201">=COLUMNS(Rabbit) returns 2 if "Rabbit" is the named range (C1:D3).</paragraph>
-<embed href="text/shared/00/00000001.xhp#siehe"/>
-<paragraph role="paragraph" id="par_id3146790" xml-lang="en-US" l10n="U" oldref="86"><link href="text/scalc/01/04060109.xhp" name="COLUMN">COLUMN</link>, <link href="text/scalc/01/04060109.xhp" name="ROWS">ROWS</link>.</paragraph>
</section>
<section id="Section9">
<bookmark xml-lang="en-US" branch="index" id="bm_id3153152"><bookmark_value>vertical search function</bookmark_value>
@@ -281,7 +270,7 @@ UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
<paragraph role="paragraph" id="par_id3149984" xml-lang="en-US" l10n="U" oldref="88"><ahelp hid="HID_FUNC_SVERWEIS">Vertical search with reference to adjacent cells to the right.</ahelp> This function checks if a specific value is contained in the first column of an array. The function then returns the value to the same line of a specific array column named by index.</paragraph>
<embed href="text/shared/00/00000001.xhp#regulaer"/>
<paragraph role="heading" id="hd_id3146898" xml-lang="en-US" level="3" l10n="U" oldref="89">Syntax</paragraph>
-<paragraph role="paragraph" id="par_id3150156" xml-lang="en-US" l10n="U" oldref="90">=VLOOKUP(Search criterion;array;index;sort order)</paragraph>
+<paragraph role="code" id="par_id3150156" xml-lang="en-US" l10n="U" oldref="90">=VLOOKUP(Search criterion;array;index;Sort order)</paragraph>
<paragraph role="paragraph" id="par_id3149289" xml-lang="en-US" l10n="U" oldref="91">
<emph>Search criterion</emph> is the value searched for in the first column of the array.</paragraph>
<paragraph role="paragraph" id="par_id3153884" xml-lang="en-US" l10n="U" oldref="92">
@@ -295,8 +284,6 @@ UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
<paragraph role="paragraph" id="par_id3145663" xml-lang="en-US" l10n="U" oldref="97">Enter the following formula in B1:</paragraph>
<paragraph role="paragraph" id="par_id3151172" xml-lang="en-US" l10n="U" oldref="98">=VLOOKUP(A1; D1:E100; 2)</paragraph>
<paragraph role="paragraph" id="par_id3149200" xml-lang="en-US" l10n="U" oldref="99">As soon as you enter a number in A1 B1 will show the corresponding text contained in the second column of reference D1:E100. Entering a nonexistent number displays the text with the next number down. To prevent this, enter FALSE as the last parameter in the formula so that an error message is generated when a nonexistent number is entered.</paragraph>
-<embed href="text/shared/00/00000001.xhp#siehe"/>
-<paragraph role="paragraph" id="par_id3159339" xml-lang="en-US" l10n="U" oldref="100"><link href="text/scalc/01/04060109.xhp" name="INDEX">INDEX</link>, <link href="text/scalc/01/04060109.xhp" name="HLOOKUP">HLOOKUP</link>, <link href="text/scalc/01/04060109.xhp" name="LOOKUP">LOOKUP</link>, <link href="text/scalc/01/04060109.xhp" name="MATCH">MATCH</link>.</paragraph>
</section>
<section id="Section10">
<bookmark xml-lang="en-US" branch="index" id="bm_id3153905"><bookmark_value>sheet numbers; looking up</bookmark_value>
@@ -306,7 +293,7 @@ UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
<paragraph role="heading" id="hd_id3153905" xml-lang="en-US" level="2" l10n="U" oldref="215">SHEET</paragraph>
<paragraph role="paragraph" id="par_id3150309" xml-lang="en-US" l10n="U" oldref="216"><ahelp hid="HID_FUNC_TABELLE">Returns the sheet number of a reference or a string representing a sheet name.</ahelp> If you do not enter any parameters, the result is the sheet number of the spreadsheet containing the formula.</paragraph>
<paragraph role="heading" id="hd_id3148564" xml-lang="en-US" level="3" l10n="U" oldref="217">Syntax</paragraph>
-<paragraph role="paragraph" id="par_id3153095" xml-lang="en-US" l10n="U" oldref="218">SHEET(Reference)</paragraph>
+<paragraph role="code" id="par_id3153095" xml-lang="en-US" l10n="U" oldref="218">SHEET(Reference)</paragraph>
<paragraph role="paragraph" id="par_id3154588" xml-lang="en-US" l10n="U" oldref="219">
<emph>Reference</emph> is optional and is the reference to a cell, an area, or a sheet name string.</paragraph>
<paragraph role="heading" id="hd_id3155399" xml-lang="en-US" level="3" l10n="U" oldref="220">Example</paragraph>
@@ -320,7 +307,7 @@ UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
<paragraph role="heading" id="hd_id3148829" xml-lang="en-US" level="2" l10n="U" oldref="222">SHEETS</paragraph>
<paragraph role="paragraph" id="par_id3148820" xml-lang="en-US" l10n="U" oldref="223"><ahelp hid="HID_FUNC_TABELLEN">Determines the number of sheets in a reference.</ahelp> If you do not enter any parameters, it returns the number of sheets in the current document.</paragraph>
<paragraph role="heading" id="hd_id3154220" xml-lang="en-US" level="3" l10n="U" oldref="224">Syntax</paragraph>
-<paragraph role="paragraph" id="par_id3150777" xml-lang="en-US" l10n="U" oldref="225">SHEETS(Reference)</paragraph>
+<paragraph role="code" id="par_id3150777" xml-lang="en-US" l10n="U" oldref="225">SHEETS(Reference)</paragraph>
<paragraph role="paragraph" id="par_id3153060" xml-lang="en-US" l10n="U" oldref="226">
<emph>Reference</emph> is the reference to a sheet or an area. This parameter is optional.</paragraph>
<paragraph role="heading" id="hd_id3149766" xml-lang="en-US" level="3" l10n="U" oldref="227">Example</paragraph>
@@ -333,7 +320,7 @@ UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
<paragraph role="heading" id="hd_id3158407" xml-lang="en-US" level="2" l10n="U" oldref="101">MATCH</paragraph>
<paragraph role="paragraph" id="par_id3154896" xml-lang="en-US" l10n="U" oldref="102"><ahelp hid="HID_FUNC_VERGLEICH">Returns the relative position of an item in an array that matches a specified value.</ahelp> The function returns the position of the value found in the lookup_array as a number.</paragraph>
<paragraph role="heading" id="hd_id3153834" xml-lang="en-US" level="3" l10n="U" oldref="103">Syntax</paragraph>
-<paragraph role="paragraph" id="par_id3159152" xml-lang="en-US" l10n="U" oldref="104">MATCH(search criterion;lookup_array;type)</paragraph>
+<paragraph role="code" id="par_id3159152" xml-lang="en-US" l10n="U" oldref="104">MATCH(search criterion;lookup_array;type)</paragraph>
<paragraph role="paragraph" id="par_id3149336" xml-lang="en-US" l10n="U" oldref="105">
<emph>Search Criterion</emph> is the value which is to be searched for in the single-row or single-column array.</paragraph>
<paragraph role="paragraph" id="par_id3159167" xml-lang="en-US" l10n="U" oldref="106">
@@ -345,8 +332,6 @@ UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
<embed href="text/shared/00/00000001.xhp#regulaer"/>
<paragraph role="heading" id="hd_id3155119" xml-lang="en-US" level="3" l10n="U" oldref="108">Example</paragraph>
<paragraph role="paragraph" id="par_id3155343" xml-lang="en-US" l10n="U" oldref="109">=MATCH(200; D1:D100) searches the area D1:D100, which is sorted by column D, for the value 200. As soon as this value is reached, the number of the row in which it was found is returned. If a higher value is found during the search in the column, the number of the previous row is returned.</paragraph>
-<embed href="text/shared/00/00000001.xhp#siehe"/>
-<paragraph role="paragraph" id="par_id3148911" xml-lang="en-US" l10n="U" oldref="110"><link href="text/scalc/01/04060109.xhp" name="INDEX">INDEX</link>, <link href="text/scalc/01/04060109.xhp" name="VLOOKUP">VLOOKUP</link>, <link href="text/scalc/01/04060109.xhp" name="HLOOKUP">HLOOKUP</link>.</paragraph>
</section>
<section id="Section13">
<bookmark xml-lang="en-US" branch="index" id="bm_id3158430"><bookmark_value>OFFSET function</bookmark_value>
@@ -355,7 +340,7 @@ UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
<paragraph role="heading" id="hd_id3158430" xml-lang="en-US" level="2" l10n="U" oldref="111">OFFSET</paragraph>
<paragraph role="paragraph" id="par_id3149167" xml-lang="en-US" l10n="U" oldref="112"><ahelp hid="HID_FUNC_VERSCHIEBUNG">Returns the value of a cell offset by a certain number of rows and columns from a given reference point.</ahelp></paragraph>
<paragraph role="heading" id="hd_id3146952" xml-lang="en-US" level="3" l10n="U" oldref="113">Syntax</paragraph>
-<paragraph role="paragraph" id="par_id3159194" xml-lang="en-US" l10n="U" oldref="114">OFFSET(reference;rows;columns;height;width)</paragraph>
+<paragraph role="code" id="par_id3159194" xml-lang="en-US" l10n="U" oldref="114">OFFSET(reference;rows;columns;height;width)</paragraph>
<paragraph role="paragraph" id="par_id3152360" xml-lang="en-US" l10n="U" oldref="115">
<emph>Reference</emph> is the cell from which the function searches for the new reference.</paragraph>
<paragraph role="paragraph" id="par_id3156032" xml-lang="en-US" l10n="U" oldref="116">
@@ -367,7 +352,7 @@ UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
<paragraph role="paragraph" id="par_id3147278" xml-lang="en-US" l10n="U" oldref="119">
<emph>Width</emph> is the optional horizontal width for an area that starts at the new reference position.</paragraph>
<paragraph role="heading" id="hd_id3155586" xml-lang="en-US" level="3" l10n="U" oldref="120">Example</paragraph>
-<paragraph role="paragraph" id="par_id3149744" xml-lang="en-US" l10n="U" oldref="121">=OFFSET(A1; 2, 2) returns the value in cell C3 (A1 moved by two rows and two columns down). If C3 contains the value 100 this function returns the value 100.</paragraph>
+<paragraph role="paragraph" id="par_id3149744" xml-lang="en-US" l10n="CHG" oldref="121">=OFFSET(A1; 2; 2) returns the value in cell C3 (A1 moved by two rows and two columns down). If C3 contains the value 100 this function returns the value 100.</paragraph>
<paragraph role="paragraph" id="par_id3153739" xml-lang="en-US" l10n="U" oldref="122">=SUM(OFFSET(A1; 2; 2; 5; 6)) determines the total of the area that starts in cell C3 and has a height of 5 rows and a width of 6 columns (area=C3:H7).</paragraph>
</section>
<section id="Section14">
@@ -378,7 +363,7 @@ UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
<paragraph role="paragraph" id="par_id3153389" xml-lang="en-US" l10n="U" oldref="124"><ahelp hid="HID_FUNC_VERWEIS">Returns the contents of a cell either from a one-row or one-column range or from an array.</ahelp> Optionally, the assigned value (of the same index) is returned in a different column and row. As opposed to <link href="text/scalc/01/04060109.xhp" name="VLOOKUP">VLOOKUP</link> and <link href="text/scalc/01/04060109.xhp" name="HLOOKUP">HLOOKUP</link>, search and result vector may be at different positions; they do not have to be adjacent. Additionally, the search vector for the LOOKUP must be sorted, otherwise the search will not return any usable results.</paragraph>
<embed href="text/shared/00/00000001.xhp#regulaer"/>
<paragraph role="heading" id="hd_id3152947" xml-lang="en-US" level="3" l10n="U" oldref="125">Syntax</paragraph>
-<paragraph role="paragraph" id="par_id3154104" xml-lang="en-US" l10n="U" oldref="126">LOOKUP(Search criterion;Search vector;result_vector)</paragraph>
+<paragraph role="code" id="par_id3154104" xml-lang="en-US" l10n="U" oldref="126">LOOKUP(Search criterion;Search vector;result_vector)</paragraph>
<paragraph role="paragraph" id="par_id3150646" xml-lang="en-US" l10n="U" oldref="127">
<emph>Search criterion</emph> is the value to be searched for; entered either directly or as a reference.</paragraph>
<paragraph role="paragraph" id="par_id3154854" xml-lang="en-US" l10n="U" oldref="128">
@@ -387,8 +372,6 @@ UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
<emph>result_vector</emph> is another single-row or single-column range from which the result of the function is taken. The result is the cell of the result vector with the same index as the instance found in the search vector.</paragraph>
<paragraph role="heading" id="hd_id3148624" xml-lang="en-US" level="3" l10n="U" oldref="130">Example</paragraph>
<paragraph role="paragraph" id="par_id3149809" xml-lang="en-US" l10n="U" oldref="131">=LOOKUP(A1; D1:D100;F1:F100) searches the corresponding cell in range D1:D100 for the number you entered in A1. For the instance found, the index is determined, for example, the 12th cell in this range. Then, the contents of the 12th cell are returned as the value of the function (in the result vector).</paragraph>
-<embed href="text/shared/00/00000001.xhp#siehe"/>
-<paragraph role="paragraph" id="par_id3153355" xml-lang="en-US" l10n="U" oldref="132"><link href="text/scalc/01/04060109.xhp" name="HLOOKUP">HLOOKUP</link>, <link href="text/scalc/01/04060109.xhp" name="INDEX">INDEX</link>, <link href="text/scalc/01/04060109.xhp" name="VLOOKUP">VLOOKUP</link>.</paragraph>
</section>
<section id="Section15">
<bookmark xml-lang="en-US" branch="index" id="bm_id3149425"><bookmark_value>STYLE function</bookmark_value>
@@ -397,7 +380,7 @@ UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
<paragraph role="heading" id="hd_id3149425" xml-lang="en-US" level="2" l10n="U" oldref="133">STYLE</paragraph>
<paragraph role="paragraph" id="par_id3150826" xml-lang="en-US" l10n="U" oldref="134"><ahelp hid="HID_FUNC_VORLAGE">Applies a style to the cell containing the formula.</ahelp> After a set amount of time, another style can be applied. This function always returns the value 0, allowing you to add it to another function without changing the value. Together with the CURRENT function you can apply a color to a cell regardless of the value. For example: =...+STYLE(IF(CURRENT()&gt;3;"red";"green")) applies the style "red" to the cell if the value is greater than 3, otherwise the style "green" is applied. Both cell formats have to be defined beforehand.</paragraph>
<paragraph role="heading" id="hd_id3145373" xml-lang="en-US" level="3" l10n="U" oldref="135">Syntax</paragraph>
-<paragraph role="paragraph" id="par_id3149302" xml-lang="en-US" l10n="U" oldref="136">STYLE(style;time;style2)</paragraph>
+<paragraph role="code" id="par_id3149302" xml-lang="en-US" l10n="U" oldref="136">STYLE(style;time;style2)</paragraph>
<paragraph role="paragraph" id="par_id3150596" xml-lang="en-US" l10n="U" oldref="137">
<emph>Style</emph> is the name of a cell style assigned to the cell. Style names must be entered in quotation marks.</paragraph>
<paragraph role="paragraph" id="par_id3156149" xml-lang="en-US" l10n="U" oldref="138">
@@ -414,15 +397,13 @@ UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
<paragraph role="heading" id="hd_id3150430" xml-lang="en-US" level="2" l10n="U" oldref="142">CHOOSE</paragraph>
<paragraph role="paragraph" id="par_id3143270" xml-lang="en-US" l10n="U" oldref="143"><ahelp hid="HID_FUNC_WAHL">Uses an index to return a value from a list of up to 30 values.</ahelp></paragraph>
<paragraph role="heading" id="hd_id3153533" xml-lang="en-US" level="3" l10n="U" oldref="144">Syntax</paragraph>
-<paragraph role="paragraph" id="par_id3155425" xml-lang="en-US" l10n="U" oldref="145">CHOOSE(Index; value1;...value30)</paragraph>
+<paragraph role="code" id="par_id3155425" xml-lang="en-US" l10n="U" oldref="145">CHOOSE(Index; value1;...value30)</paragraph>
<paragraph role="paragraph" id="par_id3144755" xml-lang="en-US" l10n="U" oldref="146">
<emph>Index</emph> is a reference or number between 1 and 30 indicating which value is to be taken from the list.</paragraph>
<paragraph role="paragraph" id="par_id3149939" xml-lang="en-US" l10n="U" oldref="147">
<emph>Value1...Value30</emph> is the list of values entered as a reference to a cell or as individual values.</paragraph>
<paragraph role="heading" id="hd_id3151253" xml-lang="en-US" level="3" l10n="U" oldref="148">Example</paragraph>
<paragraph role="paragraph" id="par_id3150625" xml-lang="en-US" l10n="U" oldref="149">=CHOOSE(A1; B1; B2; B3; "Today"; "Yesterday"; "Tomorrow"), for example, returns the contents of cell B2 for A1 = 2; for A1 = 4, the function returns the text "Today".</paragraph>
-<embed href="text/shared/00/00000001.xhp#siehe"/>
-<paragraph role="paragraph" id="par_id3146929" xml-lang="en-US" l10n="U" oldref="150"><link href="text/scalc/01/04060109.xhp" name="INDEX">INDEX</link></paragraph>
</section>
<section id="Section17">
<bookmark xml-lang="en-US" branch="index" id="bm_id3151001"><bookmark_value>HLOOKUP function</bookmark_value>
@@ -432,10 +413,8 @@ UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
<paragraph role="paragraph" id="par_id3148688" xml-lang="en-US" l10n="U" oldref="152"><ahelp hid="HID_FUNC_WVERWEIS">Searches for a value and reference to the cells below the selected area.</ahelp> This function verifies if the first row of an array contains a certain value. The function returns then the value in a row of the array, named in the <emph>Index</emph>, in the same column.</paragraph>
<embed href="text/shared/00/00000001.xhp#regulaer"/>
<paragraph role="heading" id="hd_id3154661" xml-lang="en-US" level="3" l10n="U" oldref="153">Syntax</paragraph>
-<paragraph role="paragraph" id="par_id3146070" xml-lang="en-US" l10n="U" oldref="154">=HLOOKUP(search_criteria;array;Index;sorted)</paragraph>
+<paragraph role="code" id="par_id3146070" xml-lang="en-US" l10n="U" oldref="154">=HLOOKUP(search_criteria;array;Index;sorted)</paragraph>
<paragraph role="paragraph" id="par_id3148672" xml-lang="en-US" l10n="U" oldref="155">See also:<link href="text/scalc/01/04060109.xhp" name="VLOOKUP">VLOOKUP</link> (columns and rows are exchanged)</paragraph>
-<embed href="text/shared/00/00000001.xhp#siehe"/>
-<paragraph role="paragraph" id="par_id3159388" xml-lang="en-US" l10n="U" oldref="156"><link href="text/scalc/01/04060109.xhp" name="INDEX">INDEX</link>, <link href="text/scalc/01/04060109.xhp" name="LOOKUP">LOOKUP</link>, <link href="text/scalc/01/04060109.xhp" name="MATCH">MATCH</link>, <link href="text/scalc/01/04060109.xhp" name="VLOOKUP">VLOOKUP</link>.</paragraph>
</section>
<section id="Section18">
<bookmark xml-lang="en-US" branch="index" id="bm_id3147321"><bookmark_value>ROW function</bookmark_value>
@@ -444,7 +423,7 @@ UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
<paragraph role="heading" id="hd_id3147321" xml-lang="en-US" level="2" l10n="U" oldref="157">ROW</paragraph>
<paragraph role="paragraph" id="par_id3154564" xml-lang="en-US" l10n="U" oldref="203"><ahelp hid="HID_FUNC_ZEILE">Returns the row number of a cell reference.</ahelp> If the reference is a cell, it returns the row number of the cell. If the reference is a cell range, it returns the corresponding row numbers in a one-column <link href="text/scalc/01/04060107.xhp#wasmatrix" name="Array">Array</link> if the formula is entered <link href="text/scalc/01/04060107.xhp#somatrixformel" name="as an array formula">as an array formula</link>. If the ROW function with a range reference is not used in an array formula, only the row number of the first range cell will be returned.</paragraph>
<paragraph role="heading" id="hd_id3158439" xml-lang="en-US" level="3" l10n="U" oldref="159">Syntax</paragraph>
-<paragraph role="paragraph" id="par_id3154916" xml-lang="en-US" l10n="U" oldref="160">ROW(reference)</paragraph>
+<paragraph role="code" id="par_id3154916" xml-lang="en-US" l10n="U" oldref="160">ROW(reference)</paragraph>
<paragraph role="paragraph" id="par_id3156336" xml-lang="en-US" l10n="U" oldref="161">
<emph>Reference</emph> is a cell, an area, or the name of an area.</paragraph>
<paragraph role="paragraph" id="par_id3151109" xml-lang="en-US" l10n="U" oldref="204">If you do not indicate a reference, the row number of the cell in which the formula is entered will be found. <item type="productname">%PRODUCTNAME</item> Calc automatically sets the reference to the current cell.</paragraph>
@@ -455,8 +434,6 @@ UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
<paragraph role="paragraph" id="par_id3150996" xml-lang="en-US" l10n="U" oldref="208">{=ROW(A1:E1)} and =ROW(A1:E1) both return 1 because the reference only contains row 1 as the first column in the table. (Because single-row areas only have one row number it does not make any difference whether or not the formula is used as an array formula.)</paragraph>
<paragraph role="paragraph" id="par_id3153671" xml-lang="en-US" l10n="U" oldref="209">=ROW() returns 3 if the formula was entered in row 3.</paragraph>
<paragraph role="paragraph" id="par_id3153790" xml-lang="en-US" l10n="U" oldref="210">{=ROW(Rabbit)} returns the single-column array (1, 2, 3) if "Rabbit" is the named area (C1:D3).</paragraph>
-<embed href="text/shared/00/00000001.xhp#siehe"/>
-<paragraph role="paragraph" id="par_id3150415" xml-lang="en-US" l10n="U" oldref="165"><link href="text/scalc/01/04060109.xhp" name="COLUMN">COLUMN</link>, <link href="text/scalc/01/04060109.xhp" name="ROWS">ROWS</link>.</paragraph>
</section>
<section id="Section19">
<bookmark xml-lang="en-US" branch="index" id="bm_id3145772"><bookmark_value>ROWS function</bookmark_value>
@@ -465,15 +442,13 @@ UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
<paragraph role="heading" id="hd_id3145772" xml-lang="en-US" level="2" l10n="U" oldref="166">ROWS</paragraph>
<paragraph role="paragraph" id="par_id3148971" xml-lang="en-US" l10n="U" oldref="167"><ahelp hid="HID_FUNC_ZEILEN">Returns the number of rows in a reference or array.</ahelp></paragraph>
<paragraph role="heading" id="hd_id3156051" xml-lang="en-US" level="3" l10n="U" oldref="168">Syntax</paragraph>
-<paragraph role="paragraph" id="par_id3154357" xml-lang="en-US" l10n="U" oldref="169">ROWS(array)</paragraph>
+<paragraph role="code" id="par_id3154357" xml-lang="en-US" l10n="U" oldref="169">ROWS(array)</paragraph>
<paragraph role="paragraph" id="par_id3155942" xml-lang="en-US" l10n="U" oldref="170">
<emph>array</emph> is the reference or named area whose total number of rows is to be determined.</paragraph>
<paragraph role="heading" id="hd_id3155869" xml-lang="en-US" level="3" l10n="U" oldref="171">Example</paragraph>
<paragraph role="paragraph" id="par_id3154725" xml-lang="en-US" l10n="U" oldref="212">=Rows(B5) returns 1 because a cell only contains one row.</paragraph>
<paragraph role="paragraph" id="par_id3150102" xml-lang="en-US" l10n="U" oldref="172">=ROWS(A10:B12) returns 3.</paragraph>
<paragraph role="paragraph" id="par_id3155143" xml-lang="en-US" l10n="U" oldref="213">=ROWS(Rabbit) returns 3 if "Rabbit" is the named area (C1:D3).</paragraph>
-<embed href="text/shared/00/00000001.xhp#siehe"/>
-<paragraph role="paragraph" id="par_id3155541" xml-lang="en-US" l10n="U" oldref="174"><link href="text/scalc/01/04060109.xhp" name="COLUMNS">COLUMNS</link>, <link href="text/scalc/01/04060109.xhp" name="ROW">ROW</link>.</paragraph>
</section>
<section id="Section20">
<bookmark xml-lang="en-US" branch="hid/HID_FUNC_HYPERLINK" id="bm_id8036439" localize="false"/>
@@ -484,7 +459,7 @@ UFI: added HYPERLINK function #i27972#; dedr. reviewed</lastedited>
<paragraph role="paragraph" id="par_idN11800" xml-lang="en-US" l10n="NEW">If you use the optional <emph>cell text</emph> parameter, the formula locates the URL, and then displays the text.</paragraph>
<paragraph role="tip" id="par_idN11803" xml-lang="en-US" l10n="NEW">To open a hyperlinked cell with the keyboard, select the cell, press F2 to enter the Edit mode, move the cursor in front of the hyperlink, press Shift+F10, and then choose <emph>Open Hyperlink</emph>.</paragraph>
<paragraph role="heading" id="par_idN1180A" xml-lang="en-US" level="3" l10n="NEW">Syntax</paragraph>
-<paragraph role="paragraph" id="par_idN1180E" xml-lang="en-US" l10n="NEW">HYPERLINK (URL) or HYPERLINK (URL;cell text)</paragraph>
+<paragraph role="code" id="par_idN1180E" xml-lang="en-US" l10n="NEW">HYPERLINK (URL) or HYPERLINK (URL;cell text)</paragraph>
<paragraph role="paragraph" id="par_idN11811" xml-lang="en-US" l10n="NEW">
<emph>URL</emph> specifies the link target. The optional <emph>cell text</emph> parameter is the text that is displayed in the cell and the result of the function. If the <emph>cell text</emph> parameter is not specified, the <emph>URL</emph> is displayed in the cell text and in the result of the function.</paragraph>
<paragraph role="heading" id="par_idN11823" xml-lang="en-US" level="3" l10n="NEW">Example</paragraph>