Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Excelnewbie
 
Posts: n/a
Default How do I format cells to accept stones and pounds?

I am trying to set up a chart showing weight comparisons in stones and pounds.

How do I format cells to accept values e.g. 14st 6lb etc? (I don't just want
to put in the total pounds value of e.g. 202 instead of 14st 6lb)
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student
 
Posts: n/a
Default How do I format cells to accept stones and pounds?

In A1 enter:
202

In B1 enter:
=A1*0.0714285781774163


In C1 enter:
=INT(B1)


In D1 enter:
=INT((B1-INT(B1))/0.0714285781774163)


In E1 enter:
=C1 & " st " & D1 & " lb"


and you will see:
202 14.42857279 14 6 14 st 6 lb

You can hide the intermediate columns if you like.
--
Gary''s Student


"Excelnewbie" wrote:

I am trying to set up a chart showing weight comparisons in stones and pounds.

How do I format cells to accept values e.g. 14st 6lb etc? (I don't just want
to put in the total pounds value of e.g. 202 instead of 14st 6lb)

  #3   Report Post  
Posted to microsoft.public.excel.misc
Bernard Liengme
 
Posts: n/a
Default How do I format cells to accept stones and pounds?

Alternatively format the cells with custom format # ??/14
Now you can enter, for example, 12 5/14 for 12 stone 5 lbs (I remember that
was my weight when I was 21!)
The advantage being you can do arithmetic on these values.
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Excelnewbie" wrote in message
...
I am trying to set up a chart showing weight comparisons in stones and
pounds.

How do I format cells to accept values e.g. 14st 6lb etc? (I don't just
want
to put in the total pounds value of e.g. 202 instead of 14st 6lb)



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how can I put weights in stones and pounds into an excel spreadshe SteveM Excel Discussion (Misc queries) 1 September 6th 05 09:32 AM
how can i use imperial units eg stones and pounds Rod C Excel Discussion (Misc queries) 2 February 16th 05 11:55 AM
I've got a formula for stones and pounds - how do I get an excel . mikelenno Charts and Charting in Excel 4 January 25th 05 08:45 PM


All times are GMT +1. The time now is 07:56 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"