Converting into gps coordinates

SophieLR

New Member
Joined
May 23, 2018
Messages
2
Dear forum.

I have made an Excel sheet, where I entered (copy-pasted) gps coordinates from Google Maps. The column settings in Excel were not adjusted from the beginning, because I couldn't seem to find the right setting. This means that the current format is e.g. 55.419.474 10.455.039 and should be 55.419474 10.455039. How do I change this in a smart way? Because I have several hundred gps points I have to correct now. I will really appreciate your advice.

Best wishes, Sophie
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Hi. Presuming thats in one cell then try this:

=SUBSTITUTE(SUBSTITUTE(A1,".","",4),".","",2)
 
Upvote 0
Dear Steve.

Thank you! I'm sorry I forgot to mention that the numbers are in two cells, like this
55.009.9979.253.622

<tbody>
</tbody><colgroup><col><col></colgroup>

It is possible to "drag" the code and thereby apply it to all my Excel cells, even though the numbers are not the same (the format is however the same)?

/Sophie
 
Upvote 0
Sure. The formula i provided would work but you can just use this. Drag it across and down.

=SUBSTITUTE(A1,".","",2)
 
Upvote 0

Forum statistics

Threads
1,215,028
Messages
6,122,753
Members
449,094
Latest member
dsharae57

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