Help

Aj80

New Member
Joined
Dec 23, 2019
Messages
2
Office Version
  1. 365
Platform
  1. Windows
I am trying to make an ETA sheet in excel for a transport company...I need to make 2 colums as below.

1st column needs to have Departure date. If the country mentioned in column B is for example Norway then departure for Norway is on Tuesday and Friday. So if Loading date mentioned in Column D is 1st December then depature should be Tuesday 3rd December. If the loading date for Norway is 4th December then departure date should be 6 December Friday.

There are other countries which have similar departure dates.

2nd colum needs to have the ETA which will be based on this Departure date. for eg transit time for Norway is 5 working days and departure date is 3rd December then ETA should be 10th January.

Any suggestion is appreciated.
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
1. have a table for the county and working days.
2. then user enters the depart date,
grab the work days via table (vLookup) , iDays
post days,
post arrive date... =DateAdd("d",iDays, [departDate])
 
Upvote 0
This a part of a workbook which has loading dates for different shipments pertaining to different countries....i can do a vlookup for the country and loading daye but to determine the departure date is the problem
 
Upvote 0

Forum statistics

Threads
1,215,219
Messages
6,123,689
Members
449,117
Latest member
Aaagu

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