+ Reply to Thread
Results 1 to 3 of 3

How to keep running balance for one account.

  1. #1
    Registered User
    Join Date
    10-03-2014
    Location
    Utah
    MS-Off Ver
    2007
    Posts
    42

    How to keep running balance for one account.

    Ok guys, another Noob back for another round of help.

    Let's assume I have a starting balance of $100.00 total ( $50 in account 1 and $50 in account 2) and a table that looks something like this:
    Account Amount Balance
    Acct1 10.00 90.00
    Acct2 15.00 75.00
    Acct1 2.00 73.00

    How would I (in another cell) keep a total balance of JUST a single account? (In other words I want it to automatically track that I now have $38 in account 1 and $35 in account 2)
    For a completely different purpose I have this formula keeping a SUM of an account, which looks something like this:
    =SUMIF(E:E,L6,G:G)
    (E:E being the column that the accounts are located in, L6 being the account I'm looking for, and G:G being the amount to add)
    BUT, I am now looking for the difference of a single account, not the sum, and don't seem to understand how to do that.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: How to keep running balance for one account.

    From your description, sounds like you want

    =InitialBalance - SUMIF(E:E,L6,G:G)
    Where initial balance is $50 or you can substitute in a cell
    Does that work for you?

    For clarity, you could attach a dummy worksheet (Go Advanced>Manage Atttachments)
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    10-03-2014
    Location
    Utah
    MS-Off Ver
    2007
    Posts
    42

    Re: How to keep running balance for one account.

    OMG, that was so simple. basically a-b. *facepalm*
    Thanks so much!!!

+ 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] Debit or Credit Account Balance.
    By Ortz in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-21-2014, 07:19 PM
  2. Account Balance + intrest monthly
    By wcnwzrd in forum Excel General
    Replies: 0
    Last Post: 03-23-2009, 08:29 PM
  3. bank account balance
    By kc27315 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-08-2008, 02:48 PM
  4. [SOLVED] rent received/balance owed/running balance spreadsheet
    By Quickbooks dummy in forum Excel General
    Replies: 1
    Last Post: 01-02-2006, 03:40 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