+ Reply to Thread
Results 1 to 8 of 8

Using IF to assign text/cell color

  1. #1
    Registered User
    Join Date
    01-02-2009
    Location
    Los Angeles
    MS-Off Ver
    Excel 2003
    Posts
    8

    Using IF to assign text/cell color

    How do I write a formula that will change the text to an assigned color based on cell contents?
    Last edited by curtvschultz; 01-16-2009 at 02:49 PM. Reason: Solved

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492
    That's CONDITIONAL FORMATTING, on the FORMAT menu.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    01-02-2009
    Location
    Los Angeles
    MS-Off Ver
    Excel 2003
    Posts
    8
    Thank you, I did it, however what if I want an entire row conditionally set to a single cell?

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492
    Inside Condition1 are two options:

    Cell value Is
    Formula Is

    Select the entire row, then click Conditional Formatting: Formula Is: =$A$1=5 (or whatever your cell and trigger value happens to be)

    Now the entire row will watch cell A1.
    Select FORMULA IS and then put in the reference, for ins

  5. #5
    Registered User
    Join Date
    01-02-2009
    Location
    Los Angeles
    MS-Off Ver
    Excel 2003
    Posts
    8
    Can you copy conditional formating? So i create it for a single cell then copy just the formating to other row/columns?

  6. #6
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492
    The $ symbols make the reference absolute. If you want to be able to use the FORMAT PAINTER to paint that conditional stuff, take the second $ symbol out.

    =$A1=5

    Now it will copy properly to other rows.

  7. #7
    Registered User
    Join Date
    01-02-2009
    Location
    Los Angeles
    MS-Off Ver
    Excel 2003
    Posts
    8
    Can I copy just the formating? And not other contents of the cell?

  8. #8
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492
    FORMAT PAINTER. Looks like a paintbrush on the toolbar.

+ 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