Hello,
I am trying to use INDEX/MATCH with LEFT, to change the returned value.
Example:
<tbody>
Data1
Data2
5
Apples {are great}<are good=""></are>
10
Oranges {are also great}<are also="" good=""></are>
</tbody>
=INDEX(B:B,MATCH(5,A:A,0))
This Formula returns the value of Apples...