Try this version:

=IFERROR(INDEX('Data Entry - Blast'!$A$8:$BR$65000,SMALL(IF(ISNUMBER(MATCH(C1&"??"&E1&"*",'Data Entry - Blast'!$A$8:$A$65000,0)),ROW('Data Entry - Blast'!$A$8:$A$65000)-MIN(ROW('Data Entry - Blast'!$A$8:$A$65000))+1),ROWS($A$1:$A1)),COLUMN(A1)),"")
You will need to confirme this formula holding the CTRL+SHIFT+ENTER keys down, not just ENTER so you get { } brackets around the formula... then copy down until you get blanks or past. This will extract consecutively matching rows.