mediumraresteak
New Member
- Joined
- Jan 14, 2016
- Messages
- 13
Hi,
I'm trying to sumif one column with two conditions if possible. If I want to pull wte's total for all warehouses, it should be five. But when I put in the second condition to account for "whse 2", I get zero. Is it looking for both conditions in the same cell? How can I separate it to pull one total? Thanks in advance cause I've been trying for a couple of hours to no avail.
Here's an example: =SUMIFS(A:A,C:C,E1,B:B,"whse 1",B:B,"whse 2")
A B C
[TABLE="width: 192"]
<tbody>[TR]
[TD="class: xl65, width: 64"]1[/TD]
[TD="class: xl65, width: 64"]whse 1[/TD]
[TD="class: xl65, width: 64"]wte[/TD]
[/TR]
[TR]
[TD="class: xl65"]1[/TD]
[TD="class: xl65"]whse 1[/TD]
[TD="class: xl65"]wte[/TD]
[/TR]
[TR]
[TD="class: xl65"]1[/TD]
[TD="class: xl65"]whse 1[/TD]
[TD="class: xl65"]wte[/TD]
[/TR]
[TR]
[TD="class: xl65"]1[/TD]
[TD="class: xl65"]whse 2[/TD]
[TD="class: xl65"]wte[/TD]
[/TR]
[TR]
[TD="class: xl65"]1[/TD]
[TD="class: xl65"]whse 2[/TD]
[TD="class: xl65"]wte[/TD]
[/TR]
[TR]
[TD="class: xl65"]1[/TD]
[TD="class: xl65"]whse 4[/TD]
[TD="class: xl65"]wte[/TD]
[/TR]
</tbody>[/TABLE]
I'm trying to sumif one column with two conditions if possible. If I want to pull wte's total for all warehouses, it should be five. But when I put in the second condition to account for "whse 2", I get zero. Is it looking for both conditions in the same cell? How can I separate it to pull one total? Thanks in advance cause I've been trying for a couple of hours to no avail.
Here's an example: =SUMIFS(A:A,C:C,E1,B:B,"whse 1",B:B,"whse 2")
A B C
[TABLE="width: 192"]
<tbody>[TR]
[TD="class: xl65, width: 64"]1[/TD]
[TD="class: xl65, width: 64"]whse 1[/TD]
[TD="class: xl65, width: 64"]wte[/TD]
[/TR]
[TR]
[TD="class: xl65"]1[/TD]
[TD="class: xl65"]whse 1[/TD]
[TD="class: xl65"]wte[/TD]
[/TR]
[TR]
[TD="class: xl65"]1[/TD]
[TD="class: xl65"]whse 1[/TD]
[TD="class: xl65"]wte[/TD]
[/TR]
[TR]
[TD="class: xl65"]1[/TD]
[TD="class: xl65"]whse 2[/TD]
[TD="class: xl65"]wte[/TD]
[/TR]
[TR]
[TD="class: xl65"]1[/TD]
[TD="class: xl65"]whse 2[/TD]
[TD="class: xl65"]wte[/TD]
[/TR]
[TR]
[TD="class: xl65"]1[/TD]
[TD="class: xl65"]whse 4[/TD]
[TD="class: xl65"]wte[/TD]
[/TR]
</tbody>[/TABLE]
Last edited: