+ Reply to Thread
Results 1 to 3 of 3

Coordinate triplets with point number

  1. #1
    Registered User
    Join Date
    09-12-2012
    Location
    general deliver, destination unknown
    MS-Off Ver
    Excel 2003
    Posts
    2

    Coordinate triplets with point number

    So i'll start by saying that i'm pretty useless with excel beyond the basics, i'm sure that there is a simple way to do this but i've been through the forum and i've been through the help menus and i can't find the solution.

    This is what i've got:

    pt#|_x__|_y__|_z_
    -------------------------------------------
    p1 | 500 | 550 | 100
    p2 | 400 | 450 | 150
    p5 | 350 | 110 | 106

    continues....

    the point numbers are alpha numeric and may contain symbols (specifically underscores), the x value, y value and z value are all strictly numeric.

    what i want to do is have a function that will search for (example) p2 and return the [x,y,z] triplet in seperate columns.

    help!

    Thanks a ton!
    G
    Last edited by gith; 09-12-2012 at 10:12 AM.

  2. #2
    Forum Contributor
    Join Date
    08-01-2012
    Location
    Chicago
    MS-Off Ver
    Excel 2010
    Posts
    112

    Re: Coordinate triplets with point number

    in the column where you want the output,
    for the x value use: =vlookup([click p1 cell], [highlight columns A-D], 2, 0)

    assuming your data is in columns A-D

    drag it down
    for y and Z change the 2 to 3 and 4 respectively.
    If you attach the file, I will be able to show better

  3. #3
    Registered User
    Join Date
    09-12-2012
    Location
    general deliver, destination unknown
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Coordinate triplets with point number

    worked great! thanks!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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