Hi all,
Hopefully someone can help me with this because it's driving me mad.
I have two tables on separate sheets. The first holds a list of cases and who managed the case (and how long it was open, but that one is less relevant for now). The second has a list of staff that appear in the first table and their location (UK/US).
e.g. Table 1
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Case Number[/TD]
[TD]Owner[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Jane[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Joe[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Sarah[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Sarah[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Harry[/TD]
[/TR]
</tbody>[/TABLE]
Table 2
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Location[/TD]
[/TR]
[TR]
[TD]Harry[/TD]
[TD]UK[/TD]
[/TR]
[TR]
[TD]Jane[/TD]
[TD]UK[/TD]
[/TR]
[TR]
[TD]Joe[/TD]
[TD]US[/TD]
[/TR]
[TR]
[TD]Sarah[/TD]
[TD]US[/TD]
[/TR]
</tbody>[/TABLE]
What I want to be able to get is the number of cases in each location - and ideally I'd just be able to drop fresh data in my table of cases and have the totals 'magically' recalculate.
Obviously I can do it quite simply if I add a VLookup to the location on the first table and then just use CountIf, but I'd like to avoid this step if possible as once I've set it up this will be handed over to other people to manage.
Are there any solutions out there?
Thanks.
Hopefully someone can help me with this because it's driving me mad.
I have two tables on separate sheets. The first holds a list of cases and who managed the case (and how long it was open, but that one is less relevant for now). The second has a list of staff that appear in the first table and their location (UK/US).
e.g. Table 1
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Case Number[/TD]
[TD]Owner[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Jane[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Joe[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Sarah[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Sarah[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Harry[/TD]
[/TR]
</tbody>[/TABLE]
Table 2
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Location[/TD]
[/TR]
[TR]
[TD]Harry[/TD]
[TD]UK[/TD]
[/TR]
[TR]
[TD]Jane[/TD]
[TD]UK[/TD]
[/TR]
[TR]
[TD]Joe[/TD]
[TD]US[/TD]
[/TR]
[TR]
[TD]Sarah[/TD]
[TD]US[/TD]
[/TR]
</tbody>[/TABLE]
What I want to be able to get is the number of cases in each location - and ideally I'd just be able to drop fresh data in my table of cases and have the totals 'magically' recalculate.
Obviously I can do it quite simply if I add a VLookup to the location on the first table and then just use CountIf, but I'd like to avoid this step if possible as once I've set it up this will be handed over to other people to manage.
Are there any solutions out there?
Thanks.