+ Reply to Thread
Results 1 to 4 of 4

the on that is not empty

  1. #1
    Forum Contributor
    Join Date
    08-19-2009
    Location
    Netherlands, Amsterdam
    MS-Off Ver
    Excel 2010
    Posts
    585

    the on that is not empty

    Hello all,

    I thought this would be simple but couldn't get it done.
    I got 2 rows with dates sometimes in one of them a date is missing
    Now I would like in collomn D a list that looks in both collumns and picks out the one that has a date

    HTML Code: 
    Last edited by Jonathan78; 10-23-2009 at 05:09 AM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: the on that is not empty

    If the dates are the same (as implied)

    E3: =MAX(B3;C3)
    copied down

    If not the same and you want the last

    E3: =LOOKUP(9.99999999999999E+307;$B3:$C3)
    copied down

    or of course

    E3: =IF(ISNUMBER($C3);$C3;$B3)
    copied down

  3. #3
    Forum Contributor
    Join Date
    08-19-2009
    Location
    Netherlands, Amsterdam
    MS-Off Ver
    Excel 2010
    Posts
    585

    Re: the on that is not empty

    Thanks DonkeyOte,
    The MAX-formula did the trick

  4. #4
    Forum Contributor
    Join Date
    08-19-2009
    Location
    Netherlands, Amsterdam
    MS-Off Ver
    Excel 2010
    Posts
    585

    Re: the on that is not empty

    How do you amend these formula to check multiple cells [3 instead of 2]

+ 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