S
Scott
Hello,
BACKGROUND:
I can really use some help to do a sumif function for
multiple conditions using array formulas. For example, in
the range A1:B2, I have sales data and I want to sum up
all sales for Smith, in January, to the Northwest region.
Needless to say, this is a simplified example.
Col A: Name
Col B: Month
Col C: Region
Col D: Sales
PROBLEM:
Smith Jan NW $200
Smith Feb SW $100
Using the array formula ={sum((A1:A2="Smith)*(B1:B2="Jan")
*(C1:C2="NW")*(A1:A2))} I am getting the response of $400
as opposed to $200. It looks like the Boolean operator is
reading "Smith" twice so that the outcome of this formula
is (2x1x1x$200) as opposed to (1x1x1x$200). I've tried to
modify the formula and then I'll get the error "#Value."
Any ideas?
Thanks in advance.
-Scott
BACKGROUND:
I can really use some help to do a sumif function for
multiple conditions using array formulas. For example, in
the range A1:B2, I have sales data and I want to sum up
all sales for Smith, in January, to the Northwest region.
Needless to say, this is a simplified example.
Col A: Name
Col B: Month
Col C: Region
Col D: Sales
PROBLEM:
Smith Jan NW $200
Smith Feb SW $100
Using the array formula ={sum((A1:A2="Smith)*(B1:B2="Jan")
*(C1:C2="NW")*(A1:A2))} I am getting the response of $400
as opposed to $200. It looks like the Boolean operator is
reading "Smith" twice so that the outcome of this formula
is (2x1x1x$200) as opposed to (1x1x1x$200). I've tried to
modify the formula and then I'll get the error "#Value."
Any ideas?
Thanks in advance.
-Scott