Hello,
I am trying to get a count multiple criteria. I have an basic example of my spreadsheet below. I want to know how many adults were present within each zone. How would I count the number of adults have yes in column B and then get a count of the adults who have yes in column b by zone? The zone is in column A.
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]Zone[/TD]
[TD]Adults Present[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]yes[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]no[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]yes[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]yes[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]yes[/TD]
[/TR]
</tbody>[/TABLE]
I am trying to get a count multiple criteria. I have an basic example of my spreadsheet below. I want to know how many adults were present within each zone. How would I count the number of adults have yes in column B and then get a count of the adults who have yes in column b by zone? The zone is in column A.
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]Zone[/TD]
[TD]Adults Present[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]yes[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]no[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]yes[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]yes[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]yes[/TD]
[/TR]
</tbody>[/TABLE]