+ Reply to Thread
Results 1 to 6 of 6

Earliest date, blank cells...

  1. #1
    Registered User
    Join Date
    10-23-2009
    Location
    Frankfurt, Deutschland
    MS-Off Ver
    Excel 2002
    Posts
    5

    Earliest date, blank cells...

    Hi!
    Step I: I need to find the earliest date in a row (R3:T3). Some cells are blank, and some contain same dates.

    Step II: I need to find the earliest date in a row (U3:Y3). Some cells are blank, and some cells have the same date. If the earliest date is in column U it should print the content of U1, if earliest date is in column V, it should print the content of V1, etc. If the earliest date is in column U and V it should print the content of U1 & V1, if the earliest date is in column V, W and Y it should print the content of V1 & W1 & Y1, etc.

    I'm a real n00b in using excel, so it would be very nice if you could explain it in a very simple way ;-)

    Answers solving my problem in a couple of steps, or only partially are also very welcomed!

    Thanks a lot!!!
    Last edited by OlliTbb; 10-23-2009 at 05:58 AM.

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,607

    Re: Earliest date, blank cells...

    Earliest date without blanks is =MIN(R2:T2)

    Also for Step 2 but need some more time to see how they are connected.

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

    Re: Earliest date, blank cells...

    Step1

    Please Login or Register  to view this content.
    Step2

    I don't understand the logic... based on your post - if min is

    U3 -> return U1 only
    V3 -> returns W1 etc... (etc means ???) .... do you in fact mean V1 ?
    U3 & V3 -> return U1 & V1
    V3, W3 & Y3 -> return V1, W1 & Y1
    So assuming your post re: V3 is meant to return V1 rather than W1 as you state it seems you want to repeat the header where each MIN is found, correct ?

    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    10-23-2009
    Location
    Frankfurt, Deutschland
    MS-Off Ver
    Excel 2002
    Posts
    5

    Re: Earliest date, blank cells...

    Sorry, my bad! Of course it should return V1 when ealiest date is found in V. Indeed it is the headder ;-)
    Thanks a lot for the answers, I'll try and reply if it worked out!

    Many many thanks!!!!

  5. #5
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,607

    Re: Earliest date, blank cells...

    How about this too:

    =IF(MIN($U$3:$Y$3)=U3;U1;"")&IF(MIN($U$3:$Y$3)=V3;V1;"")&IF(MIN($U$3:$Y$3)=W3;W1;"")&IF(MIN($U$3:$Y$3)=X3;X1;"")&IF(MIN($U$3:$Y$3)=Y3;Y1;"")

  6. #6
    Registered User
    Join Date
    10-23-2009
    Location
    Frankfurt, Deutschland
    MS-Off Ver
    Excel 2002
    Posts
    5

    Re: Earliest date, blank cells...

    @ DonkeyOte:

    Wow, I canīt belive my eyes... it worked!!! You are the most awesome dude ever! (Unless you are female, then I would fall in love with you ;-) )
    Anyhow..., many many thanks!

    @zbor:

    Thanks for helping me on step I! Sorry that I didnīt try your formular regarding step II, but DonkeyOte was a bit faster. Many many thanks for your reply as well!

+ 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