Basicaly I am trying to return any rows with part of the name "BOEING BACK", "BOEING BOTTOM", "BOEING HEADREST" within my IF(. Is there any way to simplify or modify where the formula says "BOEING BACK" to get all of these returns in one list? Please help if possible!
{=IF(ISERROR(INDEX(SPARES!$A$1:$O$300,SMALL(IF(SPARES!$A$1:$O$300="BOEING BACK",ROW(SPARES!$A$1:$O$300)),ROW(1:1)),2)),"",INDEX(SPARES!$A$1:$O$300,SMALL(IF(SPARES!$A$1:$O$300="BOEING BACK",ROW(SPARES!$A$1:$O$300)),ROW(1:1)),2))}
{=IF(ISERROR(INDEX(SPARES!$A$1:$O$300,SMALL(IF(SPARES!$A$1:$O$300="BOEING BACK",ROW(SPARES!$A$1:$O$300)),ROW(1:1)),2)),"",INDEX(SPARES!$A$1:$O$300,SMALL(IF(SPARES!$A$1:$O$300="BOEING BACK",ROW(SPARES!$A$1:$O$300)),ROW(1:1)),2))}