+ Reply to Thread
Results 1 to 2 of 2

Conditional Formatting on Due dates and email notification

  1. #1
    Registered User
    Join Date
    01-16-2014
    Location
    new jersey, usa
    MS-Off Ver
    2010
    Posts
    1

    Conditional Formatting on Due dates and email notification

    From reading other threads on here I figured out the equation I need to format a cell when the date is within 2 days of being due. Using the following equation. =AND($A$1<=TODAY(),$A$1>=TODAY()-2)

    A1 is due date, for instance it is "Sept 7" and I want A1 to be highlighted when it is 2 days before the due date. That means when it is "Sept 5" or "Sept 6", the Conditional Formatting will highlight A1.

    This only allows me to do one cell at a time. I would like to do an entire column. What changes to the equation need to be made so that I could do an entire column at one shot??

    Also Once I get the conditional formatting down. I have read that it is possible that when I reach 2 days before my due date excel can send me an email notification to remind me.
    For the email is there a way that it can be automatically sent without having to open the file every day.
    Any help would be greatly appreciated.


    Thanks
    Last edited by dmallory; 01-16-2014 at 03:08 PM.

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,095

    Re: Conditional Formatting on Due dates and email notification

    change the $ in the formula
    from
    =AND($A$1<=TODAY(),$A$1>=TODAY()-2)
    to
    =AND($A1<=TODAY(),$A1>=TODAY()-2)

    the $ is stopping the row increment when you apply to other rows

    for email, you would need a macro and not my area of expertise
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

+ 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. Replies: 4
    Last Post: 01-11-2012, 07:59 PM
  2. Email notification
    By Kid_k in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-31-2011, 02:03 AM
  3. Instant Email Notification
    By Mooseman60 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-05-2010, 08:03 PM
  4. email Notification from Excel
    By bobbyfaescotland in forum Excel General
    Replies: 1
    Last Post: 07-20-2006, 01:19 PM
  5. [SOLVED] Email Notification
    By John in forum Excel General
    Replies: 1
    Last Post: 02-24-2005, 06:07 AM

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