GPS and Excel

Hommie

New Member
Joined
Oct 8, 2004
Messages
34
Trying to enter in GPS into Excel with the following NumberCustomFormat. My aim is to just type in the code and it gives me the decimals.

Custom dormat is : ###""##"."###

The problem is that it is leaving out the period after the 5th digit. I know I have to do the ALT+0176 to get the degrees symbol.

I would like to just put 25 (ALT+0176; for the degrees) 05895.

It would look like 25°05.895

Any answers would be apreaiated.

Thanks in advance.
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
How about a formula, so you can just enter the numeric postion:

=LEFT(A2,2)&"°"&MID(A2,3,2)&"."&RIGHT(A2,3)

HTH,

Smitty
 
Upvote 0

Forum statistics

Threads
1,224,853
Messages
6,181,414
Members
453,038
Latest member
muhsen

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