Help on how to create material usage.

warlock666999

New Member
Joined
Oct 13, 2006
Messages
28
I have a cutlist that consist of pine. Length varies in size. I want to know how much meterial is needed per cutlist. The pine comes in 96 inches length. And I have different sizes I use like 23 1/4,, 78 7/8,, 23 1/16,, etc.
So I want to know how many 96 inch pines it takes per list.
Thanks for the help.
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Hello warlock666999, welcome to the board.
Here's a way you could do that.
Say your list of lengths were in column A (your example: A1:A3)
Format that range as Fractions > as sixteenths.

For the total board length - in inches - (say in cell A5):
=SUM(A1:A3) (formatted as you like.)

For how many (96") boards it'll take:
=A5/96 (formatted as Number > 2 decimal places.)

- Or you can just go straight to how many boards (ignoring the total length) by using:
=SUM(A1:A3)/96 (formatted as Number > 2 decimal places.)
 
Upvote 0

Forum statistics

Threads
1,214,813
Messages
6,121,705
Members
449,048
Latest member
81jamesacct

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