Check Out Our Shop
Results 1 to 13 of 13

Thread: Microsoft Excel help...conditional formatting?

  1. #1
    Join Date
    Oct 2003
    Location
    Under the bridge, down by the river
    Posts
    4,881

    Microsoft Excel help...conditional formatting?

    So I'm trying to organize a data set, and wanted to highlight an entire row each time a specified value appears in one column. For example, everytime 'TRUE' appears in column D, I want to highlight that entire row.

    I figured out how to highlight just the cell in question, but cant get it to highlight the entire row, any suggestions? I used the conditional formatting tool to get to where I am now.

  2. #2
    Join Date
    Feb 2004
    Location
    In the fields, under the yoke
    Posts
    3,342
    Write a macro, son.

  3. #3
    Join Date
    Oct 2005
    Location
    Golden, CO
    Posts
    254
    highlight entire first row, use "=+IF($D1=TRUE,TRUE,FALSE)" in the conditional formatting formula. copy format to all rows you want formatted.

  4. #4
    Join Date
    Jun 2006
    Location
    New Zealand
    Posts
    1,495
    In the conditional format box, set "Formula is" and then write the condition: "=$D10=TRUE". Then copy that cell's format (Copy > Paste Special > Formats) to the cells you want that conditional format to apply.
    Gallery || Facebook || Instagram
    Go that way, really fast...if something gets in your way, TURN!

  5. #5
    Join Date
    Apr 2004
    Location
    Three-O-Three
    Posts
    15,674

  6. #6
    Join Date
    Oct 2003
    Location
    North Bend, WA
    Posts
    741
    Quote Originally Posted by Fuzz View Post
    In the conditional format box, set "Formula is" and then write the condition: "=$D10=TRUE". Then copy that cell's format (Copy > Paste Special > Formats) to the cells you want that conditional format to apply.

    Oh so close.
    Select cell D10 first, and condtionally format it, just leave the quotemarks out of the condition Fuzz gave. =$D10=TRUE


    FYI, $D means always look at column D. $D$10 would mean always look at cell D10. D10 would always look at whatever cell, just like the "cell value is" condition.
    Good runs when you get them.

  7. #7
    Join Date
    Jun 2006
    Location
    New Zealand
    Posts
    1,495
    ^^^ Actually, you don't have to select cell D10 first to write in the conditional format -- you can select any cell on row 10 and just copy that format over anywhere else.

    Also, TomK is correct -- leave out the quotation marks around =$D10=TRUE. I put the quotes simply to show the exact entry.
    Gallery || Facebook || Instagram
    Go that way, really fast...if something gets in your way, TURN!

  8. #8
    Join Date
    Oct 2003
    Location
    North Bend, WA
    Posts
    741
    Quote Originally Posted by Fuzz View Post
    ^^^ Actually, you don't have to select cell D10 first to write in the conditional format -- you can select any cell on row 10 and just copy that format over anywhere else.

    Also, TomK is correct -- leave out the quotation marks around =$D10=TRUE. I put the quotes simply to show the exact entry.
    By selecting D10 first, it will give him immediate feedback that the conditional formatting has worked (as long as D10 has TRUE in it of course).
    It's a teaching thing, that's all.
    Good runs when you get them.

  9. #9
    Join Date
    Jun 2006
    Location
    SF
    Posts
    349
    Since you are dickwaving over conditional formatting, how about helping me with this one.

    I need to do case sensitive vlookups. I have tried using =if(exact... but have not gotten it consistantly right.
    Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something.

  10. #10
    Join Date
    Apr 2005
    Posts
    1,041
    I would just sort the data set by the field in question - then highlight all or those rows that have that field (since they are all now right next to each other it's easy) - then sort the data back the way it was. Takes a couple seconds.

    That macro and conditional formatting stuff is pretty fancy though.

  11. #11
    Join Date
    Feb 2004
    Location
    In the fields, under the yoke
    Posts
    3,342
    Quote Originally Posted by gg8983 View Post
    Since you are dickwaving over conditional formatting, how about helping me with this one.

    I need to do case sensitive vlookups. I have tried using =if(exact... but have not gotten it consistantly right.
    http://www.ozgrid.com/forum/showthread.php?p=136839

    sidenote: awesome 3000th post.

  12. #12
    Join Date
    Oct 2005
    Posts
    11,811

  13. #13
    Join Date
    Oct 2003
    Location
    North Bend, WA
    Posts
    741
    [QUOTE=Corky;1320283]I would just sort the data set by the field in question - then highlight all or those rows that have that field (since they are all now right next to each other it's easy) - then sort the data back the way it was. Takes a couple seconds.

    [QUOTE]

    That's a good approach for a one-time finding, but the conditional formatting will work better if his data set expands or the content of the D cells change over time.
    Good runs when you get them.

Similar Threads

  1. Excel Gurus...spreadsheet question...hiding columns
    By skiing-in-jackson in forum Tech Talk
    Replies: 8
    Last Post: 10-27-2006, 10:25 PM
  2. Replies: 6
    Last Post: 11-09-2005, 05:52 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •