+ Reply to Thread
Results 1 to 3 of 3

Conditional Formatting for Unique IDs in Columns

  1. #1
    Valued Forum Contributor
    Join Date
    07-16-2007
    Location
    GA
    MS-Off Ver
    Office 365 - Version 2403
    Posts
    1,059

    Question Conditional Formatting for Unique IDs in Columns

    Hi,

    I have 2 columns with one column (column 1) having a series of unique IDs. The other column will have the same IDs, plus additional IDs & may be repeated several times.


    I'm seeking a conditional format function for column 2 that will highlight matching IDs found in column 1 or my primary set of IDs.

    If possible, it would also be nice to have some type of automation that will give a unique or specified color for each unique ID matched.

    How can this be done?

    Thanks
    Last edited by mycon73; 08-24-2011 at 05:45 PM.
    MyCon
    -- Using Latest Version of Excel

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Conditional Formatting for Unique IDs in Columns

    The unique colour thing is not really easily possible.

    You can have a single colour with formula:

    Invoke conditional formatting and use formula:

    =MATCH(B1,A:A,0)

    where B1 is top most cell you selected in column 2 and A:A is column A where you want to see if there is a match somewhere.

    If you want you can apply a formula in another column that will tell you the position the match was found within column A, that will help you find them...

    =IF(ISNUMBER(MATCH(B1,A:A,0)),MATCH(B1,A:A,0),"")

    copied down
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Valued Forum Contributor
    Join Date
    07-16-2007
    Location
    GA
    MS-Off Ver
    Office 365 - Version 2403
    Posts
    1,059

    Re: Conditional Formatting for Unique IDs in Columns

    Hi NBVC,

    Both of these functions work 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