+ Reply to Thread
Results 1 to 5 of 5

Conditional format a cell if value is found in list on another sheet

Hybrid View

  1. #1
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,655

    Re: Conditional format a cell if value is found in list on another sheet

    Assuming that
    -- You have list of abbreviations on Sheet2!A2:A10
    -- You are entering values on sheet1 and from cell T2
    than try this.....

    --Create a helper column on sheet1 (say on col. AA from cell AA2), which you may hide.
    on cell AA2 use the below formula and copy it down

    AA2 =IF(T2<>"",NOT(ISNUMBER(MATCH(T2,Sheet2!$A$2:$A$10,0))))
    Now select the T2:"as far as needed" and make a new rule for conditional formatting using the following formula......

    =AA2=TRUE
    and set the format as per your requirement.

    For detail, pls find the attached sheet.

    Hope that helps.
    Attached Files Attached Files
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  2. #2
    Valued Forum Contributor
    Join Date
    03-23-2008
    Location
    Tennessee
    MS-Off Ver
    Office 2007
    Posts
    706

    Re: Conditional format a cell if value is found in list on another sheet

    Thanks for thw quick reply, guys. I went with benishiryo's solution using conditional formatting. It works best for me because often the data is copied and pasted into these cells, and also because the format of the sheet is pretty rigid, so I didn't want to add or hide any additional columns.

    Works perfectly. Thanks for the help!

    This thrread is solved!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Set conditional format based on value in cell on active sheet
    By graphicgoose in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-17-2013, 09:38 PM
  2. Replies: 3
    Last Post: 05-15-2013, 12:16 AM
  3. [SOLVED] Excel 2003: How to conditional format if cell contains any of a list of keywords
    By doublefour in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-07-2012, 09:28 AM
  4. [SOLVED] Change cell contents if found in a list on another sheet
    By fastcar in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 09-05-2012, 08:29 PM
  5. automatically copy a cell (due to a conditional format) to another sheet
    By marc eber in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-10-2008, 12:19 PM

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