I've tried to modify the following formula to use wildcards but I can't seem to figure it out.
=IF(ISERROR(INDEX($B$1:$C$1000,SMALL(IF($C$1:$C$1000=$D$1,ROW($C$1:$C$1000)),ROW(1:1)),1)),"",INDEX($B$1:$C$1000,SMALL(IF($C$1:$C$1000=$D$1,ROW($C$1:$C$1000)),ROW(1:1)),1))
I'm trying to get the results of "*"&$D$1&"*" into here.
What's the solution?
=IF(ISERROR(INDEX($B$1:$C$1000,SMALL(IF($C$1:$C$1000=$D$1,ROW($C$1:$C$1000)),ROW(1:1)),1)),"",INDEX($B$1:$C$1000,SMALL(IF($C$1:$C$1000=$D$1,ROW($C$1:$C$1000)),ROW(1:1)),1))
I'm trying to get the results of "*"&$D$1&"*" into here.
What's the solution?