Hi All,
I have a matrix that I need to update based on a list I have. Essentially, if the list shows completion, I'll need the matrix to be updated with an "x"
Example, I have this table:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name1
[/TD]
[TD]Training1[/TD]
[/TR]
[TR]
[TD]Name2[/TD]
[TD]Training2[/TD]
[/TR]
[TR]
[TD]Name2[/TD]
[TD]Training4[/TD]
[/TR]
[TR]
[TD]Name3[/TD]
[TD]Training3[/TD]
[/TR]
[TR]
[TD]Name4[/TD]
[TD]Training1[/TD]
[/TR]
</tbody>[/TABLE]
I'll need to create a formula in the matrix below so that the matrix is updated as the table above is updated, please see below
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Training1[/TD]
[TD]Training2[/TD]
[TD]Training3[/TD]
[TD]Training4[/TD]
[/TR]
[TR]
[TD]Name1[/TD]
[TD]x[/TD]
[TD][/TD]
[TD][/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]Name2[/TD]
[TD][/TD]
[TD]x[/TD]
[TD][/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]Name3[/TD]
[TD][/TD]
[TD][/TD]
[TD]x[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Name4[/TD]
[TD]x[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is index match the proper way to go? Please help. Thanks in advance!
I have a matrix that I need to update based on a list I have. Essentially, if the list shows completion, I'll need the matrix to be updated with an "x"
Example, I have this table:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name1
[/TD]
[TD]Training1[/TD]
[/TR]
[TR]
[TD]Name2[/TD]
[TD]Training2[/TD]
[/TR]
[TR]
[TD]Name2[/TD]
[TD]Training4[/TD]
[/TR]
[TR]
[TD]Name3[/TD]
[TD]Training3[/TD]
[/TR]
[TR]
[TD]Name4[/TD]
[TD]Training1[/TD]
[/TR]
</tbody>[/TABLE]
I'll need to create a formula in the matrix below so that the matrix is updated as the table above is updated, please see below
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Training1[/TD]
[TD]Training2[/TD]
[TD]Training3[/TD]
[TD]Training4[/TD]
[/TR]
[TR]
[TD]Name1[/TD]
[TD]x[/TD]
[TD][/TD]
[TD][/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]Name2[/TD]
[TD][/TD]
[TD]x[/TD]
[TD][/TD]
[TD]x[/TD]
[/TR]
[TR]
[TD]Name3[/TD]
[TD][/TD]
[TD][/TD]
[TD]x[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Name4[/TD]
[TD]x[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is index match the proper way to go? Please help. Thanks in advance!