summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Fanning <stevemfanning@yahoo.co.uk>2021-10-26 12:59:51 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2021-10-26 17:42:42 +0200
commitc94585cd933b70a844719985ea63f70928e6d365 (patch)
treefa11ed847d09d098469fdd345415e7c4e3964359
parent18465d2e19be235388020137629ab3ed67f103fb (diff)
Add example to help description of Calc's SERIESSUM function.
Change-Id: Ie3c95990e2ec75d439405d8fb79d9fde8d852bdd Reviewed-on: https://gerrit.libreoffice.org/c/help/+/124192 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r--source/text/scalc/01/04060106.xhp3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/text/scalc/01/04060106.xhp b/source/text/scalc/01/04060106.xhp
index a23f36127b..f894aafd81 100644
--- a/source/text/scalc/01/04060106.xhp
+++ b/source/text/scalc/01/04060106.xhp
@@ -760,6 +760,9 @@
<paragraph id="par_id3144344" role="paragraph" xml-lang="en-US"><emph>N</emph> is the initial power</paragraph>
<paragraph id="par_id3144357" role="paragraph" xml-lang="en-US"><emph>M</emph> is the increment to increase N</paragraph>
<paragraph id="par_id3144370" role="paragraph" xml-lang="en-US"><emph>Coefficients</emph> is a series of coefficients. For each coefficient the series sum is extended by one section.</paragraph>
+<embed href="text/scalc/01/common_func.xhp#sectionexample"/>
+<paragraph role="paragraph" id="par_id431635251540138"><input>=SERIESSUM(A1; 0; 1; {1; 2; 3})</input> calculates the value of 1+2x+3x<sup>2</sup>, where x is the value in cell A1. If A1 contains 1, the formula returns 6; if A1 contains 2, the formula returns 17; if A1 contains 3, the formula returns 34; and so on.</paragraph>
+<tip id="par_id881635251427220">Refer to the <link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/SERIESSUM" name="SERIESSUM_Wiki">SERIESSUM</link> wiki page for more details about this function.</tip>
</section>
<section id="Section26">