Converting eastings / northings to Latitude / longitude or KML

Zamyatin

New Member
Joined
Mar 28, 2012
Messages
5
I have a large amount of Northings - Eastings data which I need to convert
into Latitude - Longitude, or KML data.

I can do this manually but it is very time consuming.

Does anyone know of some VBA code or other means of converting my data together?

Thanks!
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Hi, welcome to the board.

Can you give us some examples of what exactly you want to do ?

I know what Northings, Eastings, Lat and Long are, but what's KML ?
 
Upvote 0
Location Easting Northing
Ogle Street Car Park 453295.59 349363.45
Market Place outside Library 453383.09 349347.56
Annesley Road/Baker Street 453427.73 349452.48


Hi, thanks for the reply

I've posted some sample info above.

Ideally I would end up with the E/N data in the shape of latitude -longitude.

So the first example would be 53.038894, -1.206613

KML is keyhole mark up language, used for coding data for use on a map

Thanks again!
 
Upvote 0
OK thanks, I was hoping for some kind of equation.

I think there are two possible approaches for you.

First, if you are happy to rely on that website (or some other that does the same job), there are probably ways that you can write a macro that will automate the process that you go through, of inputting your Northings and Eastings and capturing the output generated by the website. That is beyond my capabilities, sorry, but probably not beyond that of other people on this board. There are lots of threads on here about automating interaction with websites.

Second, if you can find some kind of equation that does the calculation, you could write an Excel formula that does the same thing, and we can help you write that formula if you can't do it yourself. I did a bit of research on finding out the equation but I'm afraid I don't have time to do this fully, but I'm sure the answer is out there.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,217,053
Messages
6,134,318
Members
449,865
Latest member
dhpaul1031

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