+ Reply to Thread
Results 1 to 3 of 3

Power series summation formula

  1. #1
    Registered User
    Join Date
    11-24-2014
    Location
    Boston, MA
    MS-Off Ver
    2013
    Posts
    1

    Power series summation formula

    I need, for a loan amortization schedule, to calculate a sum like A^(i)*B^(n-i). I found the SERIESSUM function, but this seems to only apply to a standard power series of the form r^i. So how would I calculate something like 2^1*3^2 + 2^2*3^1 + 2^3*3^0 with a function in excel?

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Power series summation formula

    =sumproduct(2^row(indirect("1:3"))*3^(3-row(indirect("3:1"))))


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,710

    Re: Power series summation formula

    IN 2^1*3^2 + 2^2*3^1 + 2^3*3^0
    If A1=2, B1=3,C1 = Number of terms
    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Export power View to Power Point
    By Trinhhai in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 05-09-2014, 05:32 AM
  2. How to add moving average trendline for summation of 2 data series
    By ramyaarian in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 10-08-2012, 01:38 PM
  3. [SOLVED] Summation of a series when provided with First and Last Numbers only...
    By all4excel in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-19-2008, 04:09 PM
  4. Calct the SQRT to power of any given argument,its always to the power of 2?
    By all4excel in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 04-20-2007, 04:16 PM
  5. how to turn of a series in data sheet of a power point chart using macro
    By chepyalarr in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-02-2006, 03:10 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1