Formula or special format to calculate ounces & pounds

bobgrand

Active Member
Joined
Apr 14, 2008
Messages
254
Office Version
  1. 365
Platform
  1. Windows
Hello all,

I am searching for a format or formula that will calculate ounces and pounds.

example

A widget weighs 1 lb and 5 oz's or 21 oz.

If material is 1.5 lbs and need to know the weight of 18 pcs. the total weight should calculate to 23.625 lbs.

Would greatly appreciate anyone's help with this.

thank you
Bob
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Just enter the weight as a fraction:



ABC
Widget wtQtyTotal wt

<tbody>
[TD="align: center"]1[/TD]

[TD="align: center"]2[/TD]
[TD="align: right"]1 5/16[/TD]
[TD="align: right"]18[/TD]
[TD="align: right"]23 5/8[/TD]

</tbody>
Sheet1

Worksheet Formulas[TABLE="width: 100%"]
<tbody>[TR="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]
[TH]Cell[/TH]
[TH="align: left"]Formula[/TH]

<tbody> [TD]

[TH="bgcolor: [URL=https://www.mrexcel.com/forum/usertag.php?do=list&action=hash&hash=DAE7F5]#DAE7F5[/URL] "]C2[/TH]
[TD="align: left"]=A2*B2[/TD]

</tbody>
[/TD]
[/TR]
</tbody>[/TABLE]


You can set the number format to 16ths if you want, so it will show as 23 10/16.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,225,739
Messages
6,186,738
Members
453,369
Latest member
juliewar

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