+ Reply to Thread
Results 1 to 2 of 2

Checkbook Balancing - Credit and Debit in Same Columns

  1. #1
    Registered User
    Join Date
    08-21-2014
    Location
    U.S.
    MS-Off Ver
    2007
    Posts
    1

    Checkbook Balancing - Credit and Debit in Same Columns

    I am looking for some help with possibly using some kind of IF, SUM combination to work within a rudimentary checkbook spreadsheet I have set up.

    Basically, I have always tracked Deposits and Debits in a single column, and used that to have a running "net account balance" total. I would like to start tracking my credit card using the same method.

    excel.png

    My current formula is =F814+A815 which calculates a credit or debit in A with my running balance in F.

    I would like to put a credit card transaction in the same F column so I can keep track of a running total that includes expenditures on both cards the same way it does now.

    However, you can see, that I use the checking account to PAY the credit card account, which is messing up my numbers. Is there anyway to just IGNORE the credit card payment (as it shouldn't affect my total since those pruchases were alraedy calculated) IF cell B equals a certain value?

    Or am I going about this all wrong? My main concern is just continuing to enter all credits/debits the same way so it stays easy.

    Thanks in advance!

  2. #2
    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
    53,048

    Re: Checkbook Balancing - Credit and Debit in Same Columns

    Hi, welcome to the forum

    Sounds like you need to include a test in that formula, using an IF() statement. Something like...

    =if(B815="Credit Card",F814,F814+A815)
    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

+ 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. Debit - Credit - Balance
    By CrazynWild in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-11-2014, 08:15 AM
  2. debit-credit
    By tiki33 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-06-2014, 03:13 AM
  3. I want to eliminate the debit and credit
    By optixbaba in forum Excel General
    Replies: 7
    Last Post: 05-02-2013, 11:42 PM
  4. Help with a Debit Credit Table
    By LJRich39817 in forum Excel General
    Replies: 2
    Last Post: 03-01-2011, 08:57 AM
  5. Credit and Debit formating
    By Tim in forum Excel General
    Replies: 1
    Last Post: 05-01-2005, 05:33 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