Hi Training.Goddess ,
How to I find the last match in an unsorted array? Match and index only provide the first as afar as I can see?
Assume that the unsorted data array is in A2:B100, the search value is in C2, try the array formula:
=INDEX($B$2:$B$100,MAX(($C$2=$A$2:$A$100)*MATCH(ROW($A$2:$A$100),ROW($A$2:$A$100))))
Note that as this is an array formula it should be confirmed with Ctrl+Shift+Enter
===
Regards,
Norman