larryjfoster
New Member
- Joined
- Jul 19, 2017
- Messages
- 20
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[/TR]
[TR]
[TD]Active Groups #
[/TD]
[TD]Group #
[/TD]
[TD]Region
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]000002
[/TD]
[TD]007895
[/TD]
[TD]West
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]008975
[/TD]
[TD]000002
[/TD]
[TD]West
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Hello, I can't seem to find a workable vba solution for this problem:I want to count the number of active groups per region.
i.e,
West Active Group Count =1 (Group00002 is the only active group)
The active groups column would actually be in another opened workbook
Any thoughts on how to get started would be greatly appreciated.
<tbody>[TR]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[/TR]
[TR]
[TD]Active Groups #
[/TD]
[TD]Group #
[/TD]
[TD]Region
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]000002
[/TD]
[TD]007895
[/TD]
[TD]West
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]008975
[/TD]
[TD]000002
[/TD]
[TD]West
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Hello, I can't seem to find a workable vba solution for this problem:I want to count the number of active groups per region.
i.e,
West Active Group Count =1 (Group00002 is the only active group)
The active groups column would actually be in another opened workbook
Any thoughts on how to get started would be greatly appreciated.