Creating ETA Formulas based on distance/previous delivery time.

gretchenanderson

New Member
Joined
Apr 28, 2020
Messages
1
Office Version
  1. 365
Platform
  1. Windows
I work in dispatch for a transportation company. My boss would like me to change the formula in the spreadsheet we use to update our customers the time that their deliveries have been made and the ETA to the rest of the deliveries for that day. Currently, I use the formula =B12+45/1440 B12 being the time estimated above each new ETA. however, the 45 minutes is not always accurate because of distance or the delivery taking longer than usual.

I am looking for a plug and play formula that I can lock (if I am off one day and someone else comes in to send out the update) I think an If- then formula that is if D12=nothing than B12+45/1440, and if D12=(time) than D12+45/1440. But I dont know how to actually input that.

Does this make sense? Here is a picture of the spreadsheet I have created and have been using so far.
 

Attachments

  • FormulaRequest.PNG
    FormulaRequest.PNG
    77.4 KB · Views: 70

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
=if(D12="",B12,D12)+45/1440
is this what you want?

You could use old delivery data to improve the 45 minute estimates too.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,585
Messages
6,120,391
Members
448,957
Latest member
Hat4Life

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