+ Reply to Thread
Results 1 to 2 of 2

Plan Path and a Actual Path distance calculation

  1. #1
    Registered User
    Join Date
    02-11-2014
    Location
    Colorado
    MS-Off Ver
    Excel 2010
    Posts
    1

    Plan Path and a Actual Path distance calculation

    I am using an XY scatter chart that displays the planned path and an actual path as I go. The planned path is set up in 100' increments and goes 12000' and actual path varies along the way.

    My data that I use is the Northing (ft), Easting (ft) and Vertical Section (ft) for both the planned path and actual path.

    I was wondering if there was an east way to get that information from the chart or if there is a formula that would allow me to calculate distance between the two points by using the data I use for my chart.

    Thanks

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Plan Path and a Actual Path distance calculation

    Euclidean distance: =sqrt((x1-x2)^2+(y1-y2)^2+(z1-z2)^2)
    Entia non sunt multiplicanda sine necessitate

+ 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. Replies: 1
    Last Post: 11-26-2013, 08:46 PM
  2. Variable .Attachment.Add path using Function to pull path from word table
    By aavelyn in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-27-2013, 10:07 PM
  3. Replies: 2
    Last Post: 04-11-2012, 12:55 PM
  4. How to set GetOpenfile dialog start path to current open files path.
    By Michael Wise in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-03-2010, 02:24 PM
  5. Replies: 7
    Last Post: 10-09-2009, 10:10 AM

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