At the moment, I know how to link two addresses with a formula and opening a rute with a Google Map link:
=hyperlink("https://www.google.com/maps/search/?api=1&query=" & D3 & " to " & D4, "directions")
But, I don`t know how to create a formula for linking more than two addresses and opening a rute with Google Map link.
Do u know how could I add more addresses to the formula?
Or, can I do it just from Apps Script?
Thanks a lot in advance! ;)