【问题标题】:How to create an Excel Hyperlink for Google Maps (Start and Stop locations) using only street addressesHow to create an Excel Hyperlink for Google Maps (Start and Stop locations) using only street addresses
【发布时间】:2022-12-02 01:46:26
【问题描述】:

I'm struggling to take 2 separate street addresses from Excel and turn them into a Hyperlink that would open Google Maps and automatically populate the "To" and "From" locations. The addresses are not static and will change, which is where i'm stuck :(

Cell A1 (Start) > 3300 Jackson Pike, Grove City, OH 43123

Cell B1 (Stop) > 2650 Old Dublin Rd, Hilliard, OH 43026

Cell C1 > (Insert formula with Hyperlink)

When done correctly Google Maps would open and return the following URL

https://www.google.com/maps/dir/3300+Jackson+Pike,+Grove+City,+OH/2650+Old+Dublin+Rd,+Hilliard,+OH+43026/@39.8386123,-82.9822306,12z/data=!3m1!4b1!4m14!4m13!1m5!1m1!1s0x88388452ec3ff725:0x3ab38f258461098b!2m2!1d-83.0233818!2d39.8952771!1m5!1m1!1s0x8838919473925ff9:0xf26aaec4b10fe02f!2m2!1d-83.1043332!2d40.0064656!3e0

I am trying to do do this with formulas only, avoiding any coding if at all possible.

Thanks In Advance Ryan #TheCommonCoreCoder

【问题讨论】:

    标签: excel google-maps excel-formula hyperlink formula


    【解决方案1】:

    Cell C1 =

    =HYPERLINK(“https://www.google.com/maps/dir/” & A1 & “/“ & B1 , “Directions”)
    

    Google maps knows how to take it from there.

    【讨论】:

      猜你喜欢
      • 2022-12-02
      • 2022-12-19
      • 2022-12-02
      • 2022-12-02
      • 2022-12-02
      • 2022-12-27
      • 2022-12-27
      • 2022-12-27
      • 2022-12-02
      相关资源
      最近更新 更多