+ Reply to Thread
Results 1 to 4 of 4

List out the name in a range

  1. #1
    Forum Contributor
    Join Date
    07-24-2009
    Location
    Singapore
    MS-Off Ver
    Excel 2010 (office) 2013 (home)
    Posts
    256

    List out the name in a range

    Hi

    i would like to look up a range of names and return a complete listing of those name in another column without duplication.

    Eg
    Col A has
    A1
    A2
    A1
    A4
    A5
    A4
    A3
    A6
    A5

    and i would like to have a complete list
    A1
    A2
    A3
    A4
    A5
    A6

    So that i know what is and is not in at first listing.

    Any idea which function is to use?

    Thanks

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: List out the name in a range

    Try this:

    Unique_values.xls

  3. #3
    Forum Contributor
    Join Date
    07-24-2009
    Location
    Singapore
    MS-Off Ver
    Excel 2010 (office) 2013 (home)
    Posts
    256

    Re: List out the name in a range

    Thanks Zibor,

    however, may i know is there a way to link those list with another column.

    eg

    col A is cost centre code while col b is cost centre name

    Code Name
    HR Human Resource
    TR Trading

    how can i find out whether there is a mismatch in one of those rows for those two columns caused by mispelled, one of the colums is blank, etc?

    Thanks

  4. #4
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,602

    Re: List out the name in a range

    You must define somewhere else all your codes and then check:

    =IF(VLOOKUP(A1;defined table;2;FALSE)=B1;"OK";"Check spelling")

+ 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