+ Reply to Thread
Results 1 to 3 of 3

Check if referenced cell is empty on a specific date

  1. #1
    Registered User
    Join Date
    10-11-2018
    Location
    London, England
    MS-Off Ver
    MO Pro Plus 2016
    Posts
    2

    Check if referenced cell is empty on a specific date

    Hoping someone can help me.

    I want to set up a formula that prompts me to send a reminder email, however, there are some factors.

    excelexample.PNG

    Basically, I want to send a reminder email if column B is blank (i.e. item has not been returned) and it is the date (today) in column C.
    But, the email is not required if column B is not blank (i.e. item has been returned).
    I was hoping that column D could say "Yes" or "No" based on these parameters.
    Attached Images Attached Images

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Check if referenced cell is empty on a specific date

    Please try at D2
    =IF(AND(B2="",C2<=TODAY()),"Yes","No")

  3. #3
    Registered User
    Join Date
    10-11-2018
    Location
    London, England
    MS-Off Ver
    MO Pro Plus 2016
    Posts
    2

    Re: Check if referenced cell is empty on a specific date

    It worked. Thank you very much!

+ 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. [SOLVED] Check if value is in range, and if so check cell on row empty
    By tool_fairy in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 12-21-2017, 10:35 AM
  2. Replies: 3
    Last Post: 05-16-2014, 01:23 AM
  3. Reference cell is empty but when referenced gives me value of 12:00 am
    By nhopkins in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-26-2013, 05:02 PM
  4. [SOLVED] making a control cell referenced (specific cell rather than ActiveCell )?
    By dredwolf in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-11-2012, 05:05 PM
  5. Replies: 0
    Last Post: 10-23-2012, 04:59 PM
  6. Deleting empty rows if specific cell in row is empty
    By csynic in forum Excel General
    Replies: 0
    Last Post: 07-06-2011, 01:43 AM
  7. Replies: 2
    Last Post: 06-14-2011, 10:56 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