A1 of Sheet2 houses a company of interest like WARNER.
In A2 just enter:
=COUNTIFS(Sheet1!C2:C2000,"*"&A1&"*")
In A3 enter the string Idx, B3:I3 enter the headers from Sheet1 as is.
In A4 control+shift+enter, not just enter, and copy down:
=IF(ROWS($A$4:A4)>$A$2,"",SMALL(IF(ISNUMBER(SEARCH($A$1,Sheet1!$C$2:$C$2000)),IF(Sheet1!$H$2:$H$2000="y",ROW(Sheet1!$C$2:$C$200)-ROW(Sheet1!$C$2)+1)),ROWS($A$4:A4)))
In B4 just enter, copy across, and down:
=IF($A4="","",INDEX(Sheet1!$A$2:$H$2000,$A4,MATCH(B$3,Sheet1!$A$1:$H$1,0)))