Excel Lat & Long calculations in Excel

Joined
Oct 27, 2017
Messages
2
Reaction score
0
Hello!

I keep getting wrong answers using the above formulas. I have the following details;

Lat1 = 10.296570
Lon1 = 123.903479
Brng = N 15deg 16min W
Distance = 4743.09 m

Can you help me figure out the step by step solution in getting the destination point?

Thank you in advance.

(e-mail address removed)
 
Joined
Jan 21, 2017
Messages
16
Reaction score
5
I'm not an expert in the maths but I'll try to help as the formulae work very accurately for me in a yacht race planning spreadsheet that I've put together. Firstly, how are your Lat1 and Lon1 specified? Are these numbers decimal degrees or have you converted them into radians? Secondly, I don't understand your bearing. I would expect to see a number 0-359 without N, S, E or W.
 
Joined
Oct 27, 2017
Messages
2
Reaction score
0
I'm not an expert in the maths but I'll try to help as the formulae work very accurately for me in a yacht race planning spreadsheet that I've put together. Firstly, how are your Lat1 and Lon1 specified? Are these numbers decimal degrees or have you converted them into radians? Secondly, I don't understand your bearing. I would expect to see a number 0-359 without N, S, E or W.

Hi Tim!

Lat & Long are in decimal degrees and still not converted to radians. Bearings are based on Azimuth, I believe if you convert it to decimal it’s equivalent to 344.73.

Quick background: Here in the Philippines, our Land Title are indicated with Tie Point (starting point) and Bearing and Distance. I’d like to know the destination point (Lat Long) so I can plot it on google earth and see how accurate the location of the property is. [See attached file for example]

Thanks for the response.
 

Attachments

  • 9513E58A-6919-4352-9743-BD88279A1287.jpeg
    9513E58A-6919-4352-9743-BD88279A1287.jpeg
    255.6 KB · Views: 57
Joined
Jan 21, 2017
Messages
16
Reaction score
5
Hi Tim!

Lat & Long are in decimal degrees and still not converted to radians. Bearings are based on Azimuth, I believe if you convert it to decimal it’s equivalent to 344.73.

Quick background: Here in the Philippines, our Land Title are indicated with Tie Point (starting point) and Bearing and Distance. I’d like to know the destination point (Lat Long) so I can plot it on google earth and see how accurate the location of the property is. [See attached file for example]

Thanks for the response.

The formula I'm using is the one given previously in this thread:

Excel: (all angles in radians)
lat2: = ASIN(SIN(lat1)*COS(d/R) + COS(lat1)*SIN(d/R)*COS(brng))
lon2: = lon1 + ATAN2(COS(d/R)-SIN(lat1)*SIN(lat2), SIN(brng)*SIN(d/R)*COS(lat1))
d = distance travelled, r = radius of Earth, brng = bearing

I believe that you need to convert your lat/long into radians and then convert the solution back, the bearing needs to be 0-359 and you need the value of R in the same units as d. I work in nautical miles but I guess you want metres. Also, all my longitudes are W and I don't know if anything needs to change for an E position. I think that's about all I can suggest.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top