+ Reply to Thread
Results 1 to 3 of 3

Formula to Display Notification LATE, EARLY, ON TIME

  1. #1
    Registered User
    Join Date
    04-12-2014
    Location
    Saudi Arabia
    MS-Off Ver
    Excel 2007
    Posts
    1

    Formula to Display Notification LATE, EARLY, ON TIME

    Hello ,

    I want to make a report that would auto display a status if a certain shipment is cleared with customs late, early or on time. Can somebody kindly help me out with this formula? I only have the data for the date shipped, the date of arrival, but the condition is if the shipment is not yet arrived then it would be tagged as EARLY, if it is cleared within 7 days it is considered ON TIME, if more than 7 days it is considered LATE.

    Please help.

    Thanks,

    Daryl

  2. #2
    Valued Forum Contributor
    Join Date
    07-04-2012
    Location
    Cape Town, RSA
    MS-Off Ver
    Office 365 ProPlus
    Posts
    1,050

    Re: Formula to Display Notification LATE, EARLY, ON TIME

    Hi Daryl

    Could you upload a small sample of your data so I can assist with the formula. It would be great if you can show a before and after of the results you expect so I can verify the calculation. It will help. TX

    To upload a sample file, click on the Go Advanced button, bottom right and use the Adv Post Window, clicking on the paperclip button to upload and post a file. TX
    Regards,
    Rudi

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Formula to Display Notification LATE, EARLY, ON TIME

    Hi and welcome to the forum

    This is untested, you did not provide any data, so give it a trty and adjust as needed...
    A1=TODAY() (enter the function =TODAY() in A1)
    A3 = Date of Arrival)

    =if(A3<A1,"Early",if(A3<A1+7,"On Time","Late"))
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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: 6
    Last Post: 05-20-2023, 01:07 AM
  2. [SOLVED] Formula for calculating Late Hrs & Early goings
    By divi123 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-07-2014, 05:25 AM
  3. [SOLVED] IF function: Early/On Time/Late Time vs. set window of time
    By hclark579 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-21-2014, 05:37 PM
  4. Replies: 2
    Last Post: 02-10-2013, 05:17 PM
  5. [SOLVED] Formula that returns late, early or Ok accordingly to the period
    By leslieyosbe in forum Excel General
    Replies: 2
    Last Post: 08-03-2006, 12:36 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