Sum VLOOKUP

G

Guest

I'm using the following formula to lookup up my employees based on their ID#
and return the value in column 2 where a match is found. How do I sum up
these matches if the employee number appears more than once?

=VLOOKUP(X2,'LaborDetail'!P2:Q1000,2,FALSE)

X2 = Employee ID #
Column P = Employee ID #
Column Q = Hours worked

I want to sum up all data in column Q where the employee ID matches.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top