+ Reply to Thread
Results 1 to 3 of 3

Conditional format on 2 criteria - excel 2010 in compatibility mode to 2003

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    06-22-2010
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2003
    Posts
    152

    Conditional format on 2 criteria - excel 2010 in compatibility mode to 2003

    Hi,

    I am struggling with this new way of conditional formatting in excel 2010. The way you have to use absolute values even when the condition applies to multiple rows really confuses me, especially when it comes to using fomat painter to copy formatting. The attached document is a stripped down version of my real document. I am trying to make the font go bold if 2 conditions are met:
    If A=Client and D < 6.5%
    If A = NB and D < 15%

    The data for A and D in my real document are not actual values but are results of formulas. Not sure if that makes a difference.
    Also, although this is an excel 2010 doc, any formulas need to be compatible with 2003.

    Can anyone help?
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    10-17-2010
    Location
    Nottingham, England
    MS-Off Ver
    Excel 2003, 2007, 2010, 2013, 2016, 2019, 365
    Posts
    294

    Re: Conditional format on 2 criteria - excel 2010 in compatibility mode to 2003

    Conditional Formatting > New Rule > Use a formula to determine which cells to format > Format values where this formula is true
    =OR(AND(A2="Client",D2<6.5%),AND(A2="NB",D2<15%))

    ---------- Post added at 08:06 AM ---------- Previous post was at 08:04 AM ----------

    Probably should have said "Highlight D2:D9" first

    You don't need the IF statement in your conditional format rule - all you have to do is write a formula that will be true or false, and formatting is applied when it's true. The one above uses ANDs to build each condition, then an OR to apply it when one or other is true.[COLOR="Silver"]
    Kind Regards,

    Out of the Hat

    "Computers are stupid - they do EXACTLY what you tell them to"

    If I've helped you with a problem, please say thanks by clicking the small star icon on the left.

  3. #3
    Forum Contributor
    Join Date
    06-22-2010
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2003
    Posts
    152

    Re: Conditional format on 2 criteria - excel 2010 in compatibility mode to 2003

    Ah, thank you. The IF was tripping me up and I thought I had to use absolutes.. I find the conditional formatting realy confusing because it seems that it is still referring to A2 for all rows but it's obviously not because it works. 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