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

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
Upvote 0

Forum statistics

Threads
1,215,501
Messages
6,125,169
Members
449,212
Latest member
kenmaldonado

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