PC Review


Reply
Thread Tools Rate Thread

Converting weight

 
 
Mark Allison
Guest
Posts: n/a
 
      24th May 2006
Hi there,

I have a spreadsheet and I want to have four columns:
A - kilogram
B - stone
C - pounds
D - total pounds

I want to be able to enter data in any of the columns (B,C count as one
because someone could weigh 11stone 4lb for example) and have the other
columns automatically update.

I've managed to do this if someone enters their weight in stone and
pounds, but I have no idea how it would be achieved if I entered data in
any one of the columns.

Ideas? Can I use some kind of IF statement?

Thanks
 
Reply With Quote
 
 
 
 
Pete_UK
Guest
Posts: n/a
 
      24th May 2006
You will have to enter the data into a different column and also
indicate the units you are entering, as you can't have both a formula
and a value in a cell.

Hope this helps.

Pete

 
Reply With Quote
 
Roger Govier
Guest
Posts: n/a
 
      24th May 2006
Hi Mark
Assuming that there will either be an input in column A, or B &C and
that you have your headers in row 1,
then in D2 enter
=IF(A2>0,CONVERT(A2*1000,"g","lbm"),B2*14+C2)

If you also wanted a Kilo entry to not only show total pounds, but Stone
and pounds, or stone and pound entries to be shown as kilos, then mirror
your headings in columns E to G
E - Stone
F - Pounds
G - Kilos
In cell E2 enter
=IF(A2>0,INT(D2/14),"")
in F2 enter
=IF(A2>0,MOD(D2,14),"")
in G2 enter
=IF(A2=0,D2/2.205,"")

Format cells to required number of decimal places and copy down as far
as required.
--
Regards

Roger Govier


"Mark Allison" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi there,
>
> I have a spreadsheet and I want to have four columns:
> A - kilogram
> B - stone
> C - pounds
> D - total pounds
>
> I want to be able to enter data in any of the columns (B,C count as
> one because someone could weigh 11stone 4lb for example) and have the
> other columns automatically update.
>
> I've managed to do this if someone enters their weight in stone and
> pounds, but I have no idea how it would be achieved if I entered data
> in any one of the columns.
>
> Ideas? Can I use some kind of IF statement?
>
> Thanks



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Olympic Weight Bar Weight Anelli@shari.com Microsoft Access Forms 0 21st May 2009 05:40 AM
Converting Weight - Lbs to Tons Judi Microsoft Access 5 28th Aug 2008 08:42 PM
how to limit the Weight of any weight distribution Flawlesgem Microsoft Excel Misc 5 8th Mar 2008 09:34 PM
how to limit the Weight of any weight distribution Flawlesgem Microsoft Excel Worksheet Functions 1 7th Mar 2008 11:22 AM
Weight loss line chart to monitor weight loss progress =?Utf-8?B?UyBGb3g=?= Microsoft Excel Charting 6 8th Nov 2005 05:10 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:46 AM.