Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How to convert Kgs to Stns, Pds & Ozs

My wife is a dialysis patient at Freeman Hospital, Newcastle, UK and is more
used to the older units than Kgs. I have been trying to find a formular that
would convert Kgs to Stns, pounds and ounces with the result looking like,
61.5kg = 9stn 9lbs 10ozs
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default How to convert Kgs to Stns, Pds & Ozs

=ROUNDDOWN(kilos*0.15749,0) & " st " &
ROUNDDOWN((kilos* 35.27 - ROUNDDOWN(kilos * 0.15749,0)*224)/16,0) & " lb " &
ROUNDDOWN(kilos * 35.27 - ROUNDDOWN(kilos *0.15749,0)*224 - ROUNDDOWN((kilos
* 35.27 - ROUNDDOWN(kilos* 0.15749,0)*224)/16,0)*16,2) & " oz"

but do test it thoroughly, I would hate to be responsible for an incorrect
dosage.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"FKBarnett" wrote in message
...
My wife is a dialysis patient at Freeman Hospital, Newcastle, UK and is

more
used to the older units than Kgs. I have been trying to find a formular

that
would convert Kgs to Stns, pounds and ounces with the result looking like,
61.5kg = 9stn 9lbs 10ozs



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,574
Default How to convert Kgs to Stns, Pds & Ozs

You can also go to google and etner, say "100 kilos to stones" and google's
calculation function will return it for you. For reference:
http://www.google.com/search?hl=en&q...ilos+to+stones

"Bob Phillips" wrote:

=ROUNDDOWN(kilos*0.15749,0) & " st " &
ROUNDDOWN((kilos* 35.27 - ROUNDDOWN(kilos * 0.15749,0)*224)/16,0) & " lb " &
ROUNDDOWN(kilos * 35.27 - ROUNDDOWN(kilos *0.15749,0)*224 - ROUNDDOWN((kilos
* 35.27 - ROUNDDOWN(kilos* 0.15749,0)*224)/16,0)*16,2) & " oz"

but do test it thoroughly, I would hate to be responsible for an incorrect
dosage.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"FKBarnett" wrote in message
...
My wife is a dialysis patient at Freeman Hospital, Newcastle, UK and is

more
used to the older units than Kgs. I have been trying to find a formular

that
would convert Kgs to Stns, pounds and ounces with the result looking like,
61.5kg = 9stn 9lbs 10ozs




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
Convert displayed number to absolute value jmorris305 Excel Discussion (Misc queries) 3 February 28th 06 01:27 AM
Convert decimal degree (lattitude/longitude) into Degree, Tim Ashcom Excel Discussion (Misc queries) 5 August 17th 05 04:53 PM
CONVERT Function Disappered in Excel Gord Dibben Excel Discussion (Misc queries) 3 April 13th 05 07:59 PM
convert decimal number to time : convert 1,59 (minutes, dec) to m agenda9533 Excel Discussion (Misc queries) 8 January 20th 05 10:24 PM
Convert Numeric into Text Monty Excel Worksheet Functions 0 December 18th 04 09:25 PM


All times are GMT +1. The time now is 09:57 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"