+ Reply to Thread
Results 1 to 2 of 2

Conditional Formatting New Rule Formula Construction

  1. #1
    Registered User
    Join Date
    11-13-2014
    Location
    new york
    MS-Off Ver
    2007
    Posts
    2

    Conditional Formatting New Rule Formula Construction

    Hi there,

    Thanks for taking the time out to look at this. I have attached a workbook for reference.

    Situation:

    In C3:C16 I have check boxes in each cell linked to the adjacent cell in Column D

    The same applies to cells E3:E16, except they are linked to their respective cells in Column F.

    What I need to achieve:

    I am trying to figure out how to produce a formula that will fill the cells in Column C/E with either green or red based on the value(TRUE/FALSE) that the check box produces in their adjacent cells in Column D/F.

    Thanks a million,

    Andreas
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: Conditional Formatting New Rule Formula Construction

    If you have been experimenting with CFs on those cells, then remove all previous CF. Then select cells C3:C16, with C3 as the active cell. Click on Conditional Formatting | New Rule | Use a formula... , then put this formula in the dialogue box:

    =D3=FALSE

    (or you could use =NOT(D3) )

    Click on the Format button then the Fill tab and choose Red, then OK.

    While the cells are still highlighted, repeat this using this formula:

    =D3=TRUE

    (or it could just be =D3)

    then choose Green for the Fill.

    You can use the Format Painter to copy the format from C3 to E3:E16.

    Strictly speaking, you only need one CF if you colour all the cells red to begin with (using the normal colour Fill icon) then set up the CF for the TRUE condition, as CF over-rides any normal formatting.

    Hope this helps.

    Pete

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Conditional Formatting By Rule
    By pickslides in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-05-2014, 12:44 AM
  2. Replies: 3
    Last Post: 08-04-2012, 07:22 PM
  3. [SOLVED] conditional formatting new rule formula
    By wannabe_guru in forum Excel General
    Replies: 4
    Last Post: 05-01-2012, 11:56 AM
  4. Replies: 1
    Last Post: 07-29-2010, 11:26 AM
  5. Replies: 4
    Last Post: 07-26-2008, 10:30 AM

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