Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How can I create list of degrees,minutes,seconds

How can I create list of degrees,minutes,seconds, preferably with trig values
to 3 decimal places.

Keith
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 620
Default How can I create list of degrees,minutes,seconds

Do you need seconds if you are looking for outputs to 3 decimal places?
--
David Biddulph

"Old Keith" <Old wrote in message
...
How can I create list of degrees,minutes,seconds, preferably with trig
values
to 3 decimal places.

Keith



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default How can I create list of degrees,minutes,seconds

Checkout:

http://www.cpearson.com/excel/latlong.htm

and

http://support.microsoft.com/Default.aspx?kbid=213449


--
Gary's Student
gsnu200701


"Old Keith" wrote:

How can I create list of degrees,minutes,seconds, preferably with trig values
to 3 decimal places.

Keith

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 740
Default How can I create list of degrees,minutes,seconds

maybe i am confused, you need list...try this way

on A2 is your trig degress in decimals <3 or more

for degrees on B2 = trunc(A2,0)
for minutes on C2 = trunc((A2-B2)*60,0)
for seconds on D2= =(A2-B2-C2/60)*3600

e.g. a2=128.5515 degrees
B2=128 [degree]
C2=33 [minute]
D2=5.4 [second]

just maybe..
--
*****
birds of the same feather flock together..



"Old Keith" wrote:

How can I create list of degrees,minutes,seconds, preferably with trig values
to 3 decimal places.

Keith

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 31
Default How can I create list of degrees,minutes,seconds


thanks "driller"- it's perfect !!!
old keith

"driller" wrote:

maybe i am confused, you need list...try this way

on A2 is your trig degress in decimals <3 or more

for degrees on B2 = trunc(A2,0)
for minutes on C2 = trunc((A2-B2)*60,0)
for seconds on D2= =(A2-B2-C2/60)*3600

e.g. a2=128.5515 degrees
B2=128 [degree]
C2=33 [minute]
D2=5.4 [second]

just maybe..
--
*****
birds of the same feather flock together..



"Old Keith" wrote:

How can I create list of degrees,minutes,seconds, preferably with trig values
to 3 decimal places.

Keith



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 740
Default How can I create list of degrees,minutes,seconds

you're welcome
--
*****
birds of the same feather flock together..



"Old Keith" wrote:


thanks "driller"- it's perfect !!!
old keith

"driller" wrote:

maybe i am confused, you need list...try this way

on A2 is your trig degress in decimals <3 or more

for degrees on B2 = trunc(A2,0)
for minutes on C2 = trunc((A2-B2)*60,0)
for seconds on D2= =(A2-B2-C2/60)*3600

e.g. a2=128.5515 degrees
B2=128 [degree]
C2=33 [minute]
D2=5.4 [second]

just maybe..
--
*****
birds of the same feather flock together..



"Old Keith" wrote:

How can I create list of degrees,minutes,seconds, preferably with trig values
to 3 decimal places.

Keith

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 I create a list of items in a column? stepaim Excel Worksheet Functions 3 May 6th 06 07:07 PM
Create List + Protection Jon Young Excel Discussion (Misc queries) 0 January 10th 06 12:39 AM
Trying to Create a Conditional Drop down list Noel Excel Worksheet Functions 6 July 26th 05 05:18 PM
The pivot tables 101 article says to use the "Create List" comman. cgnoland03 New Users to Excel 2 January 14th 05 11:39 PM
create a drop down list with the source from a different workbook Sampath Excel Discussion (Misc queries) 2 January 8th 05 07:57 PM


All times are GMT +1. The time now is 10:23 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"