I would like to use the formula to find the nt. occurrence in an array. It is working if I specify the text exactly but if I use wildcard (asterisk) I get an error.
What could be wrong?
I also attach a sample file.
![]()
=INDEX($B$2:$B$9;SMALL(IF($D$2:$D$9="E*";ROW($D2:$D$9));ROW(1:1));1)
Bookmarks