stuartmacdonald
New Member
- Joined
- May 26, 2009
- Messages
- 48
I have a table of projects and a list of staff who have days allocated to each.
I'm now looking to develop tables of all the projects each person is working on that can be used for other purposes.
I need these tables to update as new projects are added to the source table.
I started out with Sumproduct, but can't get it to return text, and have been playing around with Index & Match, but cannot get it working...
Any ideas....
Source table
[TABLE="width: 337"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]Person_A[/TD]
[TD]Person_B[/TD]
[TD]Person_C[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Example_A[/TD]
[TD]20[/TD]
[TD]5[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Example_B[/TD]
[TD]0[/TD]
[TD]15[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Example_C[/TD]
[TD]5[/TD]
[TD]5[/TD]
[TD]20[/TD]
[/TR]
</tbody>[/TABLE]
Result I'm looking for
Person_A
[TABLE="width: 209"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]Person_A[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Example_A[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Example_C[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Person_B
[TABLE="width: 209"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]Person_B[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Example_A[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Example_B[/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Example_C[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
Person_C
[TABLE="width: 209"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]Person_C[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Example_B[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Example_C[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I'm now looking to develop tables of all the projects each person is working on that can be used for other purposes.
I need these tables to update as new projects are added to the source table.
I started out with Sumproduct, but can't get it to return text, and have been playing around with Index & Match, but cannot get it working...
Any ideas....
Source table
[TABLE="width: 337"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]Person_A[/TD]
[TD]Person_B[/TD]
[TD]Person_C[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Example_A[/TD]
[TD]20[/TD]
[TD]5[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Example_B[/TD]
[TD]0[/TD]
[TD]15[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Example_C[/TD]
[TD]5[/TD]
[TD]5[/TD]
[TD]20[/TD]
[/TR]
</tbody>[/TABLE]
Result I'm looking for
Person_A
[TABLE="width: 209"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]Person_A[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Example_A[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Example_C[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Person_B
[TABLE="width: 209"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]Person_B[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Example_A[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Example_B[/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Example_C[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
Person_C
[TABLE="width: 209"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]Person_C[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Example_B[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Example_C[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Last edited: