From c94585cd933b70a844719985ea63f70928e6d365 Mon Sep 17 00:00:00 2001 From: Steve Fanning Date: Tue, 26 Oct 2021 12:59:51 +0200 Subject: 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 --- source/text/scalc/01/04060106.xhp | 3 +++ 1 file changed, 3 insertions(+) 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 @@ N is the initial power M is the increment to increase N Coefficients is a series of coefficients. For each coefficient the series sum is extended by one section. + +=SERIESSUM(A1; 0; 1; {1; 2; 3}) calculates the value of 1+2x+3x2, 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. +Refer to the SERIESSUM wiki page for more details about this function.
-- cgit