
If you are also entering the job# in cell F2 (if it is in another cell change the F2 of the MATCH: MATCH(F2
=CHOOSEROWS(VSTACK('First Sheet:Last Sheet'!G2:K2),MATCH(F2,TOROW('First Sheet:Last Sheet'!F2),FALSE))
Or, slightly shorter:
=LET(D,VSTACK('First Sheet:Last Sheet'!F2:K2),DROP(FILTER(D,INDEX(D,,1)=F2),,1))
Where First Sheet is the first of your searched sheets, and Last Sheet is the last of your searched sheets.....