Truck load capacity

PuntingJawa

Board Regular
Joined
Feb 25, 2021
Messages
162
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
Good afternoon MrExcel board!

I'm trying to make an excel sheet to create load capacity for shipments. I have started with basics but am having trouble bringing this to the next level. The main issue I am having is figuring out how many crates need to be placed on which row and how many can fit. There are 2 items that can only be placed on the bottom row and 3 items that can be placed on any of the 3 rows. I feel like I am on the right path but don't know how to go about working it.

I'll explain what I am attempting.

I want E12-E16, G14-G16, and I14-I16 to show how many crates can fit per row with length used.

A few issues I have a problem with are, I don't know how to formulate the above mentioned to allow use of 636. Example In D15 where we go into negative there are 314 inches left. If divided by D8 (length of DO crate) it comes to 4.8. Since we can't use a fraction of a location the .8 is gone. I would need it to reflect that. Also, Each row can hold 2 crates. I haven't figured out how to do 1/2 rows yet.
The next issue is F14-F16 and I14-I16. Each "Row" has only 636 inches. So my current formula won't work once the above is figured out. I would need to remove the length of crates already used.

Any help with this would be amazing. Please let me know if a better explantion is required. I'll have the board up when I return home and still continue to work on this on my own for now.

Truck load template.xlsx
ABCDEFGHIJKL
1
2
3
4Type / Max StackLengthWidthHeightWeightQTYTotal (LBS)Total InchNotes
5Box Crate (1x Max)42574385065100252636" Per "Lane"
6Car Kit (1x Max)4444812500001xRow = 2x "Lane"
7EDO Crate (3x Max)7037254501450701,272" Both Lanes
8DO Crate (3x Max)653725750241800015602,544" If Stacked
9LE QTY240LE Pallet (3x Max)96481696019609632,000 (Max LBS set)
10Actual Max 34k LBS
11Load plan1 Row QTY 12 RowQTY 23 rowQTY 3StackableBased on 53'x8.2'x8'
12Box Crate (1x Max)38410202292No636x98.4x96 inches
13Car Kit (1x Max)38410202292No
14EDO Crate (3x Max)3149502222Yes
15DO Crate (3x Max)-1246-610662Yes
16LE Pallet (3x Max)-1342-706566Yes
17
18Total Weight in LBS
1924510
Sheet1
Cell Formulas
RangeFormula
I5:I9I5=H5*G5
J5:J9J5=D5*H5
G9G9=B9*4
D12D12=636-J5
D13:D16D13=D12-J6
F12F12=1272-J5
F13:F16F13=F12-J6
H12H12=2544-J5
H13:H16H13=H12-J6
C19C19=I9+I5+I7+I8+I6
Cells with Conditional Formatting
CellConditionCell FormatStop If True
H12:I16Cell Value<0textNO
F12:G16Cell Value<0textNO
D12:E16Cell Value<0textNO
H12:I16Cell Valuebetween 0 and 2544textNO
F12:G16Cell Valuebetween 0 and 1272textNO
D12:E16Cell Valuebetween 0 and 636textNO
C19Cell Value<32000textNO
C19Cell Value>32000textNO
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Yeah,
I am looking forward to good news from you.
But just help me if you have free time.
THank you and sorry again.
 
Upvote 0
Code:
Changelog:
Added dropdown on input page for inch/cm

Effects of each for input and bill of lading:
"inch" will use imperial and LBS
"cm" will utilize metric and KG

Other improvements:
Fixed a barely noticeable stutter when using BOL auto hide vba.
     Issue was caused due to too much information on one sheet. Simply moved data to a helper sheet.

As always, live updates are always made.

Tasks I'm still trying to accomplish:
Creation of a usable axle weight calculator.
Issue: too many variables. I require more data on multiple types of trucks, trailers, and their capacities. As of now, I only have estimates based on on set of data.
Yeah,
I am looking forward to good news from you.
But just help me if you have free time.
THank you and sorry again.
Please see the new update and let me know if there is anything else.

 
Upvote 0
Code:
Changelog:
Added dropdown on input page for inch/cm

Effects of each for input and bill of lading:
"inch" will use imperial and LBS
"cm" will utilize metric and KG

Other improvements:
Fixed a barely noticeable stutter when using BOL auto hide vba.
     Issue was caused due to too much information on one sheet. Simply moved data to a helper sheet.

As always, live updates are always made.

Tasks I'm still trying to accomplish:
Creation of a usable axle weight calculator.
Issue: too many variables. I require more data on multiple types of trucks, trailers, and their capacities. As of now, I only have estimates based on on set of data.

Please see the new update and let me know if there is anything else.

Many thanks for your feedback.
I will try the file and come back to you soon.
Thank you and wish you have a nice week!
 
Upvote 0
PuntingJawa,

I have "unmarked" the post with your latest questions.
Please do not mark a post as the solution unless it actually contains the solution to your original problem.
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,286
Members
452,902
Latest member
Knuddeluff

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