Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
i have a column of info in degrees/min/sec
example: 254802N 0503311E How or can vert this column to decimal degrees? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Help us to help you. Is 254802
25 degrees - 48 minutes - 02 seconds That is can we assume that the first angle only goes to 90? -- Gary''s Student "Chrissy" wrote: i have a column of info in degrees/min/sec example: 254802N 0503311E How or can vert this column to decimal degrees? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way:
Latitude: =TEXT(TEXT(LEFT(A1,6),"00\:00\:00")*24,"00.0000")& MID(A1,7,1) Longitude: =TEXT(TEXT(MID(A1,9,7),"00\:00\:00")*24,"000.0000" )&RIGHT(A1,1) Change the "00.0000" and "000.0000" to reflect the number of decimal places you want to display. In article , Chrissy wrote: i have a column of info in degrees/min/sec example: 254802N 0503311E How or can vert this column to decimal degrees? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert degrees at 'Minutes' format. i.e. 43° 22', to Decimal | Excel Discussion (Misc queries) | |||
convert decimal degrees to degrees minutes seconds | Excel Discussion (Misc queries) | |||
Convert decimal degree (lattitude/longitude) into Degree, | Excel Discussion (Misc queries) | |||
HOW DO I CONVERT ANGLES TO DECIMAL DEGREES | Excel Worksheet Functions | |||
convert decimal number to time : convert 1,59 (minutes, dec) to m | Excel Discussion (Misc queries) |