Hyperlink to Coordinates Using Excel?

Greetings,

I'm looking to see if there's a way to hyperlink coordinates in an Excel spreadsheet so that NearMap opens up to the exact point referenced. I have the Lat/Long in Columns A and B, respectively, and I'm able to do it with GoogleMaps, so I'm wondering if the same capabilities are available with NearMap. Below is the formula I use in the Excel cell that provides the link to open directly to the GoogleMap version of my coordinates (A1 = latitude, B1 = longitude).

=HYPERLINK("https://maps.google.com/maps?q="&CONCATENATE(A1,",",B1),"Map It")

Any help in developing and utilizing NearMap with a hyperlink would be appreciated! Thanks in advance.

Tagged:

Comments