+ Reply to Thread
Results 1 to 4 of 4

percentage fixed in time

  1. #1
    Registered User
    Join Date
    09-06-2005
    Posts
    7

    percentage fixed in time

    Hi

    I have a Stats spreadsheet which contains a column of figures which represent the time it took to fix a fault... I need to calculate how many, as a %, where fixed within our SLA... example: 90% were fixed in 4hrs..

    can somebody work out a formular to do this..

    Cheers

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320
    depends on layout and formats but something like
    =COUNTIF(A1:A20,"<=4")/COUNT(A1:A20) formated as percentage

  3. #3
    Forum Contributor
    Join Date
    04-27-2006
    Location
    Cayman Islands
    Posts
    379
    If the range of times was in column A, and your SLA was in cell B1 then this would work.

    =COUNTIF(A1:A5,"<"&$B$1)/COUNT(A1:A5)

    EDIT Ah, damn it, beaten to it.
    Last edited by ChrisMattock; 12-10-2008 at 11:40 AM. Reason: Beaten to it...

  4. #4
    Registered User
    Join Date
    09-06-2005
    Posts
    7

    Smile

    Thanks guys... this worked perfectly

    Cheers

+ 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