+ Reply to Thread
Results 1 to 5 of 5

Need Help!!! Summation problem

Hybrid View

dosco Need Help!!! Summation problem 03-03-2015, 09:12 PM
shg Re: Need Help!!! Summation... 03-03-2015, 09:36 PM
Crooza Re: Need Help!!! Summation... 03-03-2015, 09:46 PM
MarvinP Re: Need Help!!! Summation... 03-03-2015, 09:49 PM
dosco Re: Need Help!!! Summation... 03-03-2015, 10:08 PM
  1. #1
    Registered User
    Join Date
    03-03-2015
    Location
    toronto
    MS-Off Ver
    2012
    Posts
    2

    Need Help!!! Summation problem

    Hello!

    I am new to excel and still trying to figure out the formulas. I am working on a summation problem and was wondering if this could be done in excel.

    X = A *(B)^n where n starts from 0 to 39.

    So basically A multiplied by Summation of B raise to the power of n where n goes from 0 to 39.

    Thanks,
    Dosco

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Need Help!!! Summation problem

    Welcome to the board.

    =a * (b^(n+1) - 1) / (b-1)
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Expert Crooza's Avatar
    Join Date
    10-19-2013
    Location
    Hunter Valley, Australia
    MS-Off Ver
    Excel 2003 /7/10
    Posts
    2,082

    Re: Need Help!!! Summation problem

    Try this as a array formula (cntrl + Shft + enter) to get the sqiggly brackets {}

    =SUM(B1^(ROW(1:39)))*A1+ A1
    where A1 = A and B1 = B


    Edit Added an A1 to teh end of the formula to account for A * B^0
    Last edited by Crooza; 03-03-2015 at 09:56 PM.
    Happy with my advice? Click on the * reputation button below

  4. #4
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,281

    Re: Need Help!!! Summation problem

    Hi dosco and welcome to the forum,

    shg is a lot smarter than I am and most likely knows what you are getting at, but look at how I interpret your problem.
    Attached Files Attached Files
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  5. #5
    Registered User
    Join Date
    03-03-2015
    Location
    toronto
    MS-Off Ver
    2012
    Posts
    2

    Re: Need Help!!! Summation problem

    You guys are the best...

    Thank you all

    Dosco

+ 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. [SOLVED] Mulitiple summation problem
    By aoni in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-28-2014, 03:53 AM
  2. Simple summation problem
    By jtn8304 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-08-2011, 06:58 PM
  3. Conditional summation problem
    By wilfwilliams in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 08-23-2009, 01:36 PM
  4. Data summation problem
    By lmatiukas in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-11-2007, 02:18 PM
  5. Summation problem with Range
    By jesmin in forum Excel General
    Replies: 2
    Last Post: 03-15-2006, 07:27 PM

Tags for this Thread

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