+ Reply to Thread
Results 1 to 5 of 5

Success rate calculate

  1. #1
    Registered User
    Join Date
    11-28-2014
    Location
    india
    MS-Off Ver
    7
    Posts
    141

    Success rate calculate

    I Just want to calculate my success rate ,if there is any formula to get this please do let me know


    I have a actual value and Expected value.so by comparing my expected value is it possible to calculate the success rate.
    for more details look in to the attached excel.
    In D I have update the success rate but I need that should be reflect through a formulaSuccess Rate.xls

  2. #2
    Valued Forum Contributor PFDave's Avatar
    Join Date
    05-17-2012
    Location
    Milton Keynes, England
    MS-Off Ver
    Excel 2013
    Posts
    1,067

    Re: Success rate calculate

    in D2 and drag down

    =IFERROR(B2/C2,0)

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,923

    Re: Success rate calculate

    Try this ...

    =IF(COUNT(B2:C2)=2,B2/C2,"")

    Format -> %

  4. #4
    Registered User
    Join Date
    11-28-2014
    Location
    india
    MS-Off Ver
    7
    Posts
    141

    Re: Success rate calculate

    Hi both Thanks for the response
    Both the formula is working fine.
    Need one suggestion on one of the scenario
    If suppose my actual number is greater than my expected numbers then your formula is throwing a result of more than 100%.
    Example :- Actual is 3 and Expected is 2 =150%
    So in this scenario if I wanted to benchmark my success rate as 100% then how should I showcase the remaining 1 of actual.It should react negative because I am having 1 buffer in actual.
    Need your suggestion

  5. #5
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,923

    Re: Success rate calculate



    =if(count(b2:c2)=2,min(1,b2/c2),"")

+ 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. Replies: 8
    Last Post: 02-02-2020, 01:39 AM
  2. [SOLVED] Formula that can calculate Year to Date % success across multiple years
    By abreet in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-23-2015, 11:30 AM
  3. [SOLVED] Add conclusion about batch success based on the success of its steps
    By abreet in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-15-2015, 05:32 AM
  4. Replies: 1
    Last Post: 05-16-2014, 10:10 AM
  5. Replies: 1
    Last Post: 02-28-2014, 02:31 AM
  6. calculate TOTAL mileage (first 2 miles set rate) all miles thereafter set rate
    By infinite2006 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 08-30-2013, 08:26 AM
  7. Formula help considering cost and success rate
    By BeatBama in forum Excel General
    Replies: 2
    Last Post: 03-03-2011, 01:17 PM

Tags for this Thread

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