+ Reply to Thread
Results 1 to 3 of 3

Nested formulas in Conditional formatting

  1. #1
    Registered User
    Join Date
    04-20-2013
    Location
    Minnesota
    MS-Off Ver
    Excel 2010
    Posts
    29

    Nested formulas in Conditional formatting

    Good evening,

    I was hoping someone could help with using nested formulas in conditional formatting. I have attached a sample of what I have now and need some help completing what I want to accomplish.

    What I am looking for is a formula to determine if:
    The values in cells C3:AX3 are in between the values in cells AZ3 and BA3
    and - if the value in cell BB3=ABC then I want to highlight cells C3:AX3 that meet the criteria in a specific color.

    Thank you in advance for your help.
    Attached Files Attached Files

  2. #2
    Forum Expert Crooza's Avatar
    Join Date
    10-19-2013
    Location
    Hunter Valley, Australia
    MS-Off Ver
    Excel 2003 /7/10
    Posts
    2,082

    Re: Nested formulas in Conditional formatting

    Try this conditional format but if you want a different colour for each different project listed in column BB you'll need to create a different rule for each project / colour

    All of these should apply to the $c$3:$ax$5 range

    =AND(C3>=$AZ3,C3<=$BA3,$BB3="ABC") and set to red

    =AND(C3>=$AZ3,C3<=$BA3,$BB3="DEF") and set to Blue

    =AND(C3>=$AZ3,C3<=$BA3,$BB3="GHI") and set to green
    Happy with my advice? Click on the * reputation button below

  3. #3
    Registered User
    Join Date
    04-20-2013
    Location
    Minnesota
    MS-Off Ver
    Excel 2010
    Posts
    29

    Re: Nested formulas in Conditional formatting

    Thanks Crooza - Exactly what I needed. Much appreciated.

+ 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. Conditional Formatting with nested IFs
    By yousafkhan1976 in forum Excel General
    Replies: 4
    Last Post: 03-15-2011, 09:37 PM
  2. Conditional formatting nested IF/AND statement
    By ladygray in forum Excel General
    Replies: 13
    Last Post: 06-16-2010, 09:58 AM
  3. Conditional Formatting Nested IF's
    By Sleeper in forum Excel General
    Replies: 3
    Last Post: 09-16-2009, 04:46 PM
  4. nested conditional formulas
    By Diane Kloecker in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-04-2007, 10:17 PM
  5. Nested functions in conditional formatting formulae
    By Joseph in forum Excel General
    Replies: 3
    Last Post: 10-20-2005, 07:05 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