I'm trying to write a formula in my driver sheet that will search for an employee ID number in the completion sheet and return the text from a column within the completion sheet. I wrote the following but it returns a #NOMATCH value if the employee ID is not listed in the completion sheet. I'd also like for it to return a blank value if not listed in the completion sheet.
The formula I'm using is: =VLOOKUP([Employee ID]@row, {Confirmed}, 2, false)
Obviously not right but cannot figure it out. Any help would be greatly appreciated, thank you!