+ Reply to Thread
Results 1 to 4 of 4

conditional formatting overdue dates

  1. #1
    Joooooooo
    Guest

    conditional formatting overdue dates

    Hi
    In my excel sheet I have a column (M7:M25) of dates when reviews have taken
    place. I want to format it so that the dates that are more than a year old
    are highlighted.. Any ideas? Thanks in advance

  2. #2
    Akhilesh Dalia
    Guest

    RE: conditional formatting overdue dates

    Hi,

    In cell type =IF((TODAY()-M7)>365, "Overdue", "Current"), and then press
    ENTER.

    Regards

    Akhilesh Dalia
    akhileshdalia<at>hotmail<dot>com

    "Joooooooo" wrote:

    > Hi
    > In my excel sheet I have a column (M7:M25) of dates when reviews have taken
    > place. I want to format it so that the dates that are more than a year old
    > are highlighted.. Any ideas? Thanks in advance


  3. #3
    Registered User
    Join Date
    02-04-2005
    Posts
    4

    The use of of DATEDIF function can be usefull

    As the range of your example is only a few rows, try this:

    a) Create a temporary column just next to the column where the dates are located
    b) Use the formula =DATEDIF(M7;NOW();"y")
    c) Sort your worksheet by the column of the DateDif function
    d) Highlight the dates where on the next columns the DATEDIF function returs values from 1 and above

    Hope you find it usefull

    Regurds

  4. #4
    Registered User
    Join Date
    07-01-2004
    Location
    Kent, UK
    Posts
    74
    The simplest way is using conditional formatting.

    for a date in cell A1

    highlight the cell and select Format, Conditonal Formatting

    Set condition 1 to "formula is" then enter the condition =today()-A1>365
    then set your format

    Copy the format down the column and hey presto!

+ 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