Exel: Change cell background color based cell value?
        Posted  
        
            by David.Chu.ca
        on Super User
        
        See other posts from Super User
        
            or by David.Chu.ca
        
        
        
        Published on 2010-03-31T21:22:13Z
        Indexed on 
            2010/03/31
            21:33 UTC
        
        
        Read the original article
        Hit count: 441
        
excel
I have a column with function values of True or False:
=IF(ISNA(A1), false, true)
from row 1 to 5000+ rows. I would like to mark all the False as red background color or text as red. Is there any function available?
© Super User or respective owner