+ Reply to Thread
Results 1 to 3 of 3

Formula to identify Overdue or Due based on dates

  1. #1
    Registered User
    Join Date
    03-09-2014
    Location
    Greater Manchester, England
    MS-Off Ver
    Excel 2013
    Posts
    12

    Formula to identify Overdue or Due based on dates

    Hi all,

    I wonder if someone could help me with a formula using If, And & Or? I'm struggling a little bit. I've attached an example, but it's basically to give a status of whether an action is "Due" or "Overdue" or neither, dependent on the date and/or colour of cell:-

    Red = a date in the past = "Overdue"
    Yellow = a date in the next 30 days = "Due"
    Green = a date more than 30 days in the future = ""

    Thank you in advance.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,105

    Re: Formula to identify Overdue or Due based on dates

    Try this in E2 and down:
    =IF(AND(SUM(A2:D2)< =TODAY()+30,SUM(A2:D2)>TODAY()),"Due",IF(SUM(A2:D2)< TODAY(),"Overdue",IF(SUM(A2:D2) >TODAY()+30,"")))
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    03-09-2014
    Location
    Greater Manchester, England
    MS-Off Ver
    Excel 2013
    Posts
    12

    Re: Formula to identify Overdue or Due based on dates

    Thank you Belinda! It works a treat.


+ 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. Identify the dates or date ranges applicable based on a criteria
    By tiggi in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-28-2016, 05:45 AM
  2. Formula to determine total overdue values by length of overdue
    By Midnight_Dragon in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-17-2013, 02:03 AM
  3. Replies: 3
    Last Post: 02-09-2012, 06:57 PM
  4. [SOLVED] formula to identify weekend dates
    By Barb Reinhardt in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 09-06-2005, 09:05 AM
  5. [SOLVED] formula to identify weekend dates
    By Cathy Landry in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 07:05 AM
  6. [SOLVED] formula to identify weekend dates
    By Cathy Landry in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 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