Hi,
I have the following formula:
=INDEX('Paste'!A:A,MATCH(TRIM(B36),'Paste'!A:A,0)+1)
What's the easiest way to tweak it so that instead of finding the first occurrence and returning its index, it would find the LAST OCCURRENCE?
thanks!
I have the following formula:
=INDEX('Paste'!A:A,MATCH(TRIM(B36),'Paste'!A:A,0)+1)
What's the easiest way to tweak it so that instead of finding the first occurrence and returning its index, it would find the LAST OCCURRENCE?
thanks!