+ Reply to Thread
Results 1 to 2 of 2

Needed date validity reference formula

  1. #1
    Registered User
    Join Date
    04-20-2017
    Location
    Kathmandu
    MS-Off Ver
    2013
    Posts
    12

    Needed date validity reference formula

    I have attached a sample excel list containing Validity date and Expiry date of Licences. There are four column. Column A for Licence holder's name.
    Column B for Licence Issue date, Column C for Expiry date and Column D for Status of Licence- Available or Expired. I have a very long list. In Column D, I want a formula so if somenone's Licence is valid the Status (Column D) will dispaly Available text, and someone's Licence is expired- the status cell (Column D) will show Expired text. Please check attached file.
    Thank you very much and hope to get best solution.
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,118

    Re: Needed date validity reference formula

    Remove the data validation from the column and use this:

    =IF(C2="","",IF(C2>=TODAY(),"Available","Expired"))
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Needed a reference formula
    By ipn in forum Excel General
    Replies: 3
    Last Post: 04-25-2017, 02:31 AM
  2. [SOLVED] Needed picture reference formula
    By ipn in forum Excel General
    Replies: 4
    Last Post: 04-23-2017, 04:19 AM
  3. [SOLVED] Need excel formula to convert currency rate depends upon validity date
    By breadwinner in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-20-2015, 05:18 AM
  4. If Formula in date validity function
    By Janmarcus in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 09-05-2014, 09:22 AM
  5. [SOLVED] Help needed on R1C1 formula reference
    By chococ in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-18-2014, 09:08 AM
  6. Replies: 7
    Last Post: 02-03-2013, 06:25 PM
  7. Validity Date
    By MalouBibay in forum Excel General
    Replies: 4
    Last Post: 05-13-2010, 05:29 AM

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