+ Reply to Thread
Results 1 to 4 of 4

Formula to calculate progress

  1. #1
    Registered User
    Join Date
    05-20-2016
    Location
    Toronto, Canada
    MS-Off Ver
    365
    Posts
    24

    Formula to calculate progress

    Hello all,

    I am trying to write a formula that calculates, the completed progress after each stage of a task. I.E.

    Column A is Starting Amount, Column B is Balance at 10am, Column C is balance at 2pm and Column D is balance at 4pm. Column E is Progress to date (time?)

    SO, at 7am, I have 100 apples to pick, at 10am, I still have 75 of them left to pick, which means my progress in (Col E) should read 25 apples.
    Next check at 2pm, I still have 45 left to pick, and therefore my progress in Col E should now read 55 apples, and finally at 4pm I have 2 apples left
    to pick, so my total progress in Col E should now read 98 (apples).

    At each stage I want to track my progress in column E. How do I write a formula for this?
    Attached Files Attached Files
    Last edited by AlanaT; 03-14-2024 at 02:55 PM.

  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,064

    Re: Formula to calculate progress

    Try:

    =A2-IFERROR(LOOKUP(2,1/(B2:D2<>""),B2:D2),0)
    Attached Files Attached Files
    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
    05-20-2016
    Location
    Toronto, Canada
    MS-Off Ver
    365
    Posts
    24

    Re: Formula to calculate progress

    Thank you Glenn!!!

    I still needed the progress to say 0 if column A had data and the others didn't, so I modified it to =A2-IFERROR(LOOKUP(2,1/(A2:D2<>""),A2:D2),0)
    and it worked like a charm!

    Thanks again!

  4. #4
    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,064

    Re: Formula to calculate progress

    You're welcome & thanks for the feedback.

+ 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] Formula to calculate progress between two dates with start date greater than today
    By valeriemt2 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-09-2020, 11:22 AM
  2. [SOLVED] Calculate progress between two dates
    By rjyusmc2005 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-09-2020, 10:50 AM
  3. To calculate percentage of progress on various criterias
    By Nitinkumar in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-05-2019, 11:07 AM
  4. Calculate Percentage progress between two dates
    By SuperFlrares in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 10-30-2018, 11:16 AM
  5. [SOLVED] make UDF calculate while the UserForm is in progress
    By carsto in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-18-2018, 12:15 PM
  6. Calculate Selected Cells Only - With Progress Indicator
    By WiggleMuncher in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-18-2012, 05:50 PM
  7. Calculate Selection Progress Bar
    By fervorking in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-04-2011, 01:39 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