With
Sheet2 containing this list in A1:B6
and...Sheet1 containing this list in A1:A8![]()
a small A big w small W big Q big s small
This formula returns the category (from Sheet2) that corresponds![]()
a A w W q q s Q
to the letter in Col_A
Copy that formula down through B8.![]()
B1: =IF(ISNUMBER(MATCH(1,INDEX(--EXACT(A1, Sheet2!$A$1:$A$6),0),0)),MATCH(1,INDEX(--EXACT( A1,Sheet2!$A$1:$A$6),0),0),"No Match")
Is that something you can work with?
Bookmarks