Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
General
GeneralPortable MacsHardwareNetworking
Applications
Mac ApplicationsEudoraFirefox / MozillaInternet ExplorerOutlook ExpressMS OfficeEntourageExcelPowerPointWordVirtual PCMedia PlayerOther MS Products
Programming
Mac ProgrammingCodeWarriorPerl
Country Specific
Australian Mac GroupUK Mac Group

Mac Forum / Applications / Excel / May 2006



Tip: Looking for answers? Try searching our database.

Adding pounds and ounces

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
garygarris@gmail.com - 23 May 2006 02:26 GMT
How do I format cells so that when I sum them together they will
convert 16oz to a pound. the example is 10 lbs 6 oz plus 10 lbs 10 oz
equals 21 lbs not 20 lb 16 oz. I'm trying to calculate fishing weights
for the highest total in pounds and ounces. Thanks
PhilD - 23 May 2006 09:50 GMT
> How do I format cells so that when I sum them together they will
> convert 16oz to a pound. the example is 10 lbs 6 oz plus 10 lbs 10 oz
> equals 21 lbs not 20 lb 16 oz. I'm trying to calculate fishing weights
> for the highest total in pounds and ounces. Thanks

One possibility is to enter your weights as X+Y/16, where X is pounds
and Y is ounces.  This will convert to decimal pounds.  You can then
use other formulae if necessary to display the total as separate
pounds/ounces.

Something like this (assume that the decimal total is in cell A1):

=concatenate(int(A1),"lb ",((A1-Int(A1))*16),"oz")

I may have put more parenthases than absolutely necessary, but it
works.

If you put pounds and ounces in separate cells (say A1, B1), it's
easier to display the figures with units:

=concatenate(A1,"lb ",B1,"oz")

Does this help?

PhilD

--
<><
Bob Greenblatt - 23 May 2006 12:49 GMT
On 5/23/06 4:50 AM, in article
1148374249.764379.281020@j55g2000cwa.googlegroups.com, "PhilD"
<phildeaves@yahoo.co.uk> wrote:

>> How do I format cells so that when I sum them together they will
>> convert 16oz to a pound. the example is 10 lbs 6 oz plus 10 lbs 10 oz
[quoted text clipped - 24 lines]
> --
> <><

Just format the cells a 2 digit fractions. Enter the first number as 10
6/16, Excel will round it to 10 3/8, and the second as 10 10/16. Likewise
this will be rounded/ Add the 2 together and the sum is 21.

Signature

Bob Greenblatt [MVP], Macintosh
bobgreenblattATmsnDOTcom

PhilD - 23 May 2006 15:06 GMT
> Just format the cells a 2 digit fractions. Enter the first number as 10
> 6/16, Excel will round it to 10 3/8, and the second as 10 10/16. Likewise
> this will be rounded/ Add the 2 together and the sum is 21.

Oooh, yes, much better.  I've never really looked at number formats in
anger (I usually only use custom so as to display leading zeros).  I've
just had a look and I know now how to simplify lots of calculations for
work (where I have to use eightieths a lot).

Thanks,

PhilD

--
<><
TR - 23 May 2006 23:20 GMT
This is the kind of thing that makes it worth skimming through these
posts from time to time. I had no idea that Excel could do this, and
I've written some pretty complex formulae to do it in the past. Life
will be easier in the future.

Thanks.
Bob Greenblatt - 24 May 2006 20:00 GMT
On 5/23/06 6:20 PM, in article
1148422837.705903.144090@38g2000cwa.googlegroups.com, "TR"
<trpublicaddress@yahoo.com> wrote:

> This is the kind of thing that makes it worth skimming through these
> posts from time to time. I had no idea that Excel could do this, and
> I've written some pretty complex formulae to do it in the past. Life
> will be easier in the future.
>
> Thanks.

Oh, and if you do not want Excel to round off the fractions, but to always
display them in eights for example, format the cells as: 0 ?/8.

Signature

Bob Greenblatt [MVP], Macintosh
bobgreenblattATmsnDOTcom

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.