+ Reply to Thread
Results 1 to 3 of 3

Conditionally format by cell that does not contain text and by date

  1. #1
    Registered User
    Join Date
    02-10-2012
    Location
    Haymarket, Virginia
    MS-Off Ver
    Excel 2007
    Posts
    8

    Conditionally format by cell that does not contain text and by date

    I am looking for a formula to insert into a conditional format that will fill cell with red if date = >TODAY()+90 and if the cell does not contain text. This is a group used worksheet and when an item is complete, most people place the text "closed" within the cell that contains the date. I have already formatted those cells but now need to ignore them and format only those that are more than 90 days away. Thanks for the help and go easy on me, I'm fairly new to excel and this is my first thread!
    Last edited by Binaca04; 02-10-2012 at 04:36 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Conditionally format by cell that does not contain text and by date

    Perhaps?

    =AND(A1>=TODAY()+90,ISNUMBER(A1))

    where A1 is top most cell to format.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    02-10-2012
    Location
    Haymarket, Virginia
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: Conditionally format by cell that does not contain text and by date

    That works perfect! Thanks so much for the help and the quick response!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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