+ Reply to Thread
Results 1 to 4 of 4

Return cell value empty

  1. #1
    Valued Forum Contributor
    Join Date
    01-11-2012
    Location
    Riyadh, K.S.A.
    MS-Off Ver
    Windows 11 with Excel 2013 & 2016
    Posts
    909

    Return cell value empty

    Hello again,

    Using the if condition is am trying to check If the date is less than today the return Expired or Else it return Valid. Now the problem is if the cell is empty, the return values if Valid.
    Column AJ I have to enter date then Column AK have one year expiry date. Column AN will display the value Valid or Expired based on Column Ak date.

    Any solution for this.
    Last edited by hecgroups; 01-28-2012 at 11:36 AM.

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Return cell value empty

    Hi

    If i get your point, then, maybe something like this, will do the job

    =IF(AK1="";"";???)

    Hope to helps you.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,710

    Re: Return cell value empty

    Pl try this formula.

    =IF(A1<>"",IF(A1<TODAY(),"Valid","Expired"),"")

  4. #4
    Valued Forum Contributor
    Join Date
    01-11-2012
    Location
    Riyadh, K.S.A.
    MS-Off Ver
    Windows 11 with Excel 2013 & 2016
    Posts
    909

    Re: Return cell value empty

    Working perfect yaar thanks Mr. Murthy

+ 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