First, your VLOOKUP is looking in Table2, which is on Sheet1. I think you mean to look in Table1, which is in Sheet2.
Second, the formula you have does not look quite like what you described; it has Yes and No, not Complete or WIP.
I do not understand what you are trying to do with this part of your formula: (ISTEXT(Sheet2!B:B="*"))
Based on your description above here is what I think you want:
Note that the third argument for VLOOKUP is 2, which means pull the answer out of the second column of the table.
What result do you want if the job number is not found on Sheet2?
Bookmarks