+ Reply to Thread
Results 1 to 3 of 3

Formula to calculate project target

  1. #1
    Registered User
    Join Date
    06-10-2015
    Location
    Canada
    MS-Off Ver
    2010
    Posts
    47

    Formula to calculate project target

    Hello


    I am trying to calculate my project target using the below formula.

    Completed Target Start Date End Date
    100% =IFERROR(1-(R1-NOW())/(R1-Q1),100%) 06-01-15 06-15-15

    This will not work when i apply this formula today. Because my formula has NOW() so it will return the today's date and calculate. But the project end date is already passed and it is completed. So when it is completed i do not want it to calculate the target, how is this possible?

    Thanks

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,206

    Re: Formula to calculate project target

    In cell formatted as %

    =IFERROR(IF(R1>NOW(),1-(R1-NOW())/(R1-Q1),1),1)

    Result will be 100% if completed.

  3. #3
    Registered User
    Join Date
    06-10-2015
    Location
    Canada
    MS-Off Ver
    2010
    Posts
    47

    Re: Formula to calculate project target

    Quote Originally Posted by JohnTopley View Post
    In cell formatted as %

    =IFERROR(IF(R1>NOW(),1-(R1-NOW())/(R1-Q1),1),1)

    Result will be 100% if completed.
    thanks. it works!

+ 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. Calculate project planned % complete per month until the end of project
    By nmllamas in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-29-2014, 07:54 AM
  2. [SOLVED] Formula to calculate number increase to achieve a percentage target
    By mick45 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-14-2014, 09:26 AM
  3. [SOLVED] Match date to project in array and calculate days since last project of same name
    By peepingtom in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-22-2013, 12:37 AM
  4. Need Formula to calculate project end date
    By pingaa3 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-29-2008, 06:37 PM
  5. Excel formula to calculate Target Grade
    By harleypop in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-02-2005, 02:06 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