+ Reply to Thread
Results 1 to 3 of 3

Declining a balance until it reach zero

Hybrid View

Andrew101 Declining a balance until it... 10-23-2012, 02:17 PM
tigeravatar Re: Declining a balance until... 10-23-2012, 06:26 PM
tigeravatar Re: Declining a balance until... 10-23-2012, 06:27 PM
  1. #1
    Registered User
    Join Date
    10-22-2012
    Location
    Toronto
    MS-Off Ver
    Excel 2010
    Posts
    6

    Declining a balance until it reach zero

    Hi

    I'm looking for an excel formula to reduce a balance equally over a 12 month period and at the 13 month the balance should be zero.

    For example:

    Cell (B2) i have 12,000.
    In Cell (C2:N2) i want 1,000 in each cell which will equal 12,000 over 12 months.
    When the formula is extended to Cell (O2) it would show that a zero balance is remaining.

    .......... Jan......Feb .....Dec Jan13
    12,000 1,000 1,000 1,000 0


    Thank you,

    Andrew.
    Last edited by Andrew101; 10-23-2012 at 02:20 PM.

  2. #2
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Declining a balance until it reach zero

    Andrew,

    Attached is an example workbook based on the criteria you described.
    In cell B2 is the Starting Balance of $12,000.00
    In cell C2 and copied right is this formula:
    =IF(COLUMNS($B2:B2)>12,0,$B2/12)
    Attached Files Attached Files
    Hope that helps,
    ~tigeravatar

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

  3. #3
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Declining a balance until it reach zero

    Same formula, slightly different syntax:
    =$B2/12*(COLUMNS($B2:B2)<=12)

+ Reply to 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