+ Reply to Thread
Results 1 to 7 of 7

Year Start, Target, Current Balance - What %

  1. #1
    Forum Contributor
    Join Date
    05-29-2017
    Location
    UK
    MS-Off Ver
    Pro Plus 2016
    Posts
    301

    Year Start, Target, Current Balance - What %

    Would you know how to crack this one up?

    Say:

    B
    1 Year Start Cash is: 10,000
    2 End of Year Target: 20,000
    3 Current Balance is: 16,000
    4 Target % Complete 60% (should be)

    What would be a formula to find what % of 'end of year target' the 'current balance' is?

    And opposite would be:

    B
    1 Year Start Debt is: 20,000
    2 End of Year Target: 10,000
    3 Current Balance is: 16,000
    4 Target % Complete 40% (should be)

    Tricky...
    Last edited by vill; 07-18-2017 at 03:37 PM.

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Year Start, Target, Current Balance - What %

    What would be a formula to find what % of 'end of year target' the 'current balance' is?
    Isn't that just
    =CurrentBalance/EndOfYearTarget

  3. #3
    Forum Contributor
    Join Date
    05-29-2017
    Location
    UK
    MS-Off Ver
    Pro Plus 2016
    Posts
    301

    Re: Year Start, Target, Current Balance - What %

    Thats what I thought at first! But here is a problem:

    Say current balance is 10,000, target is 20,000. So =CurrentBalance/EndOfYearTarget would return 50%. Good.

    But what if Year Start Balance was 10,000 and current balance is also 10,000, then Target % Complete is 0%

    It gets even more challenging when trying to find formula for debt reduction balances..

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Year Start, Target, Current Balance - What %

    Then maybe
    =(CurrentBalance-YearStartBalance)/EndOfYearTarget

  5. #5
    Forum Contributor
    Join Date
    05-29-2017
    Location
    UK
    MS-Off Ver
    Pro Plus 2016
    Posts
    301

    Re: Year Start, Target, Current Balance - What %

    Nope, with this approach if year start is 10,000, target is 20,000 and current is 15,000 -

    the result I get is 25%. When it should be 50%, as its already half-way there

    2017-07-19_0032.png

  6. #6
    Forum Contributor
    Join Date
    03-22-2017
    Location
    Malaysia
    MS-Off Ver
    Excel 2010
    Posts
    230

    Re: Year Start, Target, Current Balance - What %

    =(CurrentBalance-YearStartBalance)/(EndOfYearTarget-YearStartBalance)

    another just add in 1- to get the opposite value

    =1-(CurrentBalance-YearStartBalance)/(EndOfYearTarget-YearStartBalance)

    PS: if the first formula more than 100%
    second formula will have negative value
    Hope you can learn every time you visit here.

    If you still confuse on how it work, kindly ask or go to
    i) Formula - Formula (Ribbon) > Formula Auditing (Section) > Evaluate Formula > Evaluate; or
    ii) VBA/Code - Click F8 to see how it work step by step.

    It it take care of your question, Please:
    Mark tread as [Solved] [Thread Tools->Mark thread as Solved]
    ;and
    Click *Add Reputation to thank anyone solved your question.

  7. #7
    Forum Contributor
    Join Date
    05-29-2017
    Location
    UK
    MS-Off Ver
    Pro Plus 2016
    Posts
    301

    Re: Year Start, Target, Current Balance - What %

    That was exactly it. Thank you 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. Self Ajusting cell , moving to provide target to meet end of year target
    By andycuk7 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-15-2016, 11:22 AM
  2. [SOLVED] Set PivotTable Filter to Current Day, Current Week, Current Month, or Current Year
    By EnigmaMatter in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-30-2014, 08:31 AM
  3. [SOLVED] Macro to copy data from source workbook to target, based on current month of the year
    By D.Lovell in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 04-27-2014, 05:41 PM
  4. Replies: 3
    Last Post: 09-04-2013, 10:49 AM
  5. Input a year to determine the start date for 4-4-5 Calendar Year.
    By mak1176 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 04-25-2013, 10:34 AM
  6. Replies: 4
    Last Post: 01-02-2011, 04:30 PM
  7. Replies: 1
    Last Post: 07-29-2010, 12:22 PM

Tags for this Thread

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