+ Reply to Thread
Results 1 to 6 of 6

Completion Percentage of a date range

Hybrid View

  1. #1
    Springbok
    Guest

    RE: Completion Percentage of a date range

    Hi Brian,

    I think this is right?

    Assume Column A is Task, B is Start Date, C is No. of Days, D is End Date
    and E is % Complete.

    D2=B2+C2
    E2==IF((TODAY()-B2)/C2>1,1,IF((TODAY()-B2)/C2<0,0,(TODAY()-B2)/C2))

    E2 should be formatted as %.

    Give it a crack and let me know.

    Cheers,
    Jon

    "Brian" wrote:

    > I have started a task sheet in excel and i have a "task description" coloumn,
    > a "start date", "finish date", "number of days" and a "% complete" column.
    >
    > What i want to achieve is the user to enter the first task start date and
    > the number of days it will take to complete. Then excel will work out the end
    > date and the percent complete field relating to the current date.
    >
    > Is there a easy formula of working out the percentage?
    >
    > Many thanks


  2. #2
    Brian
    Guest

    RE: Completion Percentage of a date range

    This work well. Thank you very much

    "Springbok" wrote:

    > Hi Brian,
    >
    > I think this is right?
    >
    > Assume Column A is Task, B is Start Date, C is No. of Days, D is End Date
    > and E is % Complete.
    >
    > D2=B2+C2
    > E2==IF((TODAY()-B2)/C2>1,1,IF((TODAY()-B2)/C2<0,0,(TODAY()-B2)/C2))
    >
    > E2 should be formatted as %.
    >
    > Give it a crack and let me know.
    >
    > Cheers,
    > Jon
    >
    > "Brian" wrote:
    >
    > > I have started a task sheet in excel and i have a "task description" coloumn,
    > > a "start date", "finish date", "number of days" and a "% complete" column.
    > >
    > > What i want to achieve is the user to enter the first task start date and
    > > the number of days it will take to complete. Then excel will work out the end
    > > date and the percent complete field relating to the current date.
    > >
    > > Is there a easy formula of working out the percentage?
    > >
    > > Many thanks


  3. #3
    Registered User
    Join Date
    09-08-2021
    Location
    Cupertino USA
    MS-Off Ver
    2019
    Posts
    1

    Re: Completion Percentage of a date range

    Hello Jon,

    I was stuck in this problem for an hour and then I found your solution. Thank you a ton for saving me. It works perfectly on Excel 2019

    Take care

    Adib

+ 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