Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have created a template to record my weightloss, however, I have created it
using lbs for the actual weight and I would like to convert this into stones and pounds. I have tried dividing by 14 but it's just not working, I've also tried to find a formula but again I'm struggling. I know that this is the easiest thing in the world and it's just staring me in the face, but can anyone help at all please? Thanks, L |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
With your loss in pounds in A1 try
=INT(A1/14)&"Stones "&MOD(A1,14)&" Pounds" Mike "DartFrog" wrote: I have created a template to record my weightloss, however, I have created it using lbs for the actual weight and I would like to convert this into stones and pounds. I have tried dividing by 14 but it's just not working, I've also tried to find a formula but again I'm struggling. I know that this is the easiest thing in the world and it's just staring me in the face, but can anyone help at all please? Thanks, L |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
With weight in lbs in A1 in B1 =INT(A1/14) will give Stones in C1 =MOD(A1,14) will give the remaining pounds -- Regards Roger Govier "DartFrog" wrote in message ... I have created a template to record my weightloss, however, I have created it using lbs for the actual weight and I would like to convert this into stones and pounds. I have tried dividing by 14 but it's just not working, I've also tried to find a formula but again I'm struggling. I know that this is the easiest thing in the world and it's just staring me in the face, but can anyone help at all please? Thanks, L |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Alternatively if pounds are in A1, in B1 enter =A1/14 then use Format |Cells
to give the cell a custom format of # ??/14 best wishes -- Bernard V Liengme www.stfx.ca/people/bliengme remove caps from email "DartFrog" wrote in message ... I have created a template to record my weightloss, however, I have created it using lbs for the actual weight and I would like to convert this into stones and pounds. I have tried dividing by 14 but it's just not working, I've also tried to find a formula but again I'm struggling. I know that this is the easiest thing in the world and it's just staring me in the face, but can anyone help at all please? Thanks, L |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Weight Breaks? | Excel Worksheet Functions | |||
Gridline weight | Charts and Charting in Excel | |||
Converting weight | New Users to Excel | |||
Weight loss line chart to monitor weight loss progress | Charts and Charting in Excel | |||
Need help w/ "Weight Formula" | Excel Worksheet Functions |