UK Postcode link to Google Maps

The Jackal

New Member
Joined
May 30, 2018
Messages
13
Hi,

I am trying to create a map from a postcode in cell C13 by using this formula in I13.

=HYPERLINK("Google Maps"&C13,"MAP")

This opens google maps up but the search in Google Maps that is performed is "C13". I want this to be the postcode, not the cell.

Any ideas???
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Hi The Jackal,

Google is often changing and I believe that method stopped working some time ago. Google normally wants you to register with them for an API key but this API option seems to work....for now.

TheJackal.xlsx
CDE
12
13NE9 7TYMAP
14GL1 2EHMAP
15
Sheet1
Cell Formulas
RangeFormula
E13:E14E13=HYPERLINK("https://www.google.com/maps/search/?api=1&query="&C13,"MAP")
 
Upvote 0
Solution
Hi The Jackal,

Google is often changing and I believe that method stopped working some time ago. Google normally wants you to register with them for an API key but this API option seems to work....for now.

TheJackal.xlsx
CDE
12
13NE9 7TYMAP
14GL1 2EHMAP
15
Sheet1
Cell Formulas
RangeFormula
E13:E14E13=HYPERLINK("https://www.google.com/maps/search/?api=1&query="&C13,"MAP")
Works perfectly, Thanks
 
Upvote 0
Well,

It worked at home when using my chromebook (sheets) but now i have put it into excel its not working again.

Very strange.
 
Upvote 0
Still working OK for me:

Excel Formula:
=HYPERLINK("https://www.google.com/maps/search/?api=1&query="&C13,"MAP")
 
Upvote 0

Forum statistics

Threads
1,215,517
Messages
6,125,288
Members
449,218
Latest member
Excel Master

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top