+ Reply to Thread
Results 1 to 6 of 6

Notify me when a date is with in 25 days of the current date

  1. #1
    Registered User
    Join Date
    11-25-2013
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    99

    Notify me when a date is with in 25 days of the current date

    I need to create an alert to pop up when an Excel worksheet is first opened to look at cell C10 and notify me that the date is within 25 days of the current date. Then the user could acknowledge the alert and continue working on the worksheet.

    Is this done via macros or how?

    any help is greatly appreciated

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Notify me when a date is with in 25 days of the current date

    Condtional Formatting, using a formula.

    Select C10

    Conditional Formatting
    New Rule
    Use a formula to determine...

    =(AND(C10>=TODAY(),C10<=TODAY()+25))

    Format as required
    Use Format painter (paintbrush icon) to copy to other cells
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    11-25-2013
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    99

    Re: Notify me when a date is with in 25 days of the current date

    Yes, the conditional formatting does work but I am looking for something more in your face upon opening the worksheet like an MSGBOX with a message telling the user the report is due within 25 days, any ideas on that? Thank you, I will use the conditional formatting in addition to a message box.

  4. #4
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,014

    Re: Notify me when a date is with in 25 days of the current date

    .
    Paste this macro into the ThisWorkbook module :

    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    11-25-2013
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    99

    Re: Notify me when a date is with in 25 days of the current date

    Thank you That worked

  6. #6
    Forum Expert Logit's Avatar
    Join Date
    12-23-2012
    Location
    North Carolina
    MS-Off Ver
    Excel 2019 Professional Plus - 2007 Enterprise
    Posts
    7,014

    Re: Notify me when a date is with in 25 days of the current date

    You are welcome.

+ 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] Trying to calculate- compares two dates, chooses later date, tells days to current date
    By Vicious00013 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-31-2016, 12:20 PM
  2. Replies: 14
    Last Post: 04-06-2015, 09:19 PM
  3. [SOLVED] Need average of days for date values from date to current day that updates current date
    By FinGhost in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-12-2013, 04:41 PM
  4. [SOLVED] calculate days from earliest date to current date
    By codesRus in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 09-11-2012, 09:04 AM
  5. Replies: 15
    Last Post: 06-26-2012, 07:28 AM
  6. I want any date 90 days or older from current date change color
    By Big Abalone in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-23-2006, 12:10 AM
  7. Replies: 2
    Last Post: 02-10-2005, 04:06 PM

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