+ Reply to Thread
Results 1 to 3 of 3

if function based on cell value and date of another cell

  1. #1
    Forum Contributor
    Join Date
    10-18-2012
    Location
    new york
    MS-Off Ver
    Office 365
    Posts
    177

    if function based on cell value and date of another cell

    Hi,
    I need c3 to say either 'yes' or 'no' depending on what is in a3. if a3 is blank and today's date is past december 30th 2012 then i need c3 to say 'yes'. otherwise i need it to say no.
    please help!
    thanks

  2. #2
    Valued Forum Contributor
    Join Date
    09-10-2012
    Location
    Los Angeles, CA
    MS-Off Ver
    Excel 2010
    Posts
    929

    Re: if function based on cell value and date of another cell

    Try this...

    =IF(AND(ISBLANK(A3),TODAY()>DATE(2012,12,30)),"yes","no")

  3. #3
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: if function based on cell value and date of another cell

    Try this one.

    Please Login or Register  to view this content.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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