+ Reply to Thread
Results 1 to 11 of 11

Determine percentage of target based on two dates

Hybrid View

  1. #1
    Registered User
    Join Date
    04-13-2011
    Location
    Utah
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Determine percentage of target based on two dates

    Thank you both for your responses. I want the actual percentage number to appear, then I'll use conditional formating to highlight any numbers above or below the target. Per below, if I deliver on the same date I said I would deliver, then the number in the METRIC cell would be 1.00.

    Target_______Complete_____Metric
    03/31/2011___03/31/2011____1.00

    Metrics
    Marginal : metric less than .90
    Review : metric between .90 - .93
    Effective : metric between .94 - .97
    Good : metric between .98 and 1.00
    Outstanding : 1.00 plus 10% of commitments delivered ahead of schedule

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    26,880

    Re: Determine percentage of target based on two dates

    I'm looking for a question in there somewhere...does the formula I provided do that for you?

    Also, for the Outstanding status, it looks like it has to take into account all of the events, not just one. So the formula to determine whether you are Outstanding would have to use COUNT and COUNTIF to see if >10% of your metrics are >1.0.

  3. #3
    Registered User
    Join Date
    04-13-2011
    Location
    Utah
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Determine percentage of target based on two dates

    I was able to resolve this problem by including the Start date. Sharing the solution fo anyone else who my come across this problem. I appreciate the assistance to get me here.

    =IF(ISERROR(1-((NETWORKDAYS(L4,J4)-NETWORKDAYS(K4,J4))/NETWORKDAYS(K4,J4))),"",1-((NETWORKDAYS(L4,J4)-NETWORKDAYS(K4,J4))/NETWORKDAYS(K4,J4)))

+ 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