Data in Degrees, Minutes, Seconds

GoKats78

Board Regular
Joined
Aug 22, 2008
Messages
166
Is there a way to format cell for angular data? Is is a "Custom" number format? if so, what is the format?

in a followup...if data dan be (and is) entered in Degrees, Minutes, Seconds can that data be converted to a decimal format?
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Hi

You can enter the data as time and use a custom format.

Ex. to enter 135 degrees 43 minutes and 22 seconds, enter

135:43:22

and format the cell with the custom format string:

[h]"d "mm"m "ss"s"

You'll see in the cell

135d 43m 22s

To get the value in decimal use

=A1*24

and format the cell as number.

In the same case you'd get:

135.723
 
Upvote 0
Also one of those obscure things that I know, but I'm not really sure why:

The key combination (hold)[ALT] + 0176 will give you the degrees symbol.

135° 43' 22"

and so on.
 
Upvote 0

Forum statistics

Threads
1,214,646
Messages
6,120,717
Members
448,985
Latest member
chocbudda

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top