How do I calculate On Time %

tsgray1026

New Member
Joined
Feb 9, 2021
Messages
2
Office Version
  1. 2019
Platform
  1. Windows
I need to calculate on time delivery percentages - PO Delivery Date vs Actual posting date for a range of dates - I have the No of Days difference for the rows - 2 -2174; I have tried a couple of formulas recommended here, not working out. I not a expert at Excel, any suggestions would be appreciated.

1612882529410.png
 

Attachments

  • 1612882434598.png
    1612882434598.png
    26.7 KB · Views: 3

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Can you be more specific - what is defined as on time?
 
Upvote 0
Can you be more specific - what is defined as on time?
On time would be the "PO Delivery Date" - the actual delivery date is the "Posting Date". "Days Difference" is how many days late or early the materials arrived.
 
Upvote 0
how many days are you allowing as ontime ? 1,2,3,4,5????
On time would be the "PO Delivery Date"
Compared to what
I can post a letter today 1st class and expect it to be delivered tomorrow ( assuming not a sunday and so ONTIME would be days greater than 1
using something like networkdays.intl() to exclude sunday and holidays

PO Delivery Date vs Actual posting date for a range of dates
What would be the allowed number of days
then you could use a countif() > then the number of days
divided by the count of all the cells
to get a % missed
OR
then you could use a countif() < = then the number of days
to get a % met
 
Upvote 0

Forum statistics

Threads
1,214,644
Messages
6,120,709
Members
448,983
Latest member
Joaquim_Baptista

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top