Hi,
I have the following formula that look up value in cell B28 in 'Sheet1'!$A:$A and return value from the cell 4 rows below that. Say value in B28 is "test". How do I change my formula so that, it would return value from the cell 4 rows below not the first instance but the 3rd instance of "test"?
thanks.
Excel Formula:
=INDEX('Sheet1'!$A:$A,MATCH(TRIM($B28),'Sheet1'!$A:$A,0)+4)
I have the following formula that look up value in cell B28 in 'Sheet1'!$A:$A and return value from the cell 4 rows below that. Say value in B28 is "test". How do I change my formula so that, it would return value from the cell 4 rows below not the first instance but the 3rd instance of "test"?
thanks.