pcvchriskmg
Board Regular
- Joined
- Feb 10, 2010
- Messages
- 118
Hello,
I have a large list of latitude and longitude points, but they are not in the correct format. For example, they are in the format : 49:47:16,20 as opposed to 49°47'16.20" (Google maps can only read the latter).
I recorded a small little macro that replaces the first colon ) with the degrees sign (°), the second colon ) with the hours (') and the comma (,) with a period (.) I then added the minutes (") at the end, When I run it, however, it replaces the numbers with the original numbers in the cell that I had recorded the macro on.
I also experimented a little bit with "Find and Replace" but that didn't work either.
What's a simple way for me to change the format of all these cells so that I have the correct latitude/longitude format?
Thanks in advance,
Chris
I have a large list of latitude and longitude points, but they are not in the correct format. For example, they are in the format : 49:47:16,20 as opposed to 49°47'16.20" (Google maps can only read the latter).
I recorded a small little macro that replaces the first colon ) with the degrees sign (°), the second colon ) with the hours (') and the comma (,) with a period (.) I then added the minutes (") at the end, When I run it, however, it replaces the numbers with the original numbers in the cell that I had recorded the macro on.
I also experimented a little bit with "Find and Replace" but that didn't work either.
What's a simple way for me to change the format of all these cells so that I have the correct latitude/longitude format?
Thanks in advance,
Chris