Excel Index Match return most recent date
13:34 21 Feb 2023

I am trying to set up an index match function, which returns the most recent value, instead of the first one in the list. So date should be another constraint for the row number, which I am not able to set up.

Excel screenshot

In the screenshot , the date constraint is not included, but I tried the following formulas, without any luck:

=INDEX($B$3:$E$11,MATCH(1,($H4=$B$3:$B$11)\*(AGGREGATE(4,4,C3:C11),0),MATCH(I$3,$B$3:$E$3,0))
=INDEX($B$3:$E$11,MATCH(1,($H4=$B$3:$B$11)*(MAXIFS(C3:C11,H4=B3:B11),0),MATCH(I$3,$B$3:$E$3,0))

I would very much appreciate if someone can help me here. Thanks in advance!

excel indexing excel-formula match index-match