pounds, ounces, grams

Katieg918

New Member
Joined
Dec 10, 2019
Messages
9
Office Version
  1. 2016
Platform
  1. Windows
Hi,
I am trying to set up a formula in a recipe where ingredients are measured by weight. Most things are measured in pounds, but where there are amounts less than one, i would like the remainder to show up as ounces or grams. example below:
 

Attachments

  • 1576078238753.png
    1576078238753.png
    14.8 KB · Views: 17

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
How about
Book1
AB
1
2250
30.7512
41.7512
50.58
HPV
Cell Formulas
RangeFormula
B2:B5B2=DOLLARFR(A2-INT(A2),16)*100
 
Upvote 0
in B2 =(A2-INT(A2))*16
in C2 =B2*28.35

fill down as needed
thanks this is perfect! now i'm really being picky, is there any way to not have those quantities less than 1 show up in the pounds, and only show up where needed as ounces or grams?

1576079800012.png
 
Upvote 0
You could format the column to show whole numbers only, but that will round numbers up, so 14.875 would show as 15.
 
Upvote 0
Hi Katie.

In that case introduce a helper column for lb and use the formula =ROUNDDOWN(C3,0) - where C3 is the total lb.
 
Upvote 0
That is great.
Is there a way I can only have grams appear if the ounces are not a whole number?
 
Upvote 0

Forum statistics

Threads
1,215,168
Messages
6,123,402
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