+ Reply to Thread
Results 1 to 4 of 4

Conditional Format Question

  1. #1
    Registered User
    Join Date
    05-31-2017
    Location
    Brunswick, ME
    MS-Off Ver
    2013 (work) and 365 (home)
    Posts
    70

    Conditional Format Question

    I'm trying to write a conditional format that will highlight rows in which column B is < 100, C < 500, and A does not begin with a 9.
    I have the <100 and <500 down, but I'm not sure how to prevent row 6 from getting highlighted. In my actual data sets, all items that begin with 9 have a 0 in B and C.

    See attached
    Attached Files Attached Files

  2. #2
    Forum Guru xlnitwit's Avatar
    Join Date
    06-27-2016
    Location
    London
    MS-Off Ver
    Windows: 2010; Mac: 16.13 (O365)
    Posts
    7,085

    Re: Conditional Format Question

    One formula would be
    =AND($B2<100,$C2<500,LEFT($A2,1)<>"9")
    Don
    Please remember to mark your thread 'Solved' when appropriate.

  3. #3
    Registered User
    Join Date
    05-31-2017
    Location
    Brunswick, ME
    MS-Off Ver
    2013 (work) and 365 (home)
    Posts
    70

    Re: Conditional Format Question

    Thank you!

  4. #4
    Forum Guru xlnitwit's Avatar
    Join Date
    06-27-2016
    Location
    London
    MS-Off Ver
    Windows: 2010; Mac: 16.13 (O365)
    Posts
    7,085

    Re: Conditional Format Question

    You're welcome.

    Note that you don't need the IF function, since the formula will return True/False as appropriate and that's what CF needs to work.

+ 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. [SOLVED] Conditional Format Question
    By JO505 in forum Excel General
    Replies: 6
    Last Post: 10-19-2014, 03:45 PM
  2. [SOLVED] Conditional Format Question
    By banker123 in forum Excel General
    Replies: 2
    Last Post: 05-12-2014, 12:26 PM
  3. [SOLVED] Question regarding conditional format question that covers two range criteria
    By lilsnoop in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-06-2013, 12:32 PM
  4. Conditional Format Question
    By lilsnoop in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-20-2008, 05:07 PM
  5. Conditional Format Question
    By lilsnoop in forum Excel General
    Replies: 2
    Last Post: 04-21-2007, 07:34 PM
  6. [SOLVED] Conditional format question
    By [email protected] in forum Excel General
    Replies: 7
    Last Post: 09-16-2005, 12:05 PM
  7. [SOLVED] Conditional Format Question
    By DougS in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-02-2005, 09:06 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