tangerine7199
New Member
- Joined
- Oct 13, 2016
- Messages
- 5
Good Morning
I need to do a count of people in a school (A) based on their value in columnB. Duplicate people are OK. Duplicate people in a school is not OK. I would want only the count of Unique ID-Schools if their value in B is 1
Example
A B
[TABLE="width: 146"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]ID-School[/TD]
[TD]First Year[/TD]
[/TR]
[TR]
[TD]123-school1[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]555-school2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]999-school3[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]123-school1[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]999-school3[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD]555-school2[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
any help will be appreciated
I need to do a count of people in a school (A) based on their value in columnB. Duplicate people are OK. Duplicate people in a school is not OK. I would want only the count of Unique ID-Schools if their value in B is 1
Example
A B
[TABLE="width: 146"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]ID-School[/TD]
[TD]First Year[/TD]
[/TR]
[TR]
[TD]123-school1[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]555-school2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]999-school3[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]123-school1[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]999-school3[/TD]
[TD="align: right"]2[/TD]
[/TR]
[TR]
[TD]555-school2[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
any help will be appreciated