Measuring distance between Lat / Lon (Decimal Degrees) coordinates in Excel

ollyhughes1982

Well-known Member
Joined
Nov 27, 2018
Messages
677
Office Version
  1. 365
Platform
  1. MacOS
Hi,

Has anyone managed to successfully measure distance between Lat / Lon (Decimal Degrees) coordinates in Excel?

I was given the below example by someone, but I can’t seem to get it work:

=6371*(ACOS(SIN(K$2*PI()/180)*SIN(C2*PI()/180) + COS(K$2*PI()/180)*COS(C2*PI()/180)*COS((J$2-B2)*PI()/180)))
Key:
Home parkrun = Lat: J$2 / Lon: K$2
Comparison parkrun = Lat: B2 / Lon: C2

I have attempted this with my data (highlighted this in yellow in my worksheet) where I’m trying to measure the distance between my home parkrun (Coed Cefn-pwll-du) and my nearest run I haven’t completed yet (Trelai Park parkrun). I know the distance should approximately be 14K. - I think this is as the crow flies.

My file is here: My parkrun Record - GEOGRAPHY.xlsx

Thanks!
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Upvote 0

Forum statistics

Threads
1,214,987
Messages
6,122,618
Members
449,092
Latest member
amyap

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