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.
Comments
-
Hello @CJ_18341! Welcome to the community. I'll get someone to help you soon.
-
While in Mapbrowser, you can copy the url in the web browser and then paste it into your spreadsheet. The url would be like this here:
-
Thank you, I will try that.
-
Hi @CJ_18341,
Adding to what Jeff has shared, you can learn more on how to use the MapBrowser URL with the help of our documentation ( . I hope this helps.