Can someone show me how to use a VLOOKUP for the highest value?
For example:
=VLOOKUP(LARGE([% of Target]1:[% of Target]16, 3), Name1:[% of Target]16, 2)
Basically by the LARGE([% of Target]1:[% of Target]16, 3) I am returning a value of 52% (which is the third highest value). This is automatic. =LARGE([% of Target]1:[% of Target]16, 3) works fine.
After that, I wish to look into the table, and return the Name of the employee that matches the % of Target automatically.

It keeps saying #NO MATCH. Any tips?