+ Reply to Thread
Results 1 to 3 of 3

conditional formatting with specific date

  1. #1
    Registered User
    Join Date
    02-13-2015
    Location
    phoenix
    MS-Off Ver
    2007/2010
    Posts
    10

    conditional formatting with specific date

    I've been stuck on this for days now, so hoping someone would be able to assist with what I'm attempting to accomplish.

    i have a cell, in which the data being entered into it will constantly be changing. However, there is a specific cut off date, that if its prior to that date we are able to skip certain steps and obviously anything after we must complete additional steps.

    Through conditional formatting I am attempting to black out a different cell if the date entered (in another cell) is prior to 10/01/2012.

    So for example:

    A2 - is the cell used to input the always changing date
    A10 - I want to either black out or remain unfilled depending on if the date in A2 is prior or after 10/01/2012

  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,794

    Re: conditional formatting with specific date

    Select cell A10, click on Conditional Formatting | New Rule | Use a formula... from the bottom of the list, and then put this formula in the dialogue box:

    =AND(A2<>"",A2<DATE(2012,10,1))

    Then click on the Format button, Fill tab and choose black. Then OK your way out.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    02-13-2015
    Location
    phoenix
    MS-Off Ver
    2007/2010
    Posts
    10

    Re: conditional formatting with specific date

    Hi Pete,

    Just tried your formula and it works, so thank you for that so much!

+ 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. Specific conditional formatting
    By Brewsky88 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-03-2014, 08:12 AM
  2. [SOLVED] Date specific conditional formatting
    By gocolonel77 in forum Excel General
    Replies: 4
    Last Post: 02-13-2014, 11:27 AM
  3. Replies: 6
    Last Post: 09-20-2013, 04:17 PM
  4. Excel 2003 Conditional Formatting Using Specific Date
    By somethingfunny in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-08-2013, 02:21 PM
  5. Conditional Formatting for specific date in another Worksheet Cell
    By Pooger in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 04-24-2013, 07:48 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