xref: /trunk/main/helpcontent2/source/text/scalc/guide/formula_copy.xhp (revision 93b21526a98e72b6525725273dc77058d4d15d08)
1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2cdf0e10cSrcweir
3ce44d6c1SAndrew Rist<!--***********************************************************
4cdf0e10cSrcweir *
5ce44d6c1SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
6ce44d6c1SAndrew Rist * or more contributor license agreements.  See the NOTICE file
7ce44d6c1SAndrew Rist * distributed with this work for additional information
8ce44d6c1SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
9ce44d6c1SAndrew Rist * to you under the Apache License, Version 2.0 (the
10ce44d6c1SAndrew Rist * "License"); you may not use this file except in compliance
11ce44d6c1SAndrew Rist * with the License.  You may obtain a copy of the License at
12cdf0e10cSrcweir *
13ce44d6c1SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
14cdf0e10cSrcweir *
15ce44d6c1SAndrew Rist * Unless required by applicable law or agreed to in writing,
16ce44d6c1SAndrew Rist * software distributed under the License is distributed on an
17ce44d6c1SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18ce44d6c1SAndrew Rist * KIND, either express or implied.  See the License for the
19ce44d6c1SAndrew Rist * specific language governing permissions and limitations
20ce44d6c1SAndrew Rist * under the License.
21cdf0e10cSrcweir *
22ce44d6c1SAndrew Rist ***********************************************************-->
23ce44d6c1SAndrew Rist
24cdf0e10cSrcweir<helpdocument version="1.0">
25cdf0e10cSrcweir<meta>
26cdf0e10cSrcweir<topic id="textscalcguideformula_copyxml" indexer="include" status="PUBLISH">
27cdf0e10cSrcweir<title id="tit" xml-lang="en-US">Copying Formulas</title>
28cdf0e10cSrcweir<filename>/text/scalc/guide/formula_copy.xhp</filename>
29cdf0e10cSrcweir</topic>
30cdf0e10cSrcweir</meta>
31cdf0e10cSrcweir<body>
3282a98929Smseidel<bookmark xml-lang="en-US" branch="index" id="bm_id3151113">
3382a98929Smseidel<bookmark_value>formulas; copying and pasting</bookmark_value>
34cdf0e10cSrcweir<bookmark_value>copying; formulas</bookmark_value>
35cdf0e10cSrcweir<bookmark_value>pasting;formulas</bookmark_value>
36cdf0e10cSrcweir</bookmark><comment>mw added "pasting;" and changed "formulas;"</comment>
37*93b21526Smseidel<paragraph role="heading" id="hd_id3151113" xml-lang="en-US" level="1" l10n="U"><variable id="formula_copy"><link href="text/scalc/guide/formula_copy.xhp" name="Copying Formulas">Copying Formulas</link>
38cdf0e10cSrcweir</variable></paragraph>
39cdf0e10cSrcweir<section id="copytext">
40*93b21526Smseidel<paragraph role="paragraph" id="par_id3156424" xml-lang="en-US" l10n="U">There are various ways to copy a formula. One suggested method is:</paragraph>
41cdf0e10cSrcweir<list type="ordered">
42cdf0e10cSrcweir<listitem>
43*93b21526Smseidel<paragraph role="listitem" id="par_id3150439" xml-lang="en-US" l10n="U">Select the cell containing the formula.</paragraph>
44cdf0e10cSrcweir</listitem>
45cdf0e10cSrcweir<listitem>
46*93b21526Smseidel<paragraph role="listitem" id="par_id3154319" xml-lang="en-US" l10n="U">Choose <emph>Edit - Copy</emph>, or press <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+C to copy it.</paragraph>
47cdf0e10cSrcweir</listitem>
48cdf0e10cSrcweir<listitem>
49*93b21526Smseidel<paragraph role="listitem" id="par_id3159155" xml-lang="en-US" l10n="U">Select the cell into which you want the formula to be copied.</paragraph>
50cdf0e10cSrcweir</listitem>
51cdf0e10cSrcweir<listitem>
52*93b21526Smseidel<paragraph role="listitem" id="par_id3153728" xml-lang="en-US" l10n="U">Choose <emph>Edit - Paste</emph>, or press <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V. The formula will be positioned in the new cell.</paragraph>
53cdf0e10cSrcweir</listitem>
54cdf0e10cSrcweir</list>
55*93b21526Smseidel<paragraph role="paragraph" id="par_id3149961" xml-lang="en-US" l10n="U">If you want to copy a formula into multiple cells, there is a quick and easy way to copy into adjacent cell areas:</paragraph>
56cdf0e10cSrcweir<list type="ordered">
57cdf0e10cSrcweir<listitem>
58*93b21526Smseidel<paragraph role="listitem" id="par_id3149400" xml-lang="en-US" l10n="U">Select the cell containing the formula.</paragraph>
59cdf0e10cSrcweir</listitem>
60cdf0e10cSrcweir<listitem>
61*93b21526Smseidel<paragraph role="listitem" id="par_id3154018" xml-lang="en-US" l10n="U">Position the mouse on the bottom right of the highlighted border of the cell, and continue holding down the mouse button until the pointer changes to a cross-hair symbol.</paragraph>
62cdf0e10cSrcweir</listitem>
63cdf0e10cSrcweir<listitem>
64*93b21526Smseidel<paragraph role="listitem" id="par_id3150749" xml-lang="en-US" l10n="U">With the mouse button pressed, drag it down or to the right over all the cells into which you want to copy the formula.</paragraph>
65cdf0e10cSrcweir</listitem>
66cdf0e10cSrcweir<listitem>
67*93b21526Smseidel<paragraph role="listitem" id="par_id3153714" xml-lang="en-US" l10n="U">When you release the mouse button, the formula will be copied into the cells and automatically adjusted.</paragraph>
68cdf0e10cSrcweir</listitem>
69cdf0e10cSrcweir</list>
70*93b21526Smseidel<paragraph role="paragraph" id="par_id3156385" xml-lang="en-US" l10n="U">If you do not want values and texts to be automatically adjusted, then hold down the <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key when dragging. Formulas, however, are always adjusted accordingly.</paragraph>
71cdf0e10cSrcweir</section>
72cdf0e10cSrcweir<section id="relatedtopics">
73cdf0e10cSrcweir<embed href="text/scalc/guide/relativ_absolut_ref.xhp#relativ_absolut_ref"/>
74cdf0e10cSrcweir</section>
75cdf0e10cSrcweir</body>
76cdf0e10cSrcweir</helpdocument>
77