This works perfect in Excel
=WEBSERVICE("http://maps.googleapis.com/maps/api/distancematrix/xml?origins=" & ENCODEURL(A5) & "&destinations=" & ENCODEURL(B5) & "&mode=driving&sensor=false")
But webservice doesn't work for Excel Online. I dont want to use google sheets because of limitations.
Is there a work around for this function for Excel Online without trying to figure out some crazy code that a newbie like me wouldn't understand ?
Thank You Excel Master.
=WEBSERVICE("http://maps.googleapis.com/maps/api/distancematrix/xml?origins=" & ENCODEURL(A5) & "&destinations=" & ENCODEURL(B5) & "&mode=driving&sensor=false")
But webservice doesn't work for Excel Online. I dont want to use google sheets because of limitations.
Is there a work around for this function for Excel Online without trying to figure out some crazy code that a newbie like me wouldn't understand ?
Thank You Excel Master.