Results 1 to 6 of 6

Conditional formatting question

Threaded View

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

    Re: Conditional formatting question

    As per your example, Assuming range A1:A10 has numbers from 1 to 10. Now select B1:B10 and make new rule using the below formulas

    For green
    =ISNUMBER(MATCH(B1,$A$1:$A$10,0))
    For red
    =AND(B1<>"",ISERROR(MATCH(B1,$A$1:$A$10,0)))
    Find the attached sheet to see if this is what you are trying to do and if its not, please upload a sample workbook with desired output.
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Conditional Formatting Question
    By nboris827 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-24-2012, 07:42 PM
  2. Question about Conditional Formatting
    By excelmaster5000 in forum Excel General
    Replies: 3
    Last Post: 02-20-2009, 08:18 PM
  3. Conditional Formatting Question
    By daredevil in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-16-2007, 10:42 AM
  4. Another conditional formatting question
    By onions in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-07-2005, 07:53 AM
  5. [SOLVED] conditional formatting question
    By Deb in forum Excel General
    Replies: 0
    Last Post: 03-22-2005, 11:07 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