+ Reply to Thread
Results 1 to 3 of 3

Looking up data within a collumn

  1. #1
    Registered User
    Join Date
    12-17-2005
    Posts
    4

    Looking up data within a collumn

    Hi,

    I am trying to look up data within a column by using a unique data within that same column.

    For Example, the data will be listed as shown:
    Column A
    Name1
    Phone1
    Address1
    Name2
    Phone2
    Address2

    Now I want to be able to just type a name in Collumn D, and have the phone number print out in Column C, and the address in Collumn E. Is there a way to do that? Column A won't be large, under 200, so load time is not a big concern.

  2. #2
    pinmaster
    Guest
    Hi, try this:

    in C
    =OFFSET(INDEX($A1:$A100,MATCH($D1,$A1:$A100,0)),1,0)

    in E
    =OFFSET(INDEX($A1:$A100,MATCH($D1,$A1:$A100,0)),2,0)

    Regards!
    JG
    Last edited by pinmaster; 12-20-2005 at 08:45 PM.

  3. #3
    Registered User
    Join Date
    12-17-2005
    Posts
    4
    Quote Originally Posted by pinmaster
    Hi, try this:

    in C
    =OFFSET(INDEX($A1:$A100,MATCH($D1,$A1:$A100,0)),1,0)

    in E
    =OFFSET(INDEX($A1:$A100,MATCH($D1,$A1:$A100,0)),2,0)

    Regards!
    JG
    Hey, it seems to work great!, thanks alot.

+ 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