+ Reply to Thread
Results 1 to 4 of 4

Conditional formatting + conditional text?

  1. #1
    Registered User
    Join Date
    02-23-2014
    Location
    Norway
    MS-Off Ver
    Excel 2010
    Posts
    49

    Conditional formatting + conditional text?

    Hello,

    I have either "yes" or "no" text values in A1-D1

    please advice how do I make next cell E1 to

    1. turn green and fill the cell with text automatically "Done" if A1-D1 all "Yes"
    2. turn red and fill the cell with text automatically "Not Done" if one of the A1-D1 text values is "No"

    Thank you!

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,751

    Re: Conditional formatting + conditional text?

    in E1 put

    =IF ( COUNTIF(A1:D1,"yes")=4, "Done", "Not Done")

    then for conditional formatting

    you can use two rules

    one for if the Cell = "done" turn green
    and the 2nd for the cell "not Done" turn green

    see attached spreadsheet example
    Attached Files Attached Files
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    02-23-2014
    Location
    Norway
    MS-Off Ver
    Excel 2010
    Posts
    49

    Re: Conditional formatting + conditional text?

    Thank you very much!!!
    It helped!!

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,751

    Re: Conditional formatting + conditional text?

    your welcome, thanks for the rep
    Last edited by etaf; 02-23-2014 at 12:24 PM.

+ 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. [SOLVED] Conditional formatting to mark cells with on text strnig but lacking another text string
    By KArnoldColumbia in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-14-2013, 04:15 PM
  2. Replies: 3
    Last Post: 11-04-2013, 12:47 AM
  3. [SOLVED] Conditional Formatting (Adding text and cell formatting)
    By fredjones in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 05-26-2012, 04:15 AM
  4. Conditional Formatting with Text
    By mzurek in forum Excel General
    Replies: 4
    Last Post: 01-05-2011, 06:49 PM
  5. Conditional Formatting of text
    By dbuttery1 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-24-2009, 03:34 PM

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