1 response
Since your minutes and seconds never change as far as character lengths, the trick is to know how long the character set for the degree is. Since you have 5 characters that will never change (your decimal, 2 characters for minutes and 2 characters for seconds), the length of the degree is the total length minus five.
Set your formula to left(c5,len(c5)-5)+mid(c5,len(c5)-3,2)+right(c5,2)
Set your formula to left(c5,len(c5)-5)+mid(c5,len(c5)-3,2)+right(c5,2)
Dec 31, 2008 at 01:56 PM