+ Reply to Thread
Results 1 to 9 of 9

How to calculate balance when the date change

  1. #1
    Forum Contributor
    Join Date
    06-07-2013
    Location
    US
    MS-Off Ver
    Excel 365
    Posts
    485

    How to calculate balance when the date change

    I need to calculate the balance based on the date change (G1). If the end date (column B) or the termination date (column C)is less than the last end month (N1), the balance should be zero, otherwise, it should show on column O the balance of the amount (column F less all the amount was used)

    I need the formula be able to calculate the balance when the beginning date change (column G).

    Thank you for the help.
    Attached Files Attached Files
    Last edited by jackson_hollon; 09-29-2013 at 03:47 PM.

  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
    52,938

    Re: How to calculate balance when the date change

    Not sure if this is what you want?

    =IF(OR(B2<$N$1,C2<$N$1),0,F2-SUM(G2:N2))
    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

  3. #3
    Forum Contributor
    Join Date
    06-07-2013
    Location
    US
    MS-Off Ver
    Excel 365
    Posts
    485

    Re: How to calculate balance when the date change

    Quote Originally Posted by FDibbins View Post
    Not sure if this is what you want?

    =IF(OR(B2<$N$1,C2<$N$1),0,F2-SUM(G2:N2))
    Thanks for the reply. I want to calculate the remaining balance of the fee. For example: on row 5 column O, the balance should be 22500. If I change G1 to 03/01/2012, then O2 will change to 350, O3 is 4000, O4 is 8250 and O5 is 0.

    Thanks for the help.

  4. #4
    Forum Contributor
    Join Date
    06-07-2013
    Location
    US
    MS-Off Ver
    Excel 365
    Posts
    485

    Re: How to calculate balance when the date change

    Can someone help here?

  5. #5
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,649

    Re: How to calculate balance when the date change

    Better you upload your workbook with two sheets "Before" and "After". On Before sheet you put your raw data and on sheet After you show the desired output explaining that how do you expect that desired output i.e. what value your target column O would have and why?
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  6. #6
    Forum Contributor
    Join Date
    06-07-2013
    Location
    US
    MS-Off Ver
    Excel 365
    Posts
    485

    Re: How to calculate balance when the date change

    sktneer, Thanks for the reply. Attached is the excel showing 2 tables. The top one is when the table is set up, and the second one is the dates after changed, the balances will automatically changed with the right amounts.
    Attached Files Attached Files

  7. #7
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,649

    Re: How to calculate balance when the date change

    I have used the following formula. Check it and see if it fulfills your requirement.

    Please Login or Register  to view this content.
    Attached Files Attached Files

  8. #8
    Forum Contributor
    Join Date
    06-07-2013
    Location
    US
    MS-Off Ver
    Excel 365
    Posts
    485

    Re: How to calculate balance when the date change

    Thank you very much for the help.

    Quote Originally Posted by sktneer View Post
    I have used the following formula. Check it and see if it fulfills your requirement.

    Please Login or Register  to view this content.

  9. #9
    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,938

    Re: How to calculate balance when the date change

    Based on your last post it seems that you are satisfied with the solution(s) you've received but you haven't marked your thread as SOLVED. If your problem has not been solved you can use Thread Tools (located above your first post) and choose "Mark this thread as unsolved".
    Thanks.

    Also, as a relatively new member of the forum, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

+ 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. Replies: 4
    Last Post: 01-02-2011, 04:30 PM
  2. [SOLVED] How do I calculate a running balance?
    By David McRitchie in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-06-2005, 06:05 AM
  3. How do I calculate a running balance?
    By Susan in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 AM
  4. How do I calculate a running balance?
    By Susan in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 AM
  5. How do I calculate a running balance?
    By Susan in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-28-2005, 11:05 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