Hi,
I think you misunderstand the use of VLOOKUP().
First of all it is not restricted to an alphabetic sort provided you use the fourth parameter and set it to FALSE
Secondly it can only return one value not a sum of values. To do that you should use SUMIF()
However your real problem is that the Employee name column does not have names on every row. So for instance whilst
=SUMIF(Table!C:C,Summary!A17,Table!L:L)+SUMIF(Table!C:C,Summary!A17,Table!N:N)
will return the correct answer of 9888 if the name is Chris Smith, it won't for David Cheung since the system has no way of knowing that C4 on the Table sheet is associated with David Cheung.
Regards
Bookmarks