+ Reply to Thread
Results 1 to 3 of 3

Conditional Formatting - color scale on 3 columns, mutliple rows

  1. #1
    Registered User
    Join Date
    09-17-2009
    Location
    Orlando, FL
    MS-Off Ver
    Excel 2003
    Posts
    3

    Conditional Formatting - color scale on 3 columns, mutliple rows

    I've got a few hundred rows of data in 4 columns, 3 of which are values. I'd like to put a 3-color scale on the values for each row to show the min/mid/max. I can't seem to figure out the formula in conditional formatting. Anyone have an idea? Data is in A1:D738 w/headers. Thanks

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Conditional Formatting - color scale on 3 columns, mutliple rows

    Assuming that your range with numbers is D6:F11, YOU NEED 3 RULES IN CONDITIONAL FORMATTING RULES.

    Use max & min funtions for maximum and MINIMUM VALUES AND USE THIS ONE FOR THE MID.

    =AND(D6<>MAX($D$6:$F$6),D6<>MIN($D$6:$F$6),D6<>"")
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Registered User
    Join Date
    09-17-2009
    Location
    Orlando, FL
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Conditional Formatting - color scale on 3 columns, mutliple rows

    ahh, that makes sense thanks

+ 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