Logistical cost, Table Design with Functions

Jithe

New Member
Joined
Apr 17, 2017
Messages
18
Hi Guys, :)

I need help finishing a table design with functions that calculates logistics cost. It has to be simple and easy to use because there are many driver, rates & they work throughout the year (365 days). This means there will be multiple table per excel sheet. Each sheet will be a month.

So far I have designed the following table with functions below,


Vehicle Number:
68-0266
Pallet Capacity:
3
Owner/Driver:
E. Silva
Rate/KM:
15.83
Total Work Days
1
Fixed Rate/ Day:
2790
Total Distance Traveled:
200
Grand Total:
5956
Transport Order Number
Date
Distance
Total Distance
Trip Total
65465165
07/03/17
100.00
200
5,956.00
0
2,790.00

<tbody>
</tbody>

Vehicle Number is a drop down list with all the licence plate numbers of the flatbed trucks. When a LP number is selected it will load the Owner/Driver name, Pallet Capacity, Rate/KM & Fixed Rate/ Day. I used a data sheet to do this.



  • Owner/Driver name, Pallet Capacity, Rate/KM & Fixed Rate/ Day appear via a vlookup function.
  • Total Work Days is found using a counta function. It counts the all the dates in the date column.
  • Total Distance Traveled is found using sum of total distance column
  • Total Distance is Distance times 2, because of the return trip.
  • Trip Total is calculated by [(Total Distance * Rate/KM) + Fixed Rate/ Day]
  • Therefore the Grand Total for that month for the particular driver would be
[(Total Distance Traveled * Rate/KM) + (Total Work Days * Fixed Rate/ Day)]​

To complete this table I would like to add a date picker so that the date fills in the cell when dates are clicked on a calendar instead of having to manually type each date. Also I would like if Trip total were to remain blank until a transport order number and/or date were entered.

Additionally I have copied this table at least 20 times per sheet to calculate the cost per truck. However when I do this it tends to break the table, especially when I copy it to the other sheets.

Finally this excel file will be shared with many people (accounts department), so when they rename the file or something I don't want it to stop working.


Please provide additional ideas to make this table simpler and more efficient.
Sorry for the long post, your assistance is greatly appreciated.

Thank you

Regards,
Jithe.
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Hi guys,

Since there are no replies. Can someone please tell me at least how to add a date picker? Google sheets have this option, not sure how to do it in excel.

Thank you
Regards,
Jithe.
 
Upvote 0

Forum statistics

Threads
1,215,214
Messages
6,123,664
Members
449,114
Latest member
aides

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