Hi All,
Hope you're well and safe.
Having another mental meltdown and wonder if anyone can steer me right please?
I have a start address in E1, end address in F1
In M1 I have:
=CONCATENATE("Google Maps",SUBSTITUTE(E1," ","+"),"&daddr=",SUBSTITUTE(F1," ","+"))
in M2 I have
=HYPERLINK(M1)
Which works. I click it and get the maps pop up for the two destinations. However, I can't seem to get this to function in one cell, i.e. M1 being:
=HYPERLINK(CONCATENATE("Google Maps",SUBSTITUTE(E1," ","+"),"&daddr=",SUBSTITUTE(F1," ","+")))
Just get an error pop up to say cannot open the specified file?
Cheers in advance everyone
Hope you're well and safe.
Having another mental meltdown and wonder if anyone can steer me right please?
I have a start address in E1, end address in F1
In M1 I have:
=CONCATENATE("Google Maps",SUBSTITUTE(E1," ","+"),"&daddr=",SUBSTITUTE(F1," ","+"))
in M2 I have
=HYPERLINK(M1)
Which works. I click it and get the maps pop up for the two destinations. However, I can't seem to get this to function in one cell, i.e. M1 being:
=HYPERLINK(CONCATENATE("Google Maps",SUBSTITUTE(E1," ","+"),"&daddr=",SUBSTITUTE(F1," ","+")))
Just get an error pop up to say cannot open the specified file?
Cheers in advance everyone