halesowenmum
Active Member
- Joined
- Oct 20, 2010
- Messages
- 383
- Office Version
- 365
- Platform
- 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.
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: