+ Reply to Thread
Results 1 to 3 of 3

Conditional Row formatting with an Exception

  1. #1
    Registered User
    Join Date
    06-20-2013
    Location
    Michigan
    MS-Off Ver
    Excel 2007
    Posts
    1

    Conditional Row formatting with an Exception

    Hi, I'm new to the forum but find the knowledge and help here fantastic!

    I have an Excel question I could use some help on.

    I know how to use Conditional Formatting for lowest value in a row.

    And I am aware of this formula and have used it successfully within Conditional Formatting: =AND(J2=MIN($J2:$BA2),J2<>"")

    What I need is the statement to include that if the values in the row are all the same to skip shading them.

    Only shade when it drops in price.

    Is this possible?
    Thank you.

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Conditional Row formatting with an Exception

    Try this instead

    =AND(J2=MIN($J2:$BA2),J2<>"",COUNTIF($J$2:J$2,J2)=1)
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Conditional Row formatting with an Exception

    Add this test:

    NOT(AND($J2:$BA2=J2))

    If you test that in a cell on the worksheet it must be array entered.

    Array formulas need to be entered using the key
    combination of CTRL,SHIFT,ENTER (not just ENTER).
    Hold down both the CTRL key and the SHIFT key
    then hit ENTER.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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