Thread
:
how to convert number to bearing .exp. 40.4040 to 40d 40' 40"
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
JE McGimpsey
external usenet poster
Posts: 4,624
how to convert number to bearing .exp. 40.4040 to 40d 40' 40"
One way:
A1: 40.4040
B1: =TEXT(A1*1E4,"0\d 00\' 00\""")
In article ,
melz wrote:
how to convert number to bearing .exp. 40.4040 to 40d 40' 40"
Reply With Quote
JE McGimpsey
View Public Profile
Find all posts by JE McGimpsey