Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to calculate the sum of a range based upon 2 criteria but cannot
work out how to do it. For example, I would like to count the monetary value of a column (A) based upon a criteria, such as a name, in another column (B) and then assuming it matches the criteria of another column (C). I can make it do a calculation based upon the first two but not the third column. I hope this makes sense if anyone can help??? Thanks. Neil |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
For multiple sets of criteria, try SUMPRODUCT instead:
=SUMPRODUCT(--(B1:B100="Name"),--(C1:C100="YourCriteria"),A1:A100) HTH Elkar "Neil Miller" wrote: I am trying to calculate the sum of a range based upon 2 criteria but cannot work out how to do it. For example, I would like to count the monetary value of a column (A) based upon a criteria, such as a name, in another column (B) and then assuming it matches the criteria of another column (C). I can make it do a calculation based upon the first two but not the third column. I hope this makes sense if anyone can help??? Thanks. Neil |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
In 2007 you can use SUMIFS =SUMIFS(A1:A100,F1,B1:B100,F2,C1:C100) Where the condition for column B is entered in F1 and the one for column C is entered if F2. -- If this helps, please click the Yes button. Cheers, Shane Devenshire "Neil Miller" wrote: I am trying to calculate the sum of a range based upon 2 criteria but cannot work out how to do it. For example, I would like to count the monetary value of a column (A) based upon a criteria, such as a name, in another column (B) and then assuming it matches the criteria of another column (C). I can make it do a calculation based upon the first two but not the third column. I hope this makes sense if anyone can help??? Thanks. Neil |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sumif | Excel Discussion (Misc queries) | |||
sumif for multi conditions. i.e sumif(A1:A10,"Jon" and B1:B10,"A" | Excel Worksheet Functions | |||
Embedding a Sumif in a sumif | Excel Worksheet Functions | |||
nested sumif or sumif with two criteria | Excel Worksheet Functions | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions |