Hi folks,
I have a worksheet that tracks materials losses and who lost the materials. I would like to be able to search this worksheet for every instance that an employee was associated with a material loss and then output the total dollar amount of losses associated with that employee.
I have tried using VLOOKUP like so: =VLOOKUP(A3,'Material Losses'!$J$2:$V$5000,11,FALSE)
- A3 is the name of the employee.
- The range of J2 - V5000 is a range of where the employees name could be found. But, because multiple employees can be associated with the same loss, it could be in multiple different columns.
- Column 11 is where I store the total dollar amount.
The difficulty here is that the employees name can be in several different columns and that even when I can make the formula return a value it only returns the first value, not a SUM total of all dollar amounts found in column 11. Can anyone point me in the right direction for solving this?
Thanks!
Bookmarks