Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there a simple way to convert from angles in degrees, minutes and seconds
to decimal degrees? eg 45°30'00" = 45.5° |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You need a function, try this one.
http://support.microsoft.com/kb/213449 Mike "kobbie5h" wrote: Is there a simple way to convert from angles in degrees, minutes and seconds to decimal degrees? eg 45°30'00" = 45.5° |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks,
It's so simple I forgot how to do it. "Gary''s Student" wrote: see: http://www.cpearson.com/excel/latlong.htm -- Gary''s Student gsnu200711 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "kobbie5h" wrote: Is there a simple way to convert from angles in degrees, minutes and seconds to decimal degrees? eg 45°30'00" = 45.5° |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
http://www.cpearson.com/excel/latlong.htm
-- Regards, Peo Sjoblom "timothyl" wrote in message ... "kobbie5h" wrote: Is there a simple way to convert from angles in degrees, minutes and seconds to decimal degrees? eg 45°30'00" = 45.5° |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you are talking about "in another cell", then this formula seems to do
what you want... =LEFT(A1,FIND(CHAR(176),A1)-1)+24*TIME(0,--MID(A1,LEN(A1)-5,2),--MID(A1,LEN(A1)-2,2)) Rick "timothyl" wrote in message ... "kobbie5h" wrote: Is there a simple way to convert from angles in degrees, minutes and seconds to decimal degrees? eg 45°30'00" = 45.5° |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
convert number to its letters ( convert "1" to "One" ) | Excel Discussion (Misc queries) | |||
convert "15000" to "Fifteen thousand" in excel cell? | Excel Worksheet Functions | |||
can we convert "2 days 16 hrs" to " 64hrs" using excel functions | Excel Worksheet Functions | |||
convert "37:30:55" to decimal | Excel Discussion (Misc queries) | |||
convert decimal number to time : convert 1,59 (minutes, dec) to m | Excel Discussion (Misc queries) |