Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 193
Default degrees minutes seconds

How do I formate a cell or column of cells to handle full angular
measurements. eg 359degrees 59' 59.99" Similar to time except the 'hour'
would go up to 360 not 24.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default degrees minutes seconds

Hi Terry:

This topic is very well covered in:

http://www.cpearson.com/excel/latlong.htm
--
Gary''s Student - gsnu200723
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default degrees minutes seconds

I found that I had to add the degrees seperate as I was using the TIME
function (otherwise the value is not interperated as time, but as a sting) to
create a number (time) from a text string.

So I created the minutes and seconds and added the degrees/24. The help file
states that the degrees over 24 will be reduced by 24 until it is between 0
and 23.

This example I used was to create a useable value from a Lieca GSI file
created by a Total Station (surveying talk):

B7 21.324+0000000016828040
B8 168°28'04" from formula

=(LEFT(RIGHT(B7,8),3)/24)+TIME(0,LEFT(RIGHT(B7,5),2),LEFT(RIGHT(B7,3),2) )

Bit hard to follow, but do a cut and paste and it should work.

Paul the Surveyor

PS. Gary's stuff is good and gave me the right pointers.

"Gary''s Student" wrote:

Hi Terry:

This topic is very well covered in:

http://www.cpearson.com/excel/latlong.htm
--
Gary''s Student - gsnu200723

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you convert decimal degrees to degrees minutes seconds David Excel Discussion (Misc queries) 2 September 21st 06 09:38 PM
how can i convert degrees/minutes/seconds to decimal degrees? Chrissy Excel Discussion (Misc queries) 2 April 28th 06 12:14 PM
calculate from degrees to degrees/minutes/seconds on excel? C. Hollinger Excel Worksheet Functions 1 March 14th 06 08:57 PM
convert decimal degrees to degrees minutes seconds Chris r Excel Discussion (Misc queries) 2 December 6th 05 10:40 PM
converting from digital degrees to degrees minutes seconds Patricio Boric Excel Worksheet Functions 1 November 28th 04 07:43 PM


All times are GMT +1. The time now is 12:50 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"