Pignit1965
New Member
- Joined
- Mar 12, 2018
- Messages
- 1
Hi All, Can I add a wildcard to and index.
I have a table of data from which I am calling back pricing from all instances from the given lookup, but it will only pull exact matches but I need it ad a wildcard..
i.e. I need to search for CH12-04268-(any character) but I have to state CH12-04268-AA to get a return.
I am currently using this formula
{=IF(ISERROR(INDEX('L316'!$F$1:$K$5998,SMALL(IF('L316'!$F$1:$F$5998=$B$2,ROW('L316'!$F$1:$K$5998)),ROW('L316'!1:1)),3)),"",INDEX('L316'!$F$1:$K$5998,SMALL(IF('L316'!$F$1:$F$5998=$B$2,ROW('L316'!$F$1:$K$5998)),ROW('L316'!1:1)),3))}
Can I add wildcard to this or is there an easier or better way
Many thanks all
I have a table of data from which I am calling back pricing from all instances from the given lookup, but it will only pull exact matches but I need it ad a wildcard..
i.e. I need to search for CH12-04268-(any character) but I have to state CH12-04268-AA to get a return.
I am currently using this formula
{=IF(ISERROR(INDEX('L316'!$F$1:$K$5998,SMALL(IF('L316'!$F$1:$F$5998=$B$2,ROW('L316'!$F$1:$K$5998)),ROW('L316'!1:1)),3)),"",INDEX('L316'!$F$1:$K$5998,SMALL(IF('L316'!$F$1:$F$5998=$B$2,ROW('L316'!$F$1:$K$5998)),ROW('L316'!1:1)),3))}
Can I add wildcard to this or is there an easier or better way
Many thanks all