I am having a hard time trying to calculate the distance in miles between latitude/longitude coordinates. I have 1 datapoint where I would like to calculate the distance of the other coordinates from that 1 datapoint.
On the excel sheet, the top coordinates highlighted in yellow is the reference point. I tried using this formula, but it isn't working:
=ACOS(COS(RADIANS(90-A2)*COS(RADIANS(90-A3))+SIN(RADIANS(90-A2))*SIN(RADIANS(90-A3))*COS(RADIANS(B2-B3)))*3959)
If anyone knows the formula, please let me know. Thank you!
On the excel sheet, the top coordinates highlighted in yellow is the reference point. I tried using this formula, but it isn't working:
=ACOS(COS(RADIANS(90-A2)*COS(RADIANS(90-A3))+SIN(RADIANS(90-A2))*SIN(RADIANS(90-A3))*COS(RADIANS(B2-B3)))*3959)
If anyone knows the formula, please let me know. Thank you!