+ Reply to Thread
Results 1 to 4 of 4

Date Passed Notification

  1. #1
    Lori
    Guest

    Date Passed Notification

    I would like to create a formula that looks at a cell's date, compares it
    with a different cell's date. If the different cell has a date prior to the
    other cell's date, the text turns red. Is there some way to do that? Perhaps
    an If Statement? Can anyone help?

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    If you have a date in A1 and want to colour it if it's later (greater) than a date in B1

    select A1
    use Format > Cells > Conditional formatting
    formula is
    =A1>B1
    apply red pattern

    this will also colour A1 if it has a date and B1 is blank, to avoid that use

    =(A1>B1)*(B1<>"")

  3. #3
    Lori
    Guest

    Re: Date Passed Notification

    Thank you, That worked like a dream!

    "daddylonglegs" wrote:

    >
    > If you have a date in A1 and want to colour it if it's later (greater)
    > than a date in B1
    >
    > select A1
    > use Format > Cells > Conditional formatting
    > formula is
    > =A1>B1
    > apply red pattern
    >
    > this will also colour A1 if it has a date and B1 is blank, to avoid
    > that use
    >
    > =(A1>B1)*(B1<>"")
    >
    >
    > --
    > daddylonglegs
    > ------------------------------------------------------------------------
    > daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
    > View this thread: http://www.excelforum.com/showthread...hreadid=503113
    >
    >


  4. #4
    Registered User
    Join Date
    04-12-2006
    Posts
    1

    Go a bit further

    Is there a way to have the dates that were in red on several sheets (in this case one sheet in the excel file) go to a pop up stating the dates and sheet or a seperate sheet?

+ 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