+ Reply to Thread
Results 1 to 4 of 4

Conditional Formatting working improperly

  1. #1
    Forum Contributor esupply's Avatar
    Join Date
    10-08-2009
    Location
    Virginia Beach, VA
    MS-Off Ver
    Excel 2007
    Posts
    114

    Conditional Formatting working improperly

    Hello all,,i am having some trouble getting the conditional formatting to work the way i need it to ,,,i have attached a sheet with an example of what i mean and what i actually i need it to do,,,can you help please,,,,thanks
    Attached Files Attached Files

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Conditional Formatting working improperly

    Are you trying to highlight the lowest value in each row, A2:E2, etc.. or the lowest value in all of columns A:E?
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Contributor esupply's Avatar
    Join Date
    10-08-2009
    Location
    Virginia Beach, VA
    MS-Off Ver
    Excel 2007
    Posts
    114

    Re: Conditional Formatting working improperly

    In each row,,do you see how there is a blank column in between each set of five rows with data...Well each row with the data i have to find the lowest value out of each,,,i tried using the conditional formatting but i have to them 1 at a time for example i would have to highlight A1:A5, format it them highlight B1:B5, format it and so on,,,i hope you know what i mean,,,what im looking for is an easier way to do them in a bigger group or by row

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Conditional Formatting working improperly

    Remove all current Conditional Formatting

    Select columns A to E and invoke conditional formatting, Manage Rules

    Click New Rule, select use formula to.....

    add formula:

    =AND(A2<>"",A2=MIN($A2:$E2))

    Click Format and select colour...

    .. close.

    Then select column E:K and repeat with formula:

    =AND(E2<>"",E2=MIN($E2:$K2))

    select format

    and repeat for other column groups.

+ 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