Hi all,
I am using below formula to lookup value which is in left column of Sheet1 but this is fetching the 1st value and the second repeated lookup_value is showing the 1st value which is in main source data. Please help me with this.
I am using below formula to lookup value which is in left column of Sheet1 but this is fetching the 1st value and the second repeated lookup_value is showing the 1st value which is in main source data. Please help me with this.
Code:
=INDEX(Sheet1!$A$2:$A$27,MATCH(Sheet2!A1,Sheet2!$A$1:$A$26,0))