+ Reply to Thread
Results 1 to 3 of 3

comparing lists - i think

  1. #1
    xeno
    Guest

    comparing lists - i think

    i have a column of names & another 'master' column of these and many more
    names with a no.
    i need to find the no. from the master column to match with the name in the
    first column
    basically i need to end up with just the first list and the appropriate no.
    what would be the easiest way to do this

  2. #2
    Roar
    Guest

    RE: comparing lists - i think


    Try e.g. this,

    =VLOOKUP(A1,C:D,2,FALSE)

    Put this formula to the right of each name in the first list.

    1. argument (A1) is reference to the name in the first list.
    2. arg. (C:D) is the "master columns" containing names and numbers, either
    on a separate place in the first list, or another sheet in the same workbook.
    3. arg. (2) is the place in the "master" where the result is.
    4. arg. (FALSE), only exact matches will be given.



    --
    ~roar


    xeno skrev:

    > i have a column of names & another 'master' column of these and many more
    > names with a no.
    > i need to find the no. from the master column to match with the name in the
    > first column
    > basically i need to end up with just the first list and the appropriate no.
    > what would be the easiest way to do this


  3. #3
    Xeno
    Guest

    RE: comparing lists - i think

    thanking you roar, that worked perfectly
    cheers, Xeno
    "Roar" wrote:

    >
    > Try e.g. this,
    >
    > =VLOOKUP(A1,C:D,2,FALSE)
    >
    > Put this formula to the right of each name in the first list.
    >
    > 1. argument (A1) is reference to the name in the first list.
    > 2. arg. (C:D) is the "master columns" containing names and numbers, either
    > on a separate place in the first list, or another sheet in the same workbook.
    > 3. arg. (2) is the place in the "master" where the result is.
    > 4. arg. (FALSE), only exact matches will be given.
    >
    >
    >
    > --
    > ~roar
    >
    >
    > xeno skrev:
    >
    > > i have a column of names & another 'master' column of these and many more
    > > names with a no.
    > > i need to find the no. from the master column to match with the name in the
    > > first column
    > > basically i need to end up with just the first list and the appropriate no.
    > > what would be the easiest way to do this


+ 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