+ Reply to Thread
Results 1 to 2 of 2

Conditional Formatting Dates

  1. #1
    Registered User
    Join Date
    02-12-2019
    Location
    Sydney
    MS-Off Ver
    2016
    Posts
    1

    Conditional Formatting Dates

    Hi,

    I am trying to apply conditional formatting to cells with dates.


    Excel conditional format.PNG

    See attached image for reference please.

    I want to say:

    IF Cell A1 < Today AND Cell C1 = Open; Make Cell B1 a certain colour/format.

    I want this to work on excel online as well however I dont think this is possible (I'm in Australia, date format might not allow conditional formatting - I have tried it already and the cells don't highlight). Can someone confirm please?

    NOTE: Column C has data validation list for 'Open or Close'.

    Cheers.

    Regards,

    Anthony
    Last edited by ad192; 02-12-2019 at 05:13 PM.

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

    Re: Conditional Formatting Dates

    what have you used
    perhaps load a sample here

    select column B
    then use a formula

    IF Cell A1 < Today AND Cell C1 = Open; Make Cell B1 a certain colour/format.
    =AND( $A1 < today() , $C1 = "OPEN")

    will you have open in C without a date in A as shown
    if so then that will also highlight as a blank cell will be less then today
    to avoid those
    =AND( $A1 < today() , $C1 = "OPEN", $A1 <> "")
    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.

+ 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] Multi-Conditional Conditional Formatting and Dates
    By Mousiefuzz in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-07-2015, 04:09 AM
  2. Conditional formatting using dates and using dates without years
    By dcef79 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-15-2014, 05:35 AM
  3. Replies: 11
    Last Post: 05-04-2014, 08:28 PM
  4. [SOLVED] Conditional Formatting Due dates and Completed Dates
    By shansen79 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 04-30-2014, 01:33 PM
  5. Conditional Formatting with approaching due dates and completed dates
    By rogernation in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-13-2013, 04:12 PM
  6. Replies: 4
    Last Post: 08-29-2013, 11:23 AM
  7. [SOLVED] Conditional Formatting of: dates within 1 month and dates before today.
    By Luke Smith in forum Excel General
    Replies: 5
    Last Post: 06-18-2013, 07:29 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