pacerfan07
New Member
- Joined
- Jun 2, 2017
- Messages
- 20
Based on the table below, I would like to create another table that looks at the names in the left column and counts how many instances the number is greater than 5 in the right column. So the new table would say John Smith's count is 2; Kevin Nance's count is 1, etc. All help is appreciated. Thanks!
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Amount[/TD]
[/TR]
[TR]
[TD]John Smith[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]Kevin Nance[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Sharon Burros[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Stanley Kirk[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]John Smith[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Sharon Burros[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]John Smith[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]Stanley Kirk[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]Kevin Nance[/TD]
[TD]6[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Amount[/TD]
[/TR]
[TR]
[TD]John Smith[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]Kevin Nance[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Sharon Burros[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Stanley Kirk[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]John Smith[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Sharon Burros[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]John Smith[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]Stanley Kirk[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]Kevin Nance[/TD]
[TD]6[/TD]
[/TR]
</tbody>[/TABLE]