For things more complex than a cell or two, I prefer to use a formula in an empty column to "check" all the cells and give me a TRUE result if this row "qualifies". For your columns, I'd suggest the first formula to check row 2 would be:
=SUM(COUNTIF(DX2:ED2,"no"),COUNTIF(EH2:EQ2,"no"),COUNTIF(GC2:GG2,"no"))>0
Here's a macro that will insert that formula into the last column on the sheet and then filter for "TRUE", it then grabs all the TRUE rows together, all at once, and copies them onto the Time Critical sheet.
Bookmarks