It's alright - I can see now that your first cell is D5. You can't put
the formula in the same column as it will overwrite the data that you
have, so make use of an empty column (eg column H) and put this
formula in H5:
=IF(ISNUMBER(FIND("
",D5)),LEFT(D5,FIND("'",D5)-1)*12+MID(D5,FIND("-",D5)+1,2)+MID(D5,FIND("
",D5),FIND("/",D5)-FIND(" ",D5))/MID(SUBSTITUTE(D5,CHAR(34),"
"),FIND("/",D5)+1,3),LEFT(D5,FIND("'",D5)-1)*12+MID(SUBSTITUTE(D5,CHAR(34),"
"),FIND("-",D5)+1,2))
This is all one formula, so be wary of spurious line-breaks that the
newsgroups sometimes introduce (usually showing up as hyphens).
I've tested it out on your examples and also on 14'-11 23/64", which
returns the correct result of 179.359375, so it seems to work. Format
the cell with the appropriate number of decimal places, and then copy
the formula down.
If you don't want this extra column in your sheet, you can fix the
values from the formula and then paste them over the original values
in column D and then delete column H.
Hope this helps.
Pete
> Hi Dee,
>
[quoted text clipped - 32 lines]
>
> - Show quoted text -
Dee - 18 Sep 2007 16:18 GMT
Hey Pete,
Thank you again. I'll give it a go later today, when I'm in work.
Regs
Dee
> It's alright - I can see now that your first cell is D5. You can't put
> the formula in the same column as it will overwrite the data that you
[quoted text clipped - 59 lines]
> >
> > - Show quoted text -