I've got a spreadsheet that includes two cells with longitude and latitude. Google maps has a feature that allows you to input the long. and lat. coordinates into a website URL. I want to put these two things together and be able to link to a map displaying the location of the coordinates in the cells. FRUSTRATINGLY, I just can't seem to get it to work...
Here's my basic example of the cells:
L2 M2
LONGITUDE LATITUDE
29.96076 -90.10341
Here's the formula I've got in my Google Maps Hyperlink Cell
=HYPERLINK("http://maps.google.com/maps?q=" &L2 & "," &M2 & ")
The basic Google maps long/lat URL is
http://maps.google.com/maps?q=LONGITUDE,LATITUDE
If the formula above was working properly it should have created:
http://maps.google.com/maps?q=29.96076,-90.10341
Sadly, all this formula does is sit there on my spreadsheet like a bump on a log, it doesn't turn blue and underlined, and it doesn't bring me to google maps. What's wrong with my formula?
Please help!
Bookmarks