Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMIF(A:A,vendornumber,C:C)
or if the vendor numbers are text =SUMIF(A:A,"vendornumber",C:C) -- Regards, Peo Sjoblom "mike" wrote in message ... I have an excel question. I have a large file with multiple columns. I'm only concerned with two. column a has vendor # and column b has an amount. I want to know if there is a way for excel to look at the vendor #s in column A then add up the values in column c for all the vendor #s that match. In other words I want it to look at duplicate vendor #s in a and return one value that added up all the amounts in column b. "Steven" wrote: Is there a way to put multiple criteria in a single sumif() equation. =SUMIF(C7:C200,C2,E7:E200) But the criteria I want to sum is really in C2, C3 and C4 and I prefer it all in one function. ie I dont want to say: =SUMIF(C7:C200,C2,E7:E200) + SUMIF(C7:C200,C3,E7:E200) + SUMIF(C7:C200,C4,E7:E200) Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to use SUMIF to return sums between two values located in cells | Excel Worksheet Functions | |||
Embedding a Sumif in a sumif | Excel Worksheet Functions | |||
SUMIF with Mutiple Ranges & Criteria | Excel Discussion (Misc queries) | |||
SUMIF Not | Excel Discussion (Misc queries) | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions |