Hey guys,
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Client01a[/TD]
[TD]Inactive[/TD]
[TD]Client01b
[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Client01b[/TD]
[TD]Active[/TD]
[TD]Client02c[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Client02a
[/TD]
[TD]Inactive[/TD]
[TD]Client03a[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Client02b[/TD]
[TD]Inactive[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Client02c[/TD]
[TD]Active[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Client03a[/TD]
[TD]Active[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Im working on a database wherein multiple instances of an entry in A:A need to exist for the sake of historical data.
I want C:C to automatically list only the most current version of the entry, dictated by corresponding B:B value Active.
I'm trying and failing to produce the result using index and match.
Help is appreciated.
[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Client01a[/TD]
[TD]Inactive[/TD]
[TD]Client01b
[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Client01b[/TD]
[TD]Active[/TD]
[TD]Client02c[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Client02a
[/TD]
[TD]Inactive[/TD]
[TD]Client03a[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Client02b[/TD]
[TD]Inactive[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Client02c[/TD]
[TD]Active[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Client03a[/TD]
[TD]Active[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Im working on a database wherein multiple instances of an entry in A:A need to exist for the sake of historical data.
I want C:C to automatically list only the most current version of the entry, dictated by corresponding B:B value Active.
I'm trying and failing to produce the result using index and match.
Help is appreciated.