Closed Thread
Results 1 to 3 of 3

Summing row values ONLY to the left of a row, not the right..

  1. #1
    Registered User
    Join Date
    02-02-2013
    Location
    New York
    MS-Off Ver
    Excel 2010
    Posts
    16

    Summing row values ONLY to the left of a row, not the right..

    I am lending someone $100 on month 1, $200 on month 2 and $300 on month three and so on. I charge the guy 10% interest. I want to be able to show how much his monthly interest charge is. On month 1 it is 10% x 100, but month two it's $300 x 10% and month 3 it is $600..

    I guess I am asking what formula or function will add together multiple columns of the same row, but to the left only. So if I am on E30, I want to calculate SUM=B30+C30+D30. But if I am on F30, I want the cell to know to automatically do =SUM=B30+C30+D30+E30..

    Thanks!

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,737

    Re: Summing row values ONLY to the left of a row, not the right..

    Put this in E30:

    =SUM($B30:D30)

    Then if you copy this into F30 it becomes:

    =SUM($B30:E30)

    and so on.

    Hope this helps.

    Pete

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: Summing row values ONLY to the left of a row, not the right..

    Welcome to the Forum, unfortunately:

    This is a duplicate post and as such does not comply with Rule 5 of our forum rules. This thread will now be closed, you may continue in your other thread.

    http://www.excelforum.com/excel-form...f-my-cell.html

    Thread Closed.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

Closed Thread

Thread Information

Users Browsing this Thread

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

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