Find MIN value among dates

mark91345

Board Regular
Joined
Feb 11, 2011
Messages
113
I have multiple "Tickers", but with different dates. I want to find the oldest date, based upon each ticker (Column C is the end result I am looking to get).
Note that sometimes, there is only one Ticker, while other times, there are 2, 3, or more. I cannot figure out what to do.


Office Excel 2016 (Windows) 32 bit


Excel 2016 (Windows) 32 bit
[Table="width:, class:head"][tr=bgcolor:#E0E0F0][th] [/th][th]
A
[/th][th]
B
[/th][th]
C
[/th][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#E0E0F0]
1
[/td][td]TICKER[/td][td]
DATE
[/td][td]
Desired Result
[/td][/tr]


[tr=bgcolor:#FFFFFF][td=bgcolor:#E0E0F0]
2
[/td][td]AA[/td][td]
04/18/2018​
[/td][td]
04/18/2018​
[/td][/tr]


[tr=bgcolor:#FFFFFF][td=bgcolor:#E0E0F0]
3
[/td][td]AAC[/td][td]
08/02/2017​
[/td][td]
08/02/2017​
[/td][/tr]


[tr=bgcolor:#FFFFFF][td=bgcolor:#E0E0F0]
4
[/td][td]AAC[/td][td]
11/01/2017​
[/td][td]
08/02/2017​
[/td][/tr]


[tr=bgcolor:#FFFFFF][td=bgcolor:#E0E0F0]
5
[/td][td]AAC[/td][td]
02/21/2018​
[/td][td]
08/02/2017​
[/td][/tr]


[tr=bgcolor:#FFFFFF][td=bgcolor:#E0E0F0]
6
[/td][td]AAC[/td][td]
05/02/2018​
[/td][td]
08/02/2017​
[/td][/tr]


[tr=bgcolor:#FFFFFF][td=bgcolor:#E0E0F0]
7
[/td][td]AAL[/td][td]
01/25/2018​
[/td][td]
01/25/2018​
[/td][/tr]


[tr=bgcolor:#FFFFFF][td=bgcolor:#E0E0F0]
8
[/td][td]AAL[/td][td]
07/26/2018​
[/td][td]
01/25/2018​
[/td][/tr]
[/table]
[Table="width:, class:grid"][tr][td]Sheet: TEMP[/td][/tr][/table]
 
Last edited:

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.

Excel 2010
ABC
1TICKERDATEDesired Result
2AA4/18/20184/18/2018
3AAC8/2/20178/2/2017
4AAC11/1/20178/2/2017
5AAC2/21/20188/2/2017
6AAC5/2/20188/2/2017
7AAL1/25/20181/25/2018
8AAL7/26/20181/25/2018
Sheet10
Cell Formulas
RangeFormula
C2{=MIN(IF($A$2:$A$8=A2,$B$2:$B$8))}
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0

Forum statistics

Threads
1,224,813
Messages
6,181,107
Members
453,021
Latest member
Justyna P

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