View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
1320_Life 1320_Life is offline
external usenet poster
 
Posts: 1
Default Need Help with Formula

I'm trying to create a formula that sums a number of cells (in column "L") IF
the corresponding cells in column "A" are the same. For example:
Company Product Value TOTAL
1 A Co. 1 100 100
2 B Co. 1 100 600
2 B Co. 2 200
3 B Co. 3 300
4 C Co. 1 100 300
5 C Co. 2 200

So, the formula should check all the cells in "Company" column and SUM the
corresponding cells from the "Value" column in the "TOTAL" column. Thanks