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!
@MikeThomas67Ай бұрын
You are so welcome!
@halliecampos22716 ай бұрын
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!!
@MikeThomas676 ай бұрын
@halliecampos2271 Thank you for taking the time to comment ❤️
@jacklaval2 ай бұрын
That part ^^ Thank you kindly! I appreciate your transparency! And still super helpful information 🤜🤛
@yellowdeucetennis11 ай бұрын
This is awesome, thanks!
@MikeThomas6710 ай бұрын
Glad you like it!
@excel_ladz Жыл бұрын
This is excellent! Thanks so much lad 🔥
@ViniciusDalviTrancoso Жыл бұрын
It helped me so much, thank you, professor
@dandan_noodles_9 ай бұрын
Very helpful! Thanks!
@MikeThomas679 ай бұрын
You're welcome!
@idontknowexcel5 ай бұрын
Just confirming, the map would be static. One could change the locations, but the map will always stay the same. Is that accurate?
@MikeThomas675 ай бұрын
@idontknowexcel Using my solution yes the map is static. That's the one downside of the 3D Map tool
@Awesome-Imalive8 ай бұрын
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?
@mario17-t3410 ай бұрын
Thanks so much, was so easy, can it work with real street addresses let say in the same city?
@MikeThomas6710 ай бұрын
@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
@mario17-t3410 ай бұрын
@@MikeThomas67 Thanks Mr.Thomas, alas not long/lat available, need to run it thru API
@mario17-t3410 ай бұрын
@@MikeThomas67 Thanks Mr.Thomas. Yea I need to learn Long/Lat first, my input only street address
@arpitkumar7848 Жыл бұрын
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
@MikeThomas67 Жыл бұрын
@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
@emjayleebradoo5 ай бұрын
kzbin.info/www/bejne/i5etfKKrjdyVkNE
@unohoncho7727 Жыл бұрын
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?
@MikeThomas67 Жыл бұрын
@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
@il_han8867 Жыл бұрын
Very nice work, thank you. How is it calculated as driving between two distances?
@abhim964 Жыл бұрын
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 ?
@robertreedholm321711 ай бұрын
My Excel does not have the geographic selection. how do I add that to excel?
@MikeThomas6711 ай бұрын
@robertreedholm3217 What version do you have? Use File > Account to check
@oliviahamelius435311 ай бұрын
Why did you use a factor of 3959 in the formula?
@MikeThomas6711 ай бұрын
@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
@danielledavidson4455 Жыл бұрын
How do you change to KM instead of miles
@MikeThomas67 Жыл бұрын
@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
@RichardBenjaminYrastorza8 ай бұрын
I'm getting #num! error after I placed in the long and lat