diff options
Diffstat (limited to 'source/text/scalc/guide/calculate.xhp')
-rw-r--r-- | source/text/scalc/guide/calculate.xhp | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/source/text/scalc/guide/calculate.xhp b/source/text/scalc/guide/calculate.xhp new file mode 100644 index 0000000000..5a07f7573b --- /dev/null +++ b/source/text/scalc/guide/calculate.xhp @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="UTF-8"?><helpdocument version="1.0"> +<!--*********************************************************************** + * + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * Copyright 2000, 2010 Oracle and/or its affiliates. + * + * OpenOffice.org - a multi-platform office productivity suite + * + * This file is part of OpenOffice.org. + * + * OpenOffice.org is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License version 3 + * only, as published by the Free Software Foundation. + * + * OpenOffice.org is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License version 3 for more details + * (a copy is included in the LICENSE file that accompanied this code). + * + * You should have received a copy of the GNU Lesser General Public License + * version 3 along with OpenOffice.org. If not, see + * <http://www.openoffice.org/license.html> + * for a copy of the LGPLv3 License. + * + ************************************************************************ --> + +<meta> +<topic id="textscalcguidecalculatexml" indexer="include" status="PUBLISH"> +<title xml-lang="en-US" id="tit">Calculating in Spreadsheets</title> +<filename>/text/scalc/guide/calculate.xhp</filename> +</topic> +</meta> +<body> +<bookmark xml-lang="en-US" branch="index" id="bm_id3150791"> +<bookmark_value>spreadsheets; calculating</bookmark_value> +<bookmark_value>calculating; spreadsheets</bookmark_value> +<bookmark_value>formulas; calculating</bookmark_value> +</bookmark><comment>mw changed "formulas;..." entry</comment> +<paragraph id="hd_id3150791" role="heading" xml-lang="en-US" level="1"><variable id="calculate"><link href="text/scalc/guide/calculate.xhp" name="Calculating in Spreadsheets">Calculating in Spreadsheets</link></variable></paragraph> +<paragraph id="par_id3146120" role="paragraph" xml-lang="en-US">The following is an example of a calculation in $[officename] Calc.</paragraph> +<list type="ordered"> +<listitem> +<paragraph id="par_id3153951" role="listitem" xml-lang="en-US">Click in a cell, and type a number</paragraph> +</listitem> +<listitem> +<paragraph id="par_idN10656" role="listitem" xml-lang="en-US">Press Enter.</paragraph> +<paragraph id="par_idN1065D" role="listitem" xml-lang="en-US">The cursor moves down to the next cell.</paragraph> +</listitem> +<listitem> +<paragraph id="par_id3155064" role="listitem" xml-lang="en-US">Enter another number.</paragraph> +</listitem> +<listitem> +<paragraph id="par_idN1066F" role="listitem" xml-lang="en-US">Press the Tab key.</paragraph> +<paragraph id="par_idN10676" role="listitem" xml-lang="en-US">The cursor moves to the right into the next cell.</paragraph> +</listitem> +<listitem> +<paragraph id="par_id3154253" role="listitem" xml-lang="en-US">Type in a formula, for example, <item type="literal">=A3 * A4 / 100.</item></paragraph> +</listitem> +<listitem> +<paragraph id="par_idN1068B" role="listitem" xml-lang="en-US"> Press Enter.</paragraph> +<paragraph id="par_id3147343" role="listitem" xml-lang="en-US">The result of the formula appears in the cell. If you want, you can edit the formula in the input line of the Formula bar.</paragraph> +<paragraph id="par_id3155378" role="listitem" xml-lang="en-US">When you edit a formula, the new result is calculated automatically.</paragraph> +</listitem> +</list> +<section id="relatedtopics"><embed href="text/scalc/guide/calc_date.xhp#calc_date"/><embed href="text/scalc/guide/calc_series.xhp#calc_series"/><embed href="text/scalc/guide/calc_timevalues.xhp#calc_timevalues"/><embed href="text/scalc/guide/cellreferences.xhp#cellreferences"/> +</section> +</body> +</helpdocument> |