I want to be able to find the last match in a list. To find the first match I use the MATCH worksheet function. For example MATCH("Chris", A1:A5, 0) finds the index of the first cell in the range A1:A5 containing the text "Chris".
How do I find the LAST cell in the range that contains "Chris"?
Many thanks,
Chris
How do I find the LAST cell in the range that contains "Chris"?
Many thanks,
Chris