Please refresh my memory. How many seconds in a minute (is it 60 like time)? How my minutes in a degree?
BarrieBarrie Davidson
You can create a couple of formulas to do the conversion. If you decimal value is in A1 the put this formula in cell B2; TRUNC(A1,0). This gets the degress portion of the value. Next, put this formula in cell A2; (A1-B1)*60. This converts the remainder to decimel minutes. Next, put this formula in cell B2; TRUNC(B2). This gets the whole number portion of the minutes. Next put this formula in cell B3; (A2-B2)*60. This converts the remainder to decimel seconds. The result in cells B1, B2, and B3 are Degrees, Minutes and Seconds, repsectively from a decimal value entered in cell A1.
Yes there are 60 in each
Tracer
Please see Dave's response (nt)