If I use the formula
the result will always stop at the first ROW that contains the matched value.
How can I find the last row that contains that value?
Ultimately I am doing a MATCH and INDEX to get an adjacent alphanumeric value.
Martin
Code:
=MATCH(771160,Table1[Barcode],0)
How can I find the last row that contains that value?
Ultimately I am doing a MATCH and INDEX to get an adjacent alphanumeric value.
Martin