Thread: decimal angles
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
JE McGimpsey
 
Posts: n/a
Default decimal angles

One way:

If you just want to display the results:

=TEXT(A1/24,"hh° mm' ss\""")

If you want to calculate with the results:

=A1/24

format with Format/Cells/Number/Custom hh° mm' ss\"


In article ,
Arch wrote:

Newbie.
Is there a simply way to convert a decimal angle in dec/min/sec in Excel 2000?

Thank you in advance for your assistance.