+ Reply to Thread
Results 1 to 2 of 2

Formula indicating Expired

  1. #1
    Registered User
    Join Date
    10-18-2006
    Posts
    13

    Formula indicating Expired

    Hi

    I'm trying to set up a formula in a cell that will highlight a date for a welder who has been qualified for welding, but is valid for 6 months. There is a date of record when he was qualified say 1/12/2009, but I have another column that I have added to say that it has expired (in Red) ie 30/06/2010. Put it simple, I'd like a cell to say that it has expired, or if it's not expired, to just show the date of expiry.

    Regards

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,526

    Re: Formula indicating Expired

    try this
    =IF(DATE(YEAR(A11),MONTH(A11)+6,DAY(A11))<TODAY(),"Expired",DATE(YEAR(A11),MONTH(A11)+6,DAY(A11)))

+ 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