Excel 2007 Format Row of Cells containing certain text
        Posted  
        
            by paradox
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by paradox
        
        
        
        Published on 2010-05-13T06:08:50Z
        Indexed on 
            2010/05/13
            6:14 UTC
        
        
        Read the original article
        Hit count: 285
        
excel-2007
|conditional-formatting
I am attempting to perform conditional formatting in Excel 2007 by checking if a cell has a specific string in it and therefore highlighting the entire row corresponding to the text. However, Excel 2007's Conditional Formatting only allows me to highlight that specific cell. Is there a workaround to this without having to get my hands dirty with VBA?
© Stack Overflow or respective owner