+ Reply to Thread
Results 1 to 8 of 8

Formula for calculating difference & % Achievement between Fixed value and running values

  1. #1
    Registered User
    Join Date
    01-06-2018
    Location
    Bahrain
    MS-Off Ver
    Office 365
    Posts
    35

    Question Formula for calculating difference & % Achievement between Fixed value and running values

    Hi All,

    How to derive the formula to calculate the % Achievement when the target cell is fixed but achievement is updated every week in a different cells.

    Second, In case the cell value is Zero how to structure the formula for finding the Balance.

    Attached workbook.

    Rgds
    Arnab
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,071

    Re: Formula for calculating difference & % Achievement between Fixed value and running val

    In I2, copied down:

    =C5-LOOKUP(2,1/($D5:$H5>0),$D5:$H5)

    and in J2:

    =(C5-I5)/C5
    Attached Files Attached Files
    Last edited by Glenn Kennedy; 11-17-2018 at 04:16 AM.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: Lá fhéile Pádraig sona dhaoibh

  3. #3
    Registered User
    Join Date
    01-06-2018
    Location
    Bahrain
    MS-Off Ver
    Office 365
    Posts
    35

    Re: Formula for calculating difference & % Achievement between Fixed value and running val

    Thanks Glenn. How to ignore #N/A in case value at column C is Zero.

  4. #4
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Formula for calculating difference & % Achievement between Fixed value and running val

    I5=if(c5,c5-lookup(2,1/($d5:$h5),$d5:$h5),"")
    j5=iferror(1-i5/c5,"")
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,071

    Re: Formula for calculating difference & % Achievement between Fixed value and running val

    What version of Excel are you using? Your profile says 2007, but you attached an out-of-date.xls file (2003 and earlier).

  6. #6
    Registered User
    Join Date
    01-06-2018
    Location
    Bahrain
    MS-Off Ver
    Office 365
    Posts
    35

    Re: Formula for calculating difference & % Achievement between Fixed value and running val

    Thanks Glenn. That was so good of you.

    Regards
    AB

  7. #7
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,071

    Re: Formula for calculating difference & % Achievement between Fixed value and running val

    You're welcome.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.

  8. #8
    Registered User
    Join Date
    01-06-2018
    Location
    Bahrain
    MS-Off Ver
    Office 365
    Posts
    35

    Re: Formula for calculating difference & % Achievement between Fixed value and running val

    Thanks Ravi

+ 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] Find Difference between Fixed value and running values
    By arnabnestle in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-15-2018, 04:42 AM
  2. calculating difference of two running totals and watching it in another cell
    By pratyay67 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-19-2017, 12:31 PM
  3. [SOLVED] Calculating the difference between 2 values
    By tapsmiled in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-23-2014, 08:51 PM
  4. Calculating % difference between two % values?
    By zudecke in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 07-01-2013, 06:33 AM
  5. Calculating a running difference then returning last non-negative date
    By emdee in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-04-2013, 08:39 PM
  6. Replies: 2
    Last Post: 02-03-2010, 02:59 PM
  7. [SOLVED] Calculating Absolute Difference Between Two Time Values
    By markxus in forum Tips and Tutorials
    Replies: 3
    Last Post: 08-10-2005, 01:43 AM

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