+ Reply to Thread
Results 1 to 5 of 5

Completion dates that show past due and recognized if already completed and is late

  1. #1
    Registered User
    Join Date
    04-08-2014
    Location
    US
    MS-Off Ver
    Excel 2013
    Posts
    3

    Completion dates that show past due and recognized if already completed and is late

    I cant seem to figure out the formula to determine if a vehicle is on time, past due or late.

    Todays Date - Start Date - Est End Date - Completion Date - Status


    Status is where I want to determine if the vehicle was

    on time (est end date and completed date <=)

    Past Due(veh exceeds est competed date and has no completion date)

    Late (Veh is done but exceeded the est end date)

    I used the today() for the todays date but its the LATE formula that keeps making me crazy.

    I could use the help.

    Thank you
    Curt

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2504 Win 11
    Posts
    24,704

    Re: Completion dates that show past due and recognized if already completed and is late

    Attach a sample workbook. Make sure there is just enough data to make it clear what is needed. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are demonstrated, mock them up manually if needed. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Registered User
    Join Date
    04-08-2014
    Location
    US
    MS-Off Ver
    Excel 2013
    Posts
    3

    Re: Completion dates that show past due and recognized if already completed and is late

    Attached file
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    12-16-2013
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    109

    Re: Completion dates that show past due and recognized if already completed and is late

    I think I have got it
    =IF(0<D2<=C2, "on time",IF(AND(B2>C2, D2=""), "past Due", IF(D2>C2, "late", "on time")))cars.xlsxcars.xlsx

    http://www.easyexcelanswers.com

  5. #5
    Registered User
    Join Date
    04-08-2014
    Location
    US
    MS-Off Ver
    Excel 2013
    Posts
    3

    Re: Completion dates that show past due and recognized if already completed and is late

    =IF(0<D2<=C2, "on time",IF(AND(B2>C2, D2=""), "past Due", IF(D2>C2, "late", "on time")))

    sorry doesn't work

    I get on time and late but it should have some PAST dues since the vehicle is not done yet.

    The vehicles that do not have a completed date should be shown as past due. No value is in that cell and that may be what the hang up is.

    This one is killing me.

    Curt
    Last edited by Cgoyette; 04-08-2014 at 05:45 PM.

+ 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. Conditional Formatting with approaching due dates and completed dates
    By rogernation in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-13-2013, 04:12 PM
  2. [SOLVED] Template for tracking project completion dates and simple metrics? % Completed on time
    By Shrad013 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-19-2013, 10:28 AM
  3. [SOLVED] Move Rows from one worksheet to another if 30 days past completion date
    By leerjeddar in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-19-2012, 01:13 PM
  4. Replies: 4
    Last Post: 04-18-2012, 07:17 AM
  5. Overdue/late completion/completed tasks
    By BRISBANEBOB in forum Excel General
    Replies: 6
    Last Post: 01-14-2009, 04:04 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