Formula for adding up 10' lengths of pipe needed

bembry369

New Member
Joined
Aug 11, 2017
Messages
6
I'm fairly new to Excel so bare with me. I'm trying to figure out a formula that will add how many 10' lengths of any given material needed. For example if If I need Qty. 30 32" pieces cut out of a 10' length, how may 10' lengths do I need?
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Welcome to the board.

Try:

ABCD
1qtylen in inches# of 10' lengths
23032108

<colgroup><col style="width: 25pxpx"><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet18

Worksheet Formulas
CellFormula
C2=ROUNDUP(A2/INT(120/B2),0)
D2=ROUNDUP(A2*B2/120,0)

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>



The formula in C2 is what you'd want if you can't connect left-over pieces from multiple 10' lengths together to make another 32" length. If you have a way to connect them (welding?, sewing?), you can use the formula in D2.
 
Upvote 0

Forum statistics

Threads
1,215,165
Messages
6,123,387
Members
449,098
Latest member
ArturS75

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