diff options
Diffstat (limited to 'helpcontent2/source/text/swriter/guide/calculate.xhp')
-rw-r--r-- | helpcontent2/source/text/swriter/guide/calculate.xhp | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/helpcontent2/source/text/swriter/guide/calculate.xhp b/helpcontent2/source/text/swriter/guide/calculate.xhp new file mode 100644 index 000000000..297bcee84 --- /dev/null +++ b/helpcontent2/source/text/swriter/guide/calculate.xhp @@ -0,0 +1,58 @@ +<?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . +--> + +<meta> + <topic id="textswriterguidecalculatexml" indexer="include" status="PUBLISH"> + <title id="tit" xml-lang="en-US">Calculating in Text Documents</title> + <filename>/text/swriter/guide/calculate.xhp</filename> + </topic> +</meta> + +<body> + +<bookmark xml-lang="en-US" branch="index" id="bm_id3149909"> + <bookmark_value>calculating; in text</bookmark_value> + <bookmark_value>formulas; calculating in text</bookmark_value> + <bookmark_value>references;in Writer tables</bookmark_value> +</bookmark> +<comment>mw deleted "formula bar in text"</comment> + +<paragraph id="hd_id3149909" role="heading" level="1" xml-lang="en-US"><variable id="calculate"><link href="text/swriter/guide/calculate.xhp" name="Calculating in Text Documents">Calculating in Text Documents</link></variable></paragraph> +<paragraph id="par_id3149949" role="paragraph" xml-lang="en-US">You can insert a calculation directly into a text document or into a text table.</paragraph> + +<list type="ordered"> + <listitem> + <paragraph id="par_id3149972" role="listitem" xml-lang="en-US">Click in the document where you want to insert the calculation, and then press F2. If you are in a table cell, type an equals sign =.</paragraph> + </listitem> + <listitem> + <paragraph id="par_id3155547" role="listitem" xml-lang="en-US">Type the calculation that you want to insert, for example, <item type="literal">=10000/12</item>, and then press Enter.</paragraph> + </listitem> +</list> +<paragraph id="par_id3155565" role="paragraph" xml-lang="en-US">You can also click the <item type="menuitem">Formula</item> icon on the <item type="menuitem">Formula Bar</item>, and then choose a function for your formula.</paragraph> +<paragraph id="par_id8316904" role="note" xml-lang="en-US">To reference cells in a Writer text table, enclose the cell address or the cell range in angle brackets. For example, to reference cell A1 from another cell, enter =<A1> into the cell.</paragraph> +<embed href="text/shared/00/00000004.xhp#related"/> +<embed href="text/swriter/main0214.xhp#releistename"/> +<embed href="text/swriter/guide/calculate_intext.xhp#calculate_intext"/> +<embed href="text/swriter/guide/calculate_clipboard.xhp#calculate_clipboard"/> +<embed href="text/swriter/guide/calculate_intable.xhp#calculate_intable"/> +<embed href="text/swriter/guide/calculate_multitable.xhp#calculate_multitable"/> +</body> + +</helpdocument>
\ No newline at end of file |