summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-21 08:46:03 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-21 08:46:03 +0000
commit9e86cf36663d0d6fa39e1f06b855e5e25ee51c94 (patch)
treec4a41370e6a5d450cac8f1bfdaec532036b83014
parente3661837b4628d066d7ec4ec66e402d5663c0c7b (diff)
INTEGRATION: CWS hcshared10 (1.8.86); FILE MERGED
2007/06/01 10:38:53 ufi 1.8.86.1: after i72777
-rw-r--r--helpcontent2/source/text/scalc/guide/address_auto.xhp20
1 files changed, 8 insertions, 12 deletions
diff --git a/helpcontent2/source/text/scalc/guide/address_auto.xhp b/helpcontent2/source/text/scalc/guide/address_auto.xhp
index 8d0f8b1898..119b112161 100644
--- a/helpcontent2/source/text/scalc/guide/address_auto.xhp
+++ b/helpcontent2/source/text/scalc/guide/address_auto.xhp
@@ -1,14 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
+
<!--
***********************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
- * $RCSfile: address_auto.xhp,v $
+ * $RCSfile: address_auto.xhp,v $fileonly,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: ihi $ $Date: 2006-06-29 09:48:24 $
+ * last change: $Author: vg $ $Date: 2007-09-21 09:46:03 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -35,17 +36,14 @@
*
************************************************************************
-->
-
-<helpdocument version="1.0">
+
+
+ <helpdocument version="1.0">
<meta>
<topic id="textscalcguideaddress_autoxml" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">Recognizing Names as Addressing</title>
<filename>/text/scalc/guide/address_auto.xhp</filename>
</topic>
-<history>
-<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created>
-<lastedited date="2006-06-15T14:38:09">FPE: Rewrote description, cleaned changed screenshot; dedr: reviewed</lastedited>
-</history>
</meta>
<body>
<bookmark xml-lang="en-US" branch="index" id="bm_id3148797"><bookmark_value>automatic addressing in tables</bookmark_value>
@@ -59,8 +57,7 @@
<bookmark_value>columns; finding labels automatically</bookmark_value>
<bookmark_value>rows; finding labels automatically</bookmark_value>
<bookmark_value>recognizing; column and row labels</bookmark_value>
-</bookmark><comment>mw changes "names;..." entry to "text in cells;..."</comment><comment>mw inserted three index entries from text/shared/optionen/01060500.xhp. Changed "finding;..." entry to "recognizing;..." entry. Adding (Calc) is no longer necessary in this file.</comment>
-<paragraph role="heading" id="hd_id3148797" xml-lang="en-US" level="1" l10n="U" oldref="20"><variable id="address_auto"><link href="text/scalc/guide/address_auto.xhp" name="Recognizing Names as Addressing">Recognizing Names as Addressing</link>
+</bookmark><comment>mw changes "names;..." entry to "text in cells;..."</comment><comment>mw inserted three index entries from text/shared/optionen/01060500.xhp. Changed "finding;..." entry to "recognizing;..." entry. Adding (Calc) is no longer necessary in this file.</comment><paragraph role="heading" id="hd_id3148797" xml-lang="en-US" level="1" l10n="U" oldref="20"><variable id="address_auto"><link href="text/scalc/guide/address_auto.xhp" name="Recognizing Names as Addressing">Recognizing Names as Addressing</link>
</variable></paragraph>
<paragraph role="paragraph" id="par_id3152597" xml-lang="en-US" l10n="CHG" oldref="21">You can use cells with text to refer to the rows or to the columns that contain the cells.</paragraph>
<table id="tbl_id3152577">
@@ -72,7 +69,6 @@
</tablecell>
</tablerow>
</table>
-
<paragraph role="paragraph" id="par_id3154512" xml-lang="en-US" l10n="CHG" oldref="22">In the example spreadsheet, you can use the string <item type="literal">'Column One'</item> in a formula to refer to the cell range <item type="literal">B3</item> to <item type="literal">B5</item>, or <item type="literal">'Column Two'</item> for the cell range <item type="literal">C2</item> to <item type="literal">C5</item>. You can also use <item type="literal">'Row One'</item> for the cell range <item type="literal">B3</item> to <item type="literal">D3</item>, or <item type="literal">'Row Two'</item> for the cell range <item type="literal">B4</item> to <item type="literal">D4</item>. The result of a formula that uses a cell name, for example, <item type="literal">SUM('Column One')</item>, is 600.</paragraph>
<paragraph role="paragraph" id="par_id3155443" xml-lang="en-US" l10n="CHG" oldref="24">This function is active by default. To turn this function off, choose <emph>Tools - Options - %PRODUCTNAME Calc - Calculate</emph> and clear the <emph>Automatically find column and row labels</emph> check box.</paragraph>
<paragraph role="tip" id="par_id3149210" xml-lang="en-US" l10n="CHG" oldref="37">If you want a name to be automatically recognized by Calc, the name must start with a letter and be composed of alphanumeric characters. If you enter the name in the formula yourself, enclose the name in single quotation marks ('). If a single quotation mark appears in a name, you must enter a backslash in front of the quotation mark, for example, <item type="literal">'Harry\'s Bar'.</item>