Associate
- Joined
- 9 May 2005
- Posts
- 859
- Location
- Devon
Hi
I have a list of decimal degrees and I want to change them to Degrees minutes and decimals e.g. 5·00 = 5°00`·00 in excel.
I got the following formula
=IF(A1<0,"-"&TEXT(ABS(A1)/24,"[hh]\ºmm\'ss\"""),TEXT(A1/24,"[hh]\ºmm\'ss\""")) which give degrees minutes seconds but i want the seconds as a decimal.
I know it probably quite simple but I am dumb and help will be much appreciated
Thanks
I have a list of decimal degrees and I want to change them to Degrees minutes and decimals e.g. 5·00 = 5°00`·00 in excel.
I got the following formula
=IF(A1<0,"-"&TEXT(ABS(A1)/24,"[hh]\ºmm\'ss\"""),TEXT(A1/24,"[hh]\ºmm\'ss\""")) which give degrees minutes seconds but i want the seconds as a decimal.
I know it probably quite simple but I am dumb and help will be much appreciated
Thanks