Adding/subtracting imperial stones and lbs

halesowenmum

Active Member
Joined
Oct 20, 2010
Messages
383
Office Version
  1. 365
Platform
  1. Windows
Hiya

I'm using this to convert kgs to Stones and Lbs which works great:
=INT(ROUND(N1*2.2046,0)/14)&"st "&MOD(ROUND(N1*2.2046,0),14)&"lbs"

and gives this result:
9st 11lbs

For any cells with the stones and lbs results in them I'd like to be able to add/subtract and it add or subtract it correctly - if I use use plus or minus I get #VALUE!

Do I need to add and subtract with a formula?

Also, I'd like to be able to copy it along to other cells but if there's no value to show, for it to just return a completely blank cell? That would be really good.

Thanks.
 
Last edited:

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
For any cells with the stones and lbs results in them I'd like to be able to add/subtract and it add or subtract it correctly - if I use use plus or minus I get #VALUE!

Hi, why don;t you just do the addition/subtraction on the cells that contain the original values in kg and perform the same conversion on the result.
 
Upvote 0
Hi Form R - yes I could do that and probably that'll be the easiest - just wondered if there was a formula for doing it direct so to speak though.

I'm fiddling about with the kg's now. Thanks.
 
Upvote 0
just wondered if there was a formula for doing it direct so to speak though.

Hi, it certainly wouldn't be an easy one, the formula you are using to calculate the st/lbs returns text which can't be used directly for mathematical calculations. You would have to jump through hoops convert it back to a number - which seems overkill as you already have the numeric equivalents.
 
Upvote 0

Forum statistics

Threads
1,215,360
Messages
6,124,493
Members
449,166
Latest member
hokjock

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top