+ Reply to Thread
Results 1 to 3 of 3

Conditional formatting with multiple condition & Color

  1. #1
    Forum Contributor
    Join Date
    10-21-2012
    Location
    Ind
    MS-Off Ver
    Excel 2010
    Posts
    110

    Post Conditional formatting with multiple condition & Color

    Hi All,
    I need to apply below conditional formatting (B3:K3) with 5 different condition with given color. Please help me out as I am unable to apply to do it. I tried few formulas to do it however it’s not working. Attached workbook for your reference.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,293

    Re: Conditional formatting with multiple condition & Color

    You only need 3 formulas
    maybe a little adjustment for if values are exactly 70% ,80%, 90% ,100%
    Attached Files Attached Files
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  3. #3
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,737

    Re: Conditional formatting with multiple condition & Color

    are we conditional formatting row 3

    and where you have > or < do you also want =

    in which case

    select the range B3:K3

    then apply 3 rules

    =OR( B3<=0.7, B3>1)
    RED

    =OR(AND(B3>0.7,B3<=0.8),AND(B3>0.9,B3<1))
    yellow

    =AND(B3>0.8,B3<0.9)
    green

    you may need to change the = to make sure they cover the values you want
    ie 90.5%
    is not covered

    see attached
    Attached Files Attached Files
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

+ 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. Using three condition for formatting the color of tabs
    By lshalley in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 08-21-2014, 01:38 PM
  2. Conditional formatting - color red if sum of multiple cells is not 100%
    By davorin in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-17-2014, 05:52 PM
  3. [SOLVED] Conditional Formatting multiple rows if condition is TRUE for that row
    By nenadmail in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-11-2012, 07:55 AM
  4. Replies: 3
    Last Post: 06-14-2009, 12:14 AM
  5. [SOLVED] conditional formatting - multiple condition
    By jenhow in forum Excel General
    Replies: 5
    Last Post: 08-17-2005, 10:05 AM

Tags for this Thread

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