A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Use another pivot table and filter to the specific sales person of interest.
If you do the VLOOKUP, use a single cell reference that updates all the column indices, like
=VLOOKUP(Name,PTRange,$Z$1,False)
=VLOOKUP(Name,PTRange,$Z$1+1,False)
=VLOOKUP(Name,PTRange,$Z$1+2,False)
....
=VLOOKUP(Name,PTRange,$Z$1+10,False)