+ Reply to Thread
Results 1 to 8 of 8

Multiple Conditions for Conditional Formatting

  1. #1
    Registered User
    Join Date
    01-21-2013
    Location
    New York, US
    MS-Off Ver
    Excel 2010
    Posts
    24

    Multiple Conditions for Conditional Formatting

    This is really dumb- especially since I've spend a amount of time searching on this, so any help is greatly appreciated.

    I have a spreadsheet as follows:

    A1 = Open or Closed
    B1= A date

    I would like to highlight B1 based on the following conditions:
    1) A1 = Open
    2) B1 < Today

    Here's what I've tried but with no success:
    =AND(A2="Open",A2<TODAY())

    Thanks

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,142

    Re: Multiple Conditions for Conditional Formatting

    A2 cannot be both OPEN and a DATE

    =AND(A2="Open",B2<TODAY())

    I assume it was a typo in the forum

    try putting in a cell

    =A2="Open"

    and another Cell put

    =B2<TODAY()

    do you get TRUE or false for each of those

    otherwise a sample sheet would help
    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
    01-21-2013
    Location
    New York, US
    MS-Off Ver
    Excel 2010
    Posts
    24

    Re: Multiple Conditions for Conditional Formatting

    Hi,
    Thanks for the reply.

    I've done it in Column C. Now I'd like to highlight Column based if the text in Column C is true.
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    08-17-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    132

    Re: Multiple Conditions for Conditional Formatting

    Hi,

    Go to Conditional Formating->Manage Rules->New Rules->Use a Formula to Determine which cells to format.

    You formula is correct so enter =AND(A1="Open",B1<TODAY()). Then OK and Then Apply.

    Regards,
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    01-21-2013
    Location
    New York, US
    MS-Off Ver
    Excel 2010
    Posts
    24

    Re: Multiple Conditions for Conditional Formatting

    Thanks! worked when you did it.

  6. #6
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,142

    Re: Multiple Conditions for Conditional Formatting

    does it work in your sheet now?

  7. #7
    Registered User
    Join Date
    01-21-2013
    Location
    New York, US
    MS-Off Ver
    Excel 2010
    Posts
    24

    Re: Multiple Conditions for Conditional Formatting

    Yes all fixed. Thanks for your help.

  8. #8
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,142

    Re: Multiple Conditions for Conditional Formatting

    your welcome
    if my assistance has helped, and only if you wish to , there is a reputation icon * on the left hand side - you can add to my reputation here

+ 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 with multiple conditions
    By naaz in forum Excel General
    Replies: 5
    Last Post: 06-05-2012, 03:21 AM
  2. Conditional Formatting for multiple conditions
    By ExcelNoobie1 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-02-2012, 03:37 PM
  3. Multiple Conditions for Conditional Formatting
    By horton in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-03-2008, 02:58 AM
  4. Conditional formatting with multiple conditions
    By ritraj in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-08-2006, 09:18 PM
  5. Multiple conditions in Conditional Formatting
    By guilbj2 in forum Excel General
    Replies: 0
    Last Post: 06-28-2006, 04:09 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