Backboards: 
Posts: 151

Seriously, I need someone to check my math. I bet Reagen could do it.

to calculate distance between two points, using latitude and longitude in decimal degrees:

=SQRT(((LAT!-LAT2)*6080*60))^2+((((LON1-LON2)*6080*60)/COS(RADIANS(LAT1+LAT2/2))))^2


Responses:
Post a message   top
Replies are disabled on threads older than 7 days.