VinCieJ1988
New Member
Hello all,
I am struggeling over a lookup with multiple criteria and results.
Currently I have the array formula working with one criteria and multiple results.
Now I want to search between two numbers and get all results between those numbers.
I tried the following but this is not working:
{=IF(ISERROR(INDEX($A$4:$C$7;SMALL(IF(ISNUMBER(SEARCH($A$10;$C$4:$C$7)*SEARCH($B$10;$C$4:$C$7));ROW($C$4:$C$7));ROW(1:1))-3;2));"No result";INDEX($A$4:$C$7;SMALL(IF(ISNUMBER(SEARCH($A$10;$C$4:$C$7)*SEARCH($B$10;$C$4:$C$7));ROW($C$4:$C$7));ROW(1:1))-3;2))}
Any ideas about how I can get this working?
I added the Excel file with the formula and table structure.
Many thanks,
Vincent
I am struggeling over a lookup with multiple criteria and results.
Currently I have the array formula working with one criteria and multiple results.
Now I want to search between two numbers and get all results between those numbers.
I tried the following but this is not working:
{=IF(ISERROR(INDEX($A$4:$C$7;SMALL(IF(ISNUMBER(SEARCH($A$10;$C$4:$C$7)*SEARCH($B$10;$C$4:$C$7));ROW($C$4:$C$7));ROW(1:1))-3;2));"No result";INDEX($A$4:$C$7;SMALL(IF(ISNUMBER(SEARCH($A$10;$C$4:$C$7)*SEARCH($B$10;$C$4:$C$7));ROW($C$4:$C$7));ROW(1:1))-3;2))}
Any ideas about how I can get this working?
I added the Excel file with the formula and table structure.
Many thanks,
Vincent