+ Reply to Thread
Results 1 to 3 of 3

Conditional Formatting using DATES

Hybrid View

  1. #1
    Registered User
    Join Date
    05-14-2008
    Posts
    3

    Conditional Formatting using DATES

    Hi,

    I have a row that contains 2 date fields, say A2 and A3. These can be considered start and end dates. When TODAY() is between the start and end dates, I would like to change the color of the entire row. How would this be done using conditional formating?

    Thanks in advance.

    Rusty

  2. #2
    Forum Contributor
    Join Date
    03-15-2005
    Location
    North Carolina
    MS-Off Ver
    2003 & 2007
    Posts
    180
    Hi,

    When you open Conditional Formatting...

    Set the dropdown box to "Formula Is" and enter the following formula...

    =IF(AND(TODAY()>$A1,TODAY()<$B1),"TRUE","FALSE")
    jtp

  3. #3
    Registered User
    Join Date
    05-14-2008
    Posts
    3

    Smile

    Thank you!

    Rusty

+ 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