Evening guys.
Ive got a load (about 30 - 40) coordinates which i would like to use in excel to generate google maps urls. I have 3 cells (side by side) 2 with coordinates and the third with the name of the coordinate.
Eg:
51.913853 -2.073365 Location 1
Using an excel formula, how can i create the url for google maps. Here is how the url should look for the above:
Thanks for any advice
Rob
Ive got a load (about 30 - 40) coordinates which i would like to use in excel to generate google maps urls. I have 3 cells (side by side) 2 with coordinates and the third with the name of the coordinate.
Eg:
51.913853 -2.073365 Location 1
Using an excel formula, how can i create the url for google maps. Here is how the url should look for the above:
Code:
http://maps.google.com/maps?q=51.913853,+-2.073365+(Home)&iwloc=A&hl=en
Thanks for any advice

Rob