Lookup value with multiple entries and return smallest value

ericaindallas

New Member
Joined
Aug 20, 2009
Messages
45
I have a list of ID's with dates, the list of ID's have repeated entries, but some with different dates; I would like to show only the earliest date to my list of unique ID's.

Also blanks are involved and need to be indicated still as blank it there is not a date at all, BUT if there is a date(s) and blank(s) to the same ID, I need the earliest date and not the blank.

Here is just a small portion as an example. The highlighted piece is what I'd like a formula to produce (it's hard coded here).

Excel20110914.jpg


Your help is appreciated.

Thanks,
Erica
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Array formula confirm CTRL+SHIFT+ENTER:

=IF(MIN(IF($A$2:$A$21=D2,$B$2:$B$21))=0,"",MIN(IF($A$2:$A$21=D2,$B$2:$B$21)))
 
Upvote 0

Forum statistics

Threads
1,224,527
Messages
6,179,348
Members
452,907
Latest member
Roland Deschain

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top