Hi All,
I have a matrix that I need to update based on a table I have. Essentially, if the table shows completion, I'll need the matrix to be updated with the corresponding date of completion
Example, I have this table:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Training[/TD]
[TD]Completion[/TD]
[/TR]
[TR]
[TD]Name1[/TD]
[TD]Training1[/TD]
[TD]3/13/2016[/TD]
[/TR]
[TR]
[TD]Name1[/TD]
[TD]Training4[/TD]
[TD]5/25/2016[/TD]
[/TR]
[TR]
[TD]Name2[/TD]
[TD]Training2[/TD]
[TD]3/13/2016[/TD]
[/TR]
[TR]
[TD]Name2[/TD]
[TD]Training4[/TD]
[TD]4/15/2017[/TD]
[/TR]
[TR]
[TD]Name3[/TD]
[TD]Training3[/TD]
[TD]6/18/2015[/TD]
[/TR]
[TR]
[TD]Name4[/TD]
[TD]Training1[/TD]
[TD]5/15/2016[/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]3/13/2016[/TD]
[TD][/TD]
[TD][/TD]
[TD]5/25/2016[/TD]
[/TR]
[TR]
[TD]Name2[/TD]
[TD][/TD]
[TD]3/13/2016[/TD]
[TD][/TD]
[TD]4/15/2017[/TD]
[/TR]
[TR]
[TD]Name3[/TD]
[TD][/TD]
[TD][/TD]
[TD]6/18/2015[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Name4[/TD]
[TD]5/15/2016[/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 table I have. Essentially, if the table shows completion, I'll need the matrix to be updated with the corresponding date of completion
Example, I have this table:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Training[/TD]
[TD]Completion[/TD]
[/TR]
[TR]
[TD]Name1[/TD]
[TD]Training1[/TD]
[TD]3/13/2016[/TD]
[/TR]
[TR]
[TD]Name1[/TD]
[TD]Training4[/TD]
[TD]5/25/2016[/TD]
[/TR]
[TR]
[TD]Name2[/TD]
[TD]Training2[/TD]
[TD]3/13/2016[/TD]
[/TR]
[TR]
[TD]Name2[/TD]
[TD]Training4[/TD]
[TD]4/15/2017[/TD]
[/TR]
[TR]
[TD]Name3[/TD]
[TD]Training3[/TD]
[TD]6/18/2015[/TD]
[/TR]
[TR]
[TD]Name4[/TD]
[TD]Training1[/TD]
[TD]5/15/2016[/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]3/13/2016[/TD]
[TD][/TD]
[TD][/TD]
[TD]5/25/2016[/TD]
[/TR]
[TR]
[TD]Name2[/TD]
[TD][/TD]
[TD]3/13/2016[/TD]
[TD][/TD]
[TD]4/15/2017[/TD]
[/TR]
[TR]
[TD]Name3[/TD]
[TD][/TD]
[TD][/TD]
[TD]6/18/2015[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Name4[/TD]
[TD]5/15/2016[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is index match the proper way to go? Please help. Thanks in advance!