logo
excelfunctions.org
bookmarks

SERIESSUM

Returns the sum of a power series based on the formula.

Math & TrigonometryMath Basics

What it does

Returns the sum of a power series.

Syntax

SERIESSUM(x, n, m, coefficients)

Arguments

  • x(number) β€” Input value.
  • n(number) β€” Initial power.
  • m(number) β€” Step.
  • coefficients(range) β€” Coefficients.

Examples

Power Series

Sum series.

FORMULA
=SERIESSUM(5, 1, 1, {1,1})
RESULT
30
SAMPLE DATA
A
1Coeffs
21
31