Thank you so much for not wasting time! We are looking for something that is Mac specific, and the fact that you shared that this was only possible in windows, was very helpful!
I did not find this helpful for my purposes, but THANK YOU for being so transparent with your not wasting time. This was BRILLIANT, and I appreciate you!!
@dai786 If you have the longitude and latitude of the address then yes. Google "longitude and latitude of specific address" for how to get that information
I like it but there seems to be a degree of inaccuracy if you compare to the AA distance calculator - That doesn't mean the AA calculator is right of course (I don't even know how they calculate their distances) but I have to change the * 3959 value in the formula to 4700 to get it to somewhat compare (even still with a degree of inaccuracy when I've checked differing distances) - What is the * 3959 representative of?
@unohoncho7727 Not being a maths whizz, I took the information from here: stackoverflow.com/questions/11879053/driving-distance-between-two-coordinates. And I don't know how the AA works it out either. But the method I used uses longitude and latitude of the specified locations
@arpitkumar7848 As long as you have the longitude and latitude for the location you should be able to calculate the distances. Unfortunately Excel can't generate these for countries and addresses but there are plenty of resources online where you can get that information
@oliviahamelius4353 I Googled and came across this website where someone had kindly created the formula I needed: stackoverflow.com/questions/11879053/driving-distance-between-two-coordinates
Does it give the shortest distance between Manchestor and London or distance by road? if i need to calculate distance by road from Manchesor and London, what is the formula ?
Thank you so much for not wasting time! We are looking for something that is Mac specific, and the fact that you shared that this was only possible in windows, was very helpful!
I did not find this helpful for my purposes, but THANK YOU for being so transparent with your not wasting time. This was BRILLIANT, and I appreciate you!!
@halliecampos2271 Thank you for taking the time to comment ❤️
That part ^^ Thank you kindly! I appreciate your transparency! And still super helpful information 🤜🤛
It helped me so much, thank you, professor
This is excellent! Thanks so much lad 🔥
This is awesome, thanks!
Glad you like it!
Thanks so much, was so easy, can it work with real street addresses let say in the same city?
@dai786 If you have the longitude and latitude of the address then yes. Google "longitude and latitude of specific address" for how to get that information
@@MikeThomas67 Thanks Mr.Thomas, alas not long/lat available, need to run it thru API
@@MikeThomas67 Thanks Mr.Thomas. Yea I need to learn Long/Lat first, my input only street address
Just confirming, the map would be static. One could change the locations, but the map will always stay the same. Is that accurate?
@idontknowexcel Using my solution yes the map is static. That's the one downside of the 3D Map tool
Great video! I´m trying to figure out how to find the X,Y distance between 4 cities, using a city as reference (0,0). Do you know how can I do this?
Very nice work, thank you. How is it calculated as driving between two distances?
Very helpful! Thanks!
You're welcome!
I like it but there seems to be a degree of inaccuracy if you compare to the AA distance calculator - That doesn't mean the AA calculator is right of course (I don't even know how they calculate their distances) but I have to change the * 3959 value in the formula to 4700 to get it to somewhat compare (even still with a degree of inaccuracy when I've checked differing distances) - What is the * 3959 representative of?
@unohoncho7727 Not being a maths whizz, I took the information from here: stackoverflow.com/questions/11879053/driving-distance-between-two-coordinates. And I don't know how the AA works it out either. But the method I used uses longitude and latitude of the specified locations
Would it be possible to get the same done for list of countries, sites , address, Pin code and find which all are nearby each other and form a cluster
@arpitkumar7848 As long as you have the longitude and latitude for the location you should be able to calculate the distances. Unfortunately Excel can't generate these for countries and addresses but there are plenty of resources online where you can get that information
ua-cam.com/video/UfJKouXwbZo/v-deo.html
My Excel does not have the geographic selection. how do I add that to excel?
@robertreedholm3217 What version do you have? Use File > Account to check
Why did you use a factor of 3959 in the formula?
@oliviahamelius4353 I Googled and came across this website where someone had kindly created the formula I needed: stackoverflow.com/questions/11879053/driving-distance-between-two-coordinates
Does it give the shortest distance between Manchestor and London or distance by road? if i need to calculate distance by road from Manchesor and London, what is the formula ?
How do you change to KM instead of miles
@danielledavidson4455. Edit the formula: =INT(ACOS(COS(RADIANS(90-B4)) * COS(RADIANS(90-B5)) + SIN(RADIANS(90-B4)) * SIN(RADIANS(90-B5)) * COS(RADIANS(C4-C5))) * 3959)
Change the 3959 to 6371
Thanks to: stackoverflow.com/questions/11879053/driving-distance-between-two-coordinates
I'm getting #num! error after I placed in the long and lat