Create a Helper column in front of the imported sheet, so you will always paste that data starting in B...
Then write the following
Label A2 either Helper or VlookupValue
A3 would be
=IF($D3=WEEKNUMSelected,CountA($A$2:$A2)-Countifs($A$2:$A2,""),"")
EDIT : IF needed add to the above, IF something = OFF then be Blank or anything like that before you do the count to prevent pulling them in...just an option if needed...
Week Num Selected would be what ever you put in the sheet...
Now the table to pull them in on, you can list down 1 - 50 (If you need that many) and perform a Vlookup on the import sheet
For the Name
=VLookup(REF1,ImportSheet!$A:$C,2,False)
For the Fin No.
=VLookup(REF1,ImportSheet!$A:$C,3,False)
Ref1 would be the 1 - 50 numbers, then you can try the rest with the previous solution now that you have the names pulled dynamically for that week!
Bookmarks