+ Reply to Thread
Results 1 to 6 of 6

Conditional Formatting

  1. #1
    Registered User
    Join Date
    07-16-2007
    Posts
    26

    Conditional Formatting

    Hello All,

    I have a worksheet with 4522 rows and I would like to highlight some items that appear in both the worksheet and a list of 40 items. I have figured out how to highlight the first 3 values in the list with the conditional formatting options, but I am unable to figure out how to get all of the items on the list of 40 to be highlighted on the massive worksheet. I would appreciate any help you can give me.

    Thanks,
    Bonni

  2. #2
    Registered User
    Join Date
    07-16-2007
    Posts
    26

    Exclamation Conditional Formatting

    Hello All,

    I have a worksheet with 4522 rows and I would like to highlight some items that appear in both the worksheet and a list of 40 items. I have figured out how to highlight the first 3 values in the list with the conditional formatting options, but I am unable to figure out how to get all of the items on the list of 40 to be highlighted on the massive worksheet. I would appreciate any help you can give me.

    Thanks,
    Bonni

  3. #3
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    select the column/range you want to highlight

    go to Format|Conditional Formatting

    Select Formula Is from 1st drop down

    enter formula: =Match(A1,X1:X40,0) where A1 is the top-left most cell in your selection and X1:X40 is your list of 40. Adjust as necessary.

    Select your format and Click Ok to finish.
    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.

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

  5. #5
    Registered User
    Join Date
    07-16-2007
    Posts
    26
    Thank you so much! It worked perfectly!!!

  6. #6
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Quote Originally Posted by SMABonni
    Thank you so much! It worked perfectly!!!
    Not sure if you caught it, but I did neglect to make the llokup array part of the formula absolute by adding the $-signs....

    should be

    =Match(A1,$X$1:$X$40,0)

    this "freezes" the lookup array instead of offsetting.

+ 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