Hello,
I have the following formula:
=IFERROR(INDEX(Analysis!$B$1:$B$278, SMALL(IF(Analysis!$A$1:$A$278=$C$44, ROW(Analysis!B1:B278),""), ROW()-44)),"")
In cell C44 I have text that I want to find. X*XXXXXXXXXXXXX I want to find the match for this but I need to make the second letter in C44 can be any letter but the rest have to match exactly. Example: F*FR4812033YA70. I would like to find all that match. So I can have: FRFR4812033YA70, FAFR4812033YA70 and so on. Is there a solution to this? Thank you.
I have the following formula:
=IFERROR(INDEX(Analysis!$B$1:$B$278, SMALL(IF(Analysis!$A$1:$A$278=$C$44, ROW(Analysis!B1:B278),""), ROW()-44)),"")
In cell C44 I have text that I want to find. X*XXXXXXXXXXXXX I want to find the match for this but I need to make the second letter in C44 can be any letter but the rest have to match exactly. Example: F*FR4812033YA70. I would like to find all that match. So I can have: FRFR4812033YA70, FAFR4812033YA70 and so on. Is there a solution to this? Thank you.