Hi Guys,
Lets say you have 20 Dates, 10 for each year: 2018, 2019. You also have two ID's.
I'm trying to find the earliest date in 2018 and the earliest date in 2019, in which each ID appear.
MIN, MAX wont work, as the dates can be in the future or in the past. The data also isn't sorted and the large data set will take too long to do manually. I'm looking for a formula.
[TABLE="width: 500"]
<tbody>[TR]
[TD]ID 1[/TD]
[TD]01/01/2017[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ID 2[/TD]
[TD]01/01/2017[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ID 1[/TD]
[TD]01/05/2018[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ID 2[/TD]
[TD]01/03/2018[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ID 1[/TD]
[TD]01/01/2018[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ID 2[/TD]
[TD]01/07/2018[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ID 1[/TD]
[TD]01/05/2019[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ID 2[/TD]
[TD]01/08/2019[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
ID 1 - 01/01/2018 - 01/05/2019
ID 2 - 01/03/2018 - 01/08/2019
Above would be the correct answer, for the table example.
Thanks,
Lets say you have 20 Dates, 10 for each year: 2018, 2019. You also have two ID's.
I'm trying to find the earliest date in 2018 and the earliest date in 2019, in which each ID appear.
MIN, MAX wont work, as the dates can be in the future or in the past. The data also isn't sorted and the large data set will take too long to do manually. I'm looking for a formula.
[TABLE="width: 500"]
<tbody>[TR]
[TD]ID 1[/TD]
[TD]01/01/2017[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ID 2[/TD]
[TD]01/01/2017[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ID 1[/TD]
[TD]01/05/2018[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ID 2[/TD]
[TD]01/03/2018[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ID 1[/TD]
[TD]01/01/2018[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ID 2[/TD]
[TD]01/07/2018[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ID 1[/TD]
[TD]01/05/2019[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ID 2[/TD]
[TD]01/08/2019[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
ID 1 - 01/01/2018 - 01/05/2019
ID 2 - 01/03/2018 - 01/08/2019
Above would be the correct answer, for the table example.
Thanks,