Find The Distance Between Two Locations

* Latitude and Longitude are measured with degrees

ACOS( SIN(lat1*PI()/180)*
SIN(lat2*PI()/180) + 
COS(lat1*PI()/180)*
COS(lat2*PI()/180)*
COS(lon2*PI()/180-lon1*PI()/180) ) * 6371000


[I used this formula to check the distance between two locations when I created a Field Mobile PowerApps]


Photos credited to their respective owners

Popular posts from this blog

Create Multiple Folders Using Excel and a Batch File

IT Asset Management System

Comparing VLOOKUP and INDEX-MATCH