+ Reply to Thread
Results 1 to 12 of 12

Resolved >>> Conditional Formatting Issue-Bolding lowest value in EACH ROW

  1. #1
    Registered User
    Join Date
    10-23-2007
    Posts
    8

    Resolved >>> Conditional Formatting Issue-Bolding lowest value in EACH ROW

    I'm working in Excel 2007. I'm wondering if, with conditional formatting, there is a way to bold the lowest value/number, in EACH ROW? I've tried highliting all 1500+ rows in my worksheet, but what happens is that it bolds ONLY the lowest number in the entire worksheet, as opposed to the lowest number in EACH row.

    Is there a way to do this, outside of doing the formatting for EACH and EVERY row, individually (Which would take forever with 1500+ rows)?

    Any help would be greatly appreciated. This is a god send of a forum.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    after you select all the rows, go to the Conditional Format window and Select Formula Is... enter formula: =AND(A1=MIN(1:1),A1<>"")

    where A1 is the top left most cell in your selection and 1:1 assumes you selection starts at row 1.
    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
    Registered User
    Join Date
    10-23-2007
    Posts
    8
    Ok, that didn't quite work. I did it, and, it highlighted SOME low values in SOME of my rows, but not all.

    Edited to add:

    Actually, I stand corrected. Even the bolded data is incorrect, in that many of the bolded items are, in fact, not the lowest values in their row.

  4. #4
    Registered User
    Join Date
    10-23-2007
    Posts
    8
    Ok, figured it out. Thank you SOOOO MUCHH for your help with that formula. I really, truly appreciate it. Never could have done this on my own.

  5. #5
    Registered User
    Join Date
    10-23-2007
    Posts
    8
    I can't get this to work in my MAIN worksheet, for some reason. I've tried everything that I can think of.

  6. #6
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Quote Originally Posted by Japes
    I can't get this to work in my MAIN worksheet, for some reason. I've tried everything that I can think of.
    What is the exact range you are covering? Did you adjust the formula accordingly?

  7. #7
    Registered User
    Join Date
    10-23-2007
    Posts
    8
    I believe I did, but, I'm a bit slow when it comes to this type of thing. I'm trying to cover J2 through BA5000.

    This is what I entered.

    =AND(J2=MIN(2:2),J2<>"")

  8. #8
    Registered User
    Join Date
    10-23-2007
    Posts
    8
    And, that formula, in this worksheet, is not highliting anything at all.

  9. #9
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    If you're not covering the entire row, then try:

    =AND(J2=MIN($J2:$BA2),J2<>"")

  10. #10
    Registered User
    Join Date
    10-23-2007
    Posts
    8
    That did it. You are amazing. Thank you once again.

  11. #11
    Registered User
    Join Date
    10-23-2007
    Posts
    8

    Re: Resolved >>> Conditional Formatting Issue-Bolding lowest value in EACH ROW

    Ok, so now I'm trying to bold the HIGHEST value in each row, starting with b2, and working my way to the right. Here is the formula that is in, but, it appears that it's bolding the cell directly to the LEFT of the highest value, instead of ACTUALLY the one with the highest value.

    Any help?

    =AND(B2=MAX($B2:$R2),B2<>"")

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

    Re: Resolved >>> Conditional Formatting Issue-Bolding lowest value in EACH ROW

    Are you selected B2:R2 before applying that condition. If you selected from A2 instead, then you will get highlighting to the left....

+ 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