+ Reply to Thread
Results 1 to 3 of 3

date of corresponding blank cell

  1. #1
    Registered User
    Join Date
    04-05-2006
    Posts
    5

    date of corresponding blank cell

    Two columns: A & B
    Column A = delivery due date
    Column B = delivery date
    If no delivery is made, cell is left blank.

    How can I get Excel to return the oldest missed delivery date?

    Thanks for any suggestions in advance.

    Aoife.

  2. #2
    Bernie Deitrick
    Guest

    Re: date of corresponding blank cell

    Aoife,

    Array enter, using Ctrl-Shift-Enter:

    =MIN(IF(B2:B100="",A2:A100))

    Format for date, and change the range to reflect your data range.

    HTH,
    Bernie
    MS Excel MVP


    "Aoife" <[email protected]> wrote in message
    news:[email protected]...
    >
    > Two columns: A & B
    > Column A = delivery due date
    > Column B = delivery date
    > If no delivery is made, cell is left blank.
    >
    > How can I get Excel to return the oldest missed delivery date?
    >
    > Thanks for any suggestions in advance.
    >
    > Aoife.
    >
    >
    > --
    > Aoife
    > ------------------------------------------------------------------------
    > Aoife's Profile: http://www.excelforum.com/member.php...o&userid=33191
    > View this thread: http://www.excelforum.com/showthread...hreadid=530079
    >




  3. #3
    Registered User
    Join Date
    04-05-2006
    Posts
    5

    date of corresponding blank cell

    Bernie - Yes! It did help.
    Arrays are a whole new world to me...a whole new beautiful world.
    Many thanks,
    Aoife.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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