+ Reply to Thread
Results 1 to 3 of 3

conditional formatting deadlines

  1. #1
    Joooooooo
    Guest

    conditional formatting deadlines

    Hi - I have a worksheet with a column (m7:m40) containing dates of reviews
    that have taken place. I want to conditionally format it so that dates that
    are a year ago or more are highlighted. Any ideas? Many thanks

  2. #2
    Forum Contributor
    Join Date
    12-02-2004
    Location
    London
    Posts
    255
    This doesn't quite cope with leap years, but if you put the following formula into the conditional formating, this should work:-

    =IF(TODAY()-M7<365,FALSE,TRUE)

  3. #3
    Guest

    conditional formatting deadlines

    hi
    Cell Value | is less than | =now()-365

    >-----Original Message-----
    >Hi - I have a worksheet with a column (m7:m40) containing

    dates of reviews
    >that have taken place. I want to conditionally format it

    so that dates that
    >are a year ago or more are highlighted. Any ideas? Many

    thanks
    >.
    >


+ 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