source/text/scalc/01/04060106.xhp |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit c94585cd933b70a844719985ea63f70928e6d365
Author:     Steve Fanning <stevemfann...@yahoo.co.uk>
AuthorDate: Tue Oct 26 12:59:51 2021 +0200
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Tue Oct 26 17:42:42 2021 +0200

    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.hal...@libreoffice.org>

diff --git a/source/text/scalc/01/04060106.xhp 
b/source/text/scalc/01/04060106.xhp
index a23f36127..f894aafd8 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">

Reply via email to