+ Reply to Thread
Results 1 to 4 of 4

sample delivered based on two seperate dates

  1. #1
    Registered User
    Join Date
    03-28-2016
    Location
    Coventry
    MS-Off Ver
    Microsoft 365
    Posts
    65

    sample delivered based on two seperate dates

    Hi Guys,


    Another one for you...


    Column J represents - expected delivery date

    Column K represents - Delivery status

    Column L represents - actual delivery date

    currently the cells in column K the formula is =IF(J6="","",IF(J6>=O2,"Awaiting Delivery","Delivery Outstanding!"))

    Cell ref O2 is the =NOW() function

    I would like column K to also say Delivered when a date is inserted into column L.


    Any ideas?

  2. #2
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: sample delivered based on two seperate dates

    Try this

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,604

    Re: sample delivered based on two seperate dates

    You should put the function =TODAY() in O2, as NOW() returns the date and time.

    Try this formula for the extra requirement:

    =IF(J6="","",IF(L6>0,"Delivered",IF(J6>=$O$2,"Awaiting Delivery","Delivery Outstanding!")))

    Hope this helps.

    Pete

  4. #4
    Banned User!
    Join Date
    03-06-2014
    Location
    USA
    MS-Off Ver
    2010
    Posts
    295

    Re: sample delivered based on two seperate dates

    Hello,

    In order to have "Delivered" in column K if a date is entered in column L one option would be:

    Please Login or Register  to view this content.

+ 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. IF Formulas based on two seperate dates
    By Jketterman0110 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-27-2016, 12:53 AM
  2. Replies: 8
    Last Post: 07-12-2016, 04:39 PM
  3. Replies: 16
    Last Post: 05-11-2016, 08:24 PM
  4. Returning sample size based on lot from a chart
    By GCrane in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-26-2014, 01:04 PM
  5. [SOLVED] Counting a sample (rows in a column) based on two criteria
    By Lija in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-08-2013, 10:17 AM
  6. Average qty delivered
    By jose_valooran in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-26-2013, 07:19 AM
  7. Random Sample of Dates then Average Values
    By Hume in forum Excel General
    Replies: 0
    Last Post: 09-11-2010, 05:41 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