Hi
I've got two columns of data (A and B) and I'd like to sum the data in column B that is either "Checked" or "Partially Checked" in column A - please see the small sample below. The sum should be 40, in this case.
I've used this formula, but it's not returning the expected result. Can anyone please clarify what needs to be changed? I've done this kind of thing before, but it's been a while!
Thanks in advance.
=SUMIFS(B:B,A:A,"Checked",A:A,"Partially Checked")
[TABLE="width: 311"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Checked or Partially Checked? [/TD]
[TD]Total Units[/TD]
[/TR]
[TR]
[TD]Checked[/TD]
[TD="align: right"]10[/TD]
[/TR]
[TR]
[TD]Partially Checked[/TD]
[TD="align: right"]10[/TD]
[/TR]
[TR]
[TD]Partially Checked[/TD]
[TD="align: right"]10[/TD]
[/TR]
[TR]
[TD]Checked[/TD]
[TD="align: right"]10
[/TD]
[/TR]
</tbody>[/TABLE]
I've got two columns of data (A and B) and I'd like to sum the data in column B that is either "Checked" or "Partially Checked" in column A - please see the small sample below. The sum should be 40, in this case.
I've used this formula, but it's not returning the expected result. Can anyone please clarify what needs to be changed? I've done this kind of thing before, but it's been a while!
Thanks in advance.
=SUMIFS(B:B,A:A,"Checked",A:A,"Partially Checked")
[TABLE="width: 311"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Checked or Partially Checked? [/TD]
[TD]Total Units[/TD]
[/TR]
[TR]
[TD]Checked[/TD]
[TD="align: right"]10[/TD]
[/TR]
[TR]
[TD]Partially Checked[/TD]
[TD="align: right"]10[/TD]
[/TR]
[TR]
[TD]Partially Checked[/TD]
[TD="align: right"]10[/TD]
[/TR]
[TR]
[TD]Checked[/TD]
[TD="align: right"]10
[/TD]
[/TR]
</tbody>[/TABLE]