This has me confused!
I have a sheet with a column of dates and a column of imperial weights that look like "10st 6lb". I need to chart the weights but cant seem to do it. I converted the cell into something I thought Excel would understand by using the following:
=LEFT(B2,FIND("st",B2,1)-1)&"."&MID(B2,FIND("st",B2,1)+3,FIND("lb",B2,1)-1-FIND(" ",B2,1))
but I hadn't realised that Excel would consider 10.11 to be smaller than 10.2. Obviously, I want it to be "ten delimiter eleven" rather than "ten point one one".
I had then considered just converting to pounds or even stones with a decimal but I've been told that isn't neat enough.
The chart needs to show 10st 7lb, 10.7, 10:7 or similar rather than 10.5 (ten and a half) stone.
Does this make sense to anyone?
I have a sheet with a column of dates and a column of imperial weights that look like "10st 6lb". I need to chart the weights but cant seem to do it. I converted the cell into something I thought Excel would understand by using the following:
=LEFT(B2,FIND("st",B2,1)-1)&"."&MID(B2,FIND("st",B2,1)+3,FIND("lb",B2,1)-1-FIND(" ",B2,1))
but I hadn't realised that Excel would consider 10.11 to be smaller than 10.2. Obviously, I want it to be "ten delimiter eleven" rather than "ten point one one".
I had then considered just converting to pounds or even stones with a decimal but I've been told that isn't neat enough.
The chart needs to show 10st 7lb, 10.7, 10:7 or similar rather than 10.5 (ten and a half) stone.
Does this make sense to anyone?