+ Reply to Thread
Results 1 to 7 of 7

Formula to show a reminder

  1. #1
    Forum Contributor
    Join Date
    10-31-2006
    Location
    Oslo, Norway
    MS-Off Ver
    MS 365 Business
    Posts
    286

    Formula to show a reminder

    I try to write a formula which will show a reminder in a cell,
    on and after the time and date I write in the 'input' cells.
    It seems that there is nothing wrong with the formula structure but
    something is wrong as the message appears before the indicated time.
    Please see the attached file.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    01-13-2015
    Location
    Leicester, England
    MS-Off Ver
    2013
    Posts
    42

    Re: Formula to show a reminder

    Remove from the formula the following: YEAR(), MONTH(), DAY(), HOUR(), MINUTE(). Your current formula is trying to evaluate year(2016) and so on. You only need the cells in this case, since you have all the info in separate cells:

    Please Login or Register  to view this content.
    FYI: You can always see how a formula works (or why it doesn't) if you select the cell with the formula, go to the FORMULAS tab and click "Evaluate formula" in the "FormulaAuditing" section.

    Alex

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Formula to show a reminder

    =IF(NOW()>DATE(H6,G6,F6)+TIME(F8,G8,),"Do this, do that","")
    try this
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  4. #4
    Forum Contributor
    Join Date
    10-31-2006
    Location
    Oslo, Norway
    MS-Off Ver
    MS 365 Business
    Posts
    286

    Re: Formula to show a reminder

    Thanks a lot Alex.
    I often use the FormulaAuditing, but I didnt in this case. Also thanks for the corrections with regard to DATE and TIME.

    But the formula still doesnt work as intended as the message appears the (right) day in question but even BEFORE the right time, (hour and minute).

  5. #5
    Registered User
    Join Date
    01-13-2015
    Location
    Leicester, England
    MS-Off Ver
    2013
    Posts
    42

    Re: Formula to show a reminder

    Please Login or Register  to view this content.
    Same as nflsales suggests.

    Alex

  6. #6
    Forum Contributor
    Join Date
    10-31-2006
    Location
    Oslo, Norway
    MS-Off Ver
    MS 365 Business
    Posts
    286

    Re: Formula to show a reminder

    This thread is reopened.
    Please see the new attachement.
    I would like to have a formula which refers to one singel cell, which is in customized format, similar to the NOW function.
    Is it possible ?
    Attached Files Attached Files

  7. #7
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: Formula to show a reminder

    Hi,

    Try the following in D9:

    =IF(NOW()>D15,"Do this, do that","")

+ 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] Annual reminder formula
    By nac1987 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-15-2014, 05:28 PM
  2. [SOLVED] Bills reminder - missing & required formula(s)?
    By the_trooper47 in forum Excel Formulas & Functions
    Replies: 51
    Last Post: 10-12-2014, 08:37 PM
  3. Replies: 6
    Last Post: 07-12-2014, 01:43 AM
  4. How to create a 3 month reminder formula in an excel file?
    By thursday140 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-23-2013, 10:51 PM
  5. Database reminder formula ideas?
    By ElDa in forum Excel General
    Replies: 2
    Last Post: 10-22-2012, 05:39 AM
  6. if formula to show blank or show instead of displaying the running total
    By js1978 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-10-2008, 04:38 PM
  7. [SOLVED] Formula for reminder of data needing review on dates?
    By Scorp in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-13-2006, 03:10 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