Shahin Ghaffari New Member May 17, 2019 #1 Hi, In the attached file I sorted the column "B" ascending. Now I want to place the related letters in front of them. I couldn't use VLOOKUP, INDEX MATCH, and even Reverse VOLOOKUP to do it. Please help. thanks . Attachments qchandoo.xlsx 8.4 KB · Views: 5
Hi, In the attached file I sorted the column "B" ascending. Now I want to place the related letters in front of them. I couldn't use VLOOKUP, INDEX MATCH, and even Reverse VOLOOKUP to do it. Please help. thanks .
PaulF Active Member May 17, 2019 #3 =INDEX($A$1:$A$8,MATCH(E1,$B$1:$B$8,0))&E1 ^^ Works.... but your have 2 number 112's... For vlookup and/or index/match you will need to have unique values in column b.
=INDEX($A$1:$A$8,MATCH(E1,$B$1:$B$8,0))&E1 ^^ Works.... but your have 2 number 112's... For vlookup and/or index/match you will need to have unique values in column b.