ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   VLOOKUP - How to Sum Multiple Cells (https://www.excelbanter.com/excel-worksheet-functions/192632-vlookup-how-sum-multiple-cells.html)

april

VLOOKUP - How to Sum Multiple Cells
 
=IF(ISERROR(VLOOKUP(M2,Activities_Closed!K$2:M$430 8,3,FALSE)), "0",
VLOOKUP(M2,Activities_Closed!K$2:M$4308,3,FALSE))

Hello!!! =)

Above is what I currently have for the formula used to locate information on
another worksheet inside the workbook. It is looking for matching ticket
numbers and displaying the corresponding minutes.

My question is: There are several tickets with several numbers. How do I
get excel to find not just the first ticket, but all of the tickets and sum
the minutes?

Thanks! I've searched everywhere and have turned up nothing, hopefully this
is possible! :)

Mike H

VLOOKUP - How to Sum Multiple Cells
 
Try

=SUMPRODUCT((Activities_Closed!K2:K4308=M2)*(Activ ities_Closed!M2:M4308))

Mike

"April" wrote:

=IF(ISERROR(VLOOKUP(M2,Activities_Closed!K$2:M$430 8,3,FALSE)), "0",
VLOOKUP(M2,Activities_Closed!K$2:M$4308,3,FALSE))

Hello!!! =)

Above is what I currently have for the formula used to locate information on
another worksheet inside the workbook. It is looking for matching ticket
numbers and displaying the corresponding minutes.

My question is: There are several tickets with several numbers. How do I
get excel to find not just the first ticket, but all of the tickets and sum
the minutes?

Thanks! I've searched everywhere and have turned up nothing, hopefully this
is possible! :)



All times are GMT +1. The time now is 12:53 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com