I have a column in which I am trying to join a URL and two columns, one for Long, one for Lat. My goal is to write a formula to join them (i've tried, join, i've tried +)…. so that I can click on the link and be taking to the google map for the site. The issue is, the first coordinate is followed by a comma and the second coordinate isn't included in the URL hyperlink.
I can COPY the value of the cell and paste it into the web browser and it works, but I want to be able to click on the link in the cell. Any thoughts?
Current formula I'm using is: =[Google Maps]# + JOIN(Longitude@row:Latitude@row, ",")