+ Reply to Thread
Results 1 to 6 of 6

Delivery performance formula query

  1. #1
    Registered User
    Join Date
    05-21-2019
    Location
    Worcester, England
    MS-Off Ver
    Office Professional 10
    Posts
    3

    Delivery performance formula query

    Good morning all
    I am trying to put what I thought would be a simple Excel table together to show whether our suppliers are hitting/missing deliveries against a set target by week number. I have so far got the following but would like to show 0 in the performance column (F) when no deliveries are made, 100 if all deliveries are hit then a percentage if any are missed v total made. I know it is going to be something easy but for the life of me I can't work out how to do this, or if I have made the whole formula itself too complicated and can be more simple. I am also showing this data in a chart which will look skewed if it shows 100% on time if no actual deliveries were made.
    I've attached the spreadsheet with the table and chart, would it be possible to point me in the right direction please to show actual figures please

    Any help you can offer on this would be really appreciated

    Week No. (Column A)
    Deliveries Hit (Column B)
    Deliveries Missed (Column C)
    Total Deliveries (Column D)
    Target % (Column E)
    Performance % (Column F)

    =IF(ISERROR((B3/C3)/D3),"100",(B3/C3)/D3)

    Week No. Deliveries Hit Deliveries Missed Total Deliveries Target % Performance %
    1 0 0 0 95 100
    2 0 0 0 95 100
    3 1 0 1 95 100
    4 0 0 0 95 100
    5 1 0 1 95 100
    6 0 0 0 95 100
    7 3 0 3 95 100
    8 0 0 0 95 100
    9 0 0 0 95 100
    10 0 0 0 95 100
    11 0 0 0 95 100
    12 1 0 1 95 100
    13 0 0 0 95 100
    14 1 1 2 95 50%
    Attached Files Attached Files

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,447

    Re: Delivery performance formula query

    Hi and welcome
    does this help =IF(D3=0;0;IFERROR(B3/C3/D3;100))

  3. #3
    Registered User
    Join Date
    05-21-2019
    Location
    Worcester, England
    MS-Off Ver
    Office Professional 10
    Posts
    3

    Re: Delivery performance formula query

    Hello Pepe
    Thanks so much for your quick response on this, it is really appreciated
    Unfortunately, when I type in your formula above, I get a problem box pop up querying whether I want to type a formula or not. It looks fine to me but for some reasons Excel thinks something is missing, any thoughts as to why it might not like it?

    BR,
    James

  4. #4
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,447

    Re: Delivery performance formula query

    Ah yes, my bad. Try =IF(D3=0,0,IFERROR(B3/C3/D3,100))
    I forgot to replace the semi colons with commas

  5. #5
    Registered User
    Join Date
    05-21-2019
    Location
    Worcester, England
    MS-Off Ver
    Office Professional 10
    Posts
    3

    Re: Delivery performance formula query

    Hi Pepe

    Thanks so much and so sorry for my delay in saying thank you. I changed the last part to say 1 instead of 100 as it was giving me 10000% but everything else is great.

    Really appreciate your support on helping me with this

    BR,
    James

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,825

    Re: Delivery performance formula query

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

+ 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. Supplier Delivery performance template
    By HugoSull in forum Excel General
    Replies: 4
    Last Post: 07-16-2015, 11:55 AM
  2. On time Delivery Performance by Year
    By mark-cox in forum Excel General
    Replies: 10
    Last Post: 03-18-2015, 06:55 AM
  3. [SOLVED] Production and Delivery Formula
    By Mike121 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 01-14-2015, 01:07 PM
  4. How to Calculate On-Time Delivery Performance %
    By Sixto2014 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 02-28-2014, 02:24 AM
  5. Replies: 2
    Last Post: 06-05-2013, 12:14 PM
  6. Query a separate sheet for a top 10 performance
    By itsnick in forum Excel General
    Replies: 6
    Last Post: 04-25-2012, 02:16 AM
  7. [SOLVED] Delivery note or delivery order sheet
    By Roy Istanbouli in forum Excel General
    Replies: 1
    Last Post: 01-21-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