Hi, I have a table, names of people in column (A) and names of tests in columns B to Y. Each person can only do specific tests which is marked by the name of the test under the heading. If the person cannot do the test this cell is left blank. Is there a way I can select a specific person's name and get a summary (list format) of the tests they can do? Below is an example of I currently have. John can only do test 3 which is marked under test 3 by the name of the test. I have used a table slicer. However, due to the length of the table this is not a viable option.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Names[/TD]
[TD]Test 1[/TD]
[TD]Test 2[/TD]
[TD]Test 3[/TD]
[TD]Test 4[/TD]
[TD]Test 5[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD][/TD]
[TD][/TD]
[TD]Test 3[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD]Test 1[/TD]
[TD][/TD]
[TD]Test 3[/TD]
[TD]Test 4[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Mary[/TD]
[TD][/TD]
[TD]Test 2[/TD]
[TD]Test 3[/TD]
[TD][/TD]
[TD]Test 5[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]Test 1[/TD]
[TD][/TD]
[TD]Test 3[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Mark[/TD]
[TD][/TD]
[TD]Test 2[/TD]
[TD]Test 3[/TD]
[TD]Test 4[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thanks.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Names[/TD]
[TD]Test 1[/TD]
[TD]Test 2[/TD]
[TD]Test 3[/TD]
[TD]Test 4[/TD]
[TD]Test 5[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD][/TD]
[TD][/TD]
[TD]Test 3[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD]Test 1[/TD]
[TD][/TD]
[TD]Test 3[/TD]
[TD]Test 4[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Mary[/TD]
[TD][/TD]
[TD]Test 2[/TD]
[TD]Test 3[/TD]
[TD][/TD]
[TD]Test 5[/TD]
[/TR]
[TR]
[TD]Bob[/TD]
[TD]Test 1[/TD]
[TD][/TD]
[TD]Test 3[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Mark[/TD]
[TD][/TD]
[TD]Test 2[/TD]
[TD]Test 3[/TD]
[TD]Test 4[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thanks.