diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:06:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:06:44 +0000 |
commit | ed5640d8b587fbcfed7dd7967f3de04b37a76f26 (patch) | |
tree | 7a5f7c6c9d02226d7471cb3cc8fbbf631b415303 /helpcontent2/source/text/swriter/guide/calculate_intext.xhp | |
parent | Initial commit. (diff) | |
download | libreoffice-upstream.tar.xz libreoffice-upstream.zip |
Adding upstream version 4:7.4.7.upstream/4%7.4.7upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'helpcontent2/source/text/swriter/guide/calculate_intext.xhp')
-rw-r--r-- | helpcontent2/source/text/swriter/guide/calculate_intext.xhp | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/helpcontent2/source/text/swriter/guide/calculate_intext.xhp b/helpcontent2/source/text/swriter/guide/calculate_intext.xhp new file mode 100644 index 000000000..2ca20390b --- /dev/null +++ b/helpcontent2/source/text/swriter/guide/calculate_intext.xhp @@ -0,0 +1,64 @@ +<?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="textswriterguidecalculate_intextxml" indexer="include" status="PUBLISH"> + <title id="tit" xml-lang="en-US">Calculating Complex Formulas in Text Documents</title> + <filename>/text/swriter/guide/calculate_intext.xhp</filename> + </topic> +</meta> + +<body> + +<bookmark xml-lang="en-US" branch="index" id="bm_id3147406"> + <bookmark_value>formulas; complex formulas in text</bookmark_value> + <bookmark_value>calculating;formulas/mean values</bookmark_value> +</bookmark> +<comment>mw reduced "calculating;" entries to one entry</comment> + +<paragraph id="hd_id3147406" role="heading" level="1" xml-lang="en-US"><variable id="calculate_intext"><link href="text/swriter/guide/calculate_intext.xhp" name="Calculating Complex Formulas in Text Documents">Calculating Complex Formulas in Text Documents</link></variable></paragraph> +<paragraph id="par_id3145245" role="paragraph" xml-lang="en-US">You can use predefined functions in a formula, and then insert the result of the calculation into a text document.</paragraph> +<paragraph id="par_id3152901" role="paragraph" xml-lang="en-US">For example, to calculate the mean value of three numbers, do the following:</paragraph> + +<list type="ordered"> + <listitem> + <paragraph id="par_id3145078" role="listitem" xml-lang="en-US">Click in the document where you want to insert the formula, and then press F2.</paragraph> + </listitem> + <listitem> + <paragraph id="par_id3156382" role="listitem" xml-lang="en-US">Click the <item type="menuitem">Formula</item> icon, and choose "Mean" from the Statistical Functions list.</paragraph> + </listitem> + <listitem> + <paragraph id="par_id3149692" role="listitem" xml-lang="en-US">Type the three numbers, separated by vertical slashes (|).</paragraph> + </listitem> + <listitem> + <paragraph id="par_id3149481" role="listitem" xml-lang="en-US">Press <emph>Enter</emph>. The result is inserted as a field into the document.</paragraph> + </listitem> +</list> +<paragraph id="par_id3149823" role="paragraph" xml-lang="en-US">To edit the formula, double-click the field in the document.</paragraph> +<embed href="text/shared/00/00000004.xhp#related"/> +<embed href="text/swriter/guide/calculate_intext2.xhp#calculate_intext2"/> +<embed href="text/swriter/main0214.xhp#releistename"/> +<embed href="text/swriter/guide/calculate.xhp#calculate"/> +<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 |