+ Reply to Thread
Results 1 to 2 of 2

conditional formatting using dates

  1. #1
    creynolds
    Guest

    conditional formatting using dates

    How do I use conditional formatting using dates over 1 year old

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,736
    To highlight dates 1 year old (to the day) or older use this formula with conditional formatting "formula is" option.

    =DATEDIF(A1,TODAY(),"y")

    If you have blank cells in your range you might also wish to adapt that to prevent blanks being highlighted so use

    =(A1<>"")*DATEDIF(A1,TODAY(),"y")

+ 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