Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have the following data
Column A Column B Amount Account 100 A 50 B 20 C 200 D I would like to sum items in column A where column B = B or C (I think these are numbers stored as text). I cannot get SUMIFS to work with multiple criteria but only one criteria range even when I use the OR statement. Can someone help me how to do this please. thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Sep 7, 2:09*am, GavinS wrote:
I have the following data Column A * * Column B Amount * * * * * *Account 100 * * * * * * * * * *A 50 * * * * * * * * * * B 20 * * * * * * * * * * C 200 * * * * * * * * * D I would like to sum items in column A where column B = B or C (I think these are numbers stored as text). I cannot get SUMIFS to work with multiple criteria but only one criteria range even when I use the OR statement. Can someone help me how to do this please. thanks Also works with previoius versions of excel =SUMPRODUCT(--(C1:C4={"a","b"})*B1:B4) |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"GavinS" wrote:
I would like to sum items in column A where column B = B or C (I think these are numbers stored as text). I cannot get SUMIFS to work with multiple criteria =SUMIFS(A1:A100,B1:B100,"B")+SUMIFS(A1:A100,B1:B10 0,"C") or =SUMIF(B1:B100,"B",A1:A100)+SUMIF(B1:B100,"C",A1:A 100) or =SUMPRODUCT(A1:A100,--(B1:B100={"B","C"})) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
multiply criteria in a range using sumifs | Excel Worksheet Functions | |||
SUMIFS with an OR criteria | Excel Worksheet Functions | |||
New 2007 Sumifs formula - is there a new multiple criteria vlookup | Excel Worksheet Functions | |||
using sumifs with multiple criteria? | Excel Discussion (Misc queries) | |||
match multiple criteria ina range from multiple criteria multiplet | Excel Worksheet Functions |