+ Reply to Thread
Results 1 to 2 of 2

Need to make a service level scorecard

  1. #1
    Registered User
    Join Date
    12-01-2013
    Location
    UAE
    MS-Off Ver
    Excel 2007
    Posts
    1

    Need to make a service level scorecard

    Hey everyone,

    I need to make a scorecard to measure the service level provided by a supplier. e.g i should receive all the documents for a certain shipment 3 days prior to the expected time of arrival of a shipment. If the date entered in a cell is not 3 days before the arrival date, it should return a value of 0, else 1. Moreover, for all the shipments, it should measure a percentage depending on 0s and 1s in the calculations.

    Thanks

  2. #2
    Valued Forum Contributor
    Join Date
    09-07-2006
    Posts
    520

    Re: Need to make a service level scorecard

    Perhaps something like this ...
    In say, G2: =SUMPRODUCT((A2:A5=A2)*(C2:C5-D2:D5>=3)*(D2:D5<>""))
    where col A = Supplier ID, col C = Arrival dates, col D = Docs received dates
    Expression counts the # of shipments that meet the SL (>=3 days) for a specific supplier (in A2)

    Then in H2: =SUMPRODUCT((A2:A5=A2)*(D2:D5<>""))
    returns the total shipments for that specific supplier with (valid) dates in col D
    Hence, in I2: =G2/H2 returns the SL% for that specific supplier
    ---------------------------------------------------
    Any good? Wave it, hit the little star at the bottom left of my responses
    Last edited by Max, Singapore; 12-02-2013 at 02:05 AM.

+ 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. Excel 2007 : Service Level Agreements
    By KJN in forum Excel General
    Replies: 7
    Last Post: 08-14-2015, 06:28 AM
  2. Work out Service Level Agreement / Deadlines
    By tomlancaster in forum Excel General
    Replies: 4
    Last Post: 07-27-2009, 08:08 AM
  3. Service Level
    By Jemma1982 in forum Excel General
    Replies: 1
    Last Post: 11-27-2008, 07:35 PM
  4. [SOLVED] Service Level Agreements
    By Mustafa Hussein in forum Excel - New Users/Basics
    Replies: 0
    Last Post: 02-12-2005, 07:06 AM

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