M
Mastermind4real
I am currently working on this project at work and I need help. I hav
about 100 different variables with lats and long assigned to them.
used the equation below to find the distance from point a to point b
but now I am trying to come up with an additional equation that when
pick one of the variables, I can enter whatever miles I want and it wil
return all variables with lats and long within that circumference of th
distance that I've entered. The equation I used for finding the mile
is below:
=ACOS(COS(RADIANS(90- LATITUDE OF A)) *COS(RADIANS(90- LATITUDE OF B)
+SIN(RADIANS(90- LATITUDE OF A)) *SIN(RADIANS(90- LATITUDE OF B)
*COS(RADIANS(LATITUDE OF A- LONGTITUDE OF B))) *3958.75
about 100 different variables with lats and long assigned to them.
used the equation below to find the distance from point a to point b
but now I am trying to come up with an additional equation that when
pick one of the variables, I can enter whatever miles I want and it wil
return all variables with lats and long within that circumference of th
distance that I've entered. The equation I used for finding the mile
is below:
=ACOS(COS(RADIANS(90- LATITUDE OF A)) *COS(RADIANS(90- LATITUDE OF B)
+SIN(RADIANS(90- LATITUDE OF A)) *SIN(RADIANS(90- LATITUDE OF B)
*COS(RADIANS(LATITUDE OF A- LONGTITUDE OF B))) *3958.75