+ Reply to Thread
Results 1 to 6 of 6

Calculate bearing between two coordinates

  1. #1
    Registered User
    Join Date
    06-20-2014
    Location
    England
    MS-Off Ver
    2007
    Posts
    30

    Calculate bearing between two coordinates

    Good afternoon,

    I am trying to calculate bearing between two UTM coordinates and would appreciate some help. I seem to be going wrong somewhere.

    Position 1
    Easting 59642 Northing 18543

    Position 2
    Easting 59713 Northing 19463

    Formula I'm trying
    =ABS(ATAN((Easting1-Easting2)/(Northing1-Northing2))*180/PI())

    Thanks

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,539

    Re: Calculate bearing between two coordinates

    Maybe

    PHP Code: 
    Easting 1    Northing 1    Easting 2    Northing 2
    59642    18543    59713    19463
                
    4.412992391 
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,539

    Re: Calculate bearing between two coordinates

    Is this resolved now?


    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

  4. #4
    Registered User
    Join Date
    07-12-2024
    Location
    new york
    MS-Off Ver
    2019
    Posts
    6

    Re: Calculate bearing between two coordinates

    To calculate the bearing (or azimuth) between two UTM coordinates, you can use trigonometric functions to determine the angle between them. The formula you provided is close, but it needs some adjustments.

  5. #5
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    26,995

    Re: Calculate bearing between two coordinates

    Quote Originally Posted by saffrons View Post
    To calculate the bearing (or azimuth) between two UTM coordinates, you can use trigonometric functions to determine the angle between them. The formula you provided is close, but it needs some adjustments.
    Welcome to the forum saffrons!

    First, please note you are responding to a thread that is a year old. A solution has been provided, but the OP has not returned to provide feedback, and has not posted at all on the forum since this thread was started, so we can safely assume they've lost interest.

    Second, comments on solutions are welcome, but it is not helpful to say that a formula needs some adjustments without telling us what those adjustments are, or even why the results are incorrect.
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  6. #6
    Registered User
    Join Date
    07-12-2024
    Location
    new york
    MS-Off Ver
    2019
    Posts
    6

    Re: Calculate bearing between two coordinates

    ok, i got it, thanks for the suggestion

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Excel Spreadsheet to Calculate Endpoint Given Distance, Bearing, and Latitude/Longitude
    By RonnyAtLarge in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-22-2021, 04:35 AM
  2. Calculate new point coordinates after rotation
    By Evripos in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-21-2021, 10:09 AM
  3. How to calculate distance between coordinates
    By madelingirly in forum Excel General
    Replies: 4
    Last Post: 10-01-2015, 02:00 PM
  4. Replies: 7
    Last Post: 07-29-2013, 04:51 PM
  5. Calculate Coordinates
    By Rock_boy in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-26-2013, 02:38 AM
  6. Calculate Coordinates
    By Rock_boy in forum Excel General
    Replies: 1
    Last Post: 07-26-2013, 01:16 AM
  7. Help function to calculate clock bearing in VBE!
    By Biscuit in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-19-2012, 07:15 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1