I realise this is trivial to achieve with a PivotTable: but can I please get help returning the minimum 'Date' for each 'Name' in table below using (assumedly) a min/if array formula?
Date Name
1/01/2015 john
1/01/2016 john
1/01/2017 john
1/01/2018 bob
1/01/2019 bob
1/01/2020 cow
1/01/2021 cow
Expected result (in column 2) in second table below: i.e. for each static entry in 'Name (unique)', I'm wanting a formula for column 'Date (min)' that will give me the minimum date next to the name from table above, as shown:
Name (unique) Date (min)
john 1/01/2015
bob 1/01/2018
cow 1/01/2020
I don't need a method to get the unique list of names: that will be set. Just wanting the formula for 'Date (min)' please. I realise sorting by date and using Match or Vlookup would return same result, but not possible with my 'actual' data