+ Reply to Thread
Results 1 to 9 of 9

Summation (Σ) help?

  1. #1
    Registered User
    Join Date
    11-24-2013
    Location
    hell
    MS-Off Ver
    Word 2010, Excel 2010, Powerpoint 2010
    Posts
    7

    Summation (Σ) help?

    Already hit another snag...

    What I need to do is use a summation as part of a calculation. For example, lets say I've got a list of numbers in column A and the equation in column B, where the equation for B1 uses the summation of the number in A1, B2 uses the summation of the number in A2, etc.

    So if the equation in B1 was just =Σ(A1) and it was copied down, I'd get this:

    A B
    3 6
    5 15
    2 3
    8 36

    Is there any way to get excel to do this? I'm asking because my calculation requires the summation of several numbers (which are all variables) and trying to do it using pretty much every other method I can think of would take a lot of time to set up...

  2. #2
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: Summation (Σ) help?

    Try this

    =SUMPRODUCT(ROW(INDIRECT("1:"&A1)))

  3. #3
    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: Summation (Σ) help?

    I don't understand your example at all.
    Entia non sunt multiplicanda sine necessitate

  4. #4
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: Summation (Σ) help?

    How did you get 6 in B1?(and other numbers in b column)
    Adn to SUM you need more that one cell (A1:A"2
    If you are http://www.excelforum.com/image.php?type=sigpic&userid=125481&dateline=1392355029happy with the results, please add to the contributor's
    reputation by clicking the reputation icon (star icon).




    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved.
    To undo, select Thread Tools-> Mark thread as Unsolved.
    http://www.excelaris.co.uk

  5. #5
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Summation (Σ) help?

    For summation, you can use:

    =(A1*(A1+1))/2

    - Moo

  6. #6
    Registered User
    Join Date
    11-24-2013
    Location
    hell
    MS-Off Ver
    Word 2010, Excel 2010, Powerpoint 2010
    Posts
    7

    Re: Summation (Σ) help?

    Quote Originally Posted by Bob Phillips View Post
    Try this

    =SUMPRODUCT(ROW(INDIRECT("1:"&A1)))
    That worked. Thanks. :3

  7. #7
    Registered User
    Join Date
    11-24-2013
    Location
    hell
    MS-Off Ver
    Word 2010, Excel 2010, Powerpoint 2010
    Posts
    7

    Re: Summation (Σ) help?

    Quote Originally Posted by Moo the Dog View Post
    For summation, you can use:

    =(A1*(A1+1))/2

    - Moo
    That also worked.

    I'm rather surprised though that excel doesn't have a function for this, especially considering all the random things they DO have functions for...

  8. #8
    Forum Expert Bob Phillips's Avatar
    Join Date
    09-03-2005
    Location
    Wessex
    MS-Off Ver
    Office 2003, 2010, 2013, 2016, 365
    Posts
    3,284

    Re: Summation (Σ) help?

    Quote Originally Posted by Moo the Dog View Post
    For summation, you can use:

    =(A1*(A1+1))/2

    - Moo
    Brilliant!

  9. #9
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Summation (Σ) help?

    Glad I could help, and thanks for the Rep! It's always appreciated.

    Bob: Your formula was brilliantly creative... would have never thought of that one! I just figured, since Excel 'excels' at math and logic, why not use the actual expression for summation to get the answer.

    - Moo

+ 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. Using a summation
    By Oralfloss in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-06-2013, 02:30 PM
  2. Summation
    By Richard17 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 09-03-2012, 07:40 AM
  3. Summation in VBA
    By spenserb in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-13-2012, 01:21 PM
  4. summation
    By conquertheworld in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-25-2007, 10:39 AM
  5. Summation top x of y
    By BearingGuy in forum Excel General
    Replies: 2
    Last Post: 10-06-2006, 01:26 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