Addictions
Board Regular
- Joined
- May 27, 2018
- Messages
- 60
- Office Version
- 365
Hello,
I wonder if anybody can help me out.
I am trying to get employees names based on their skills columns and return their names as a result in two different tables as a distinct unique values.
I was able to do this so far with Index, Match and Countif array formula but it only works for one skills column and I cannot figure it out how to do it if there are more skills columns.
Basically if employee has two skills allocated then as a result they would show up on both tables. Please see example of the table below and required results.
[TABLE="width: 200"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Employee[/TD]
[TD]Skill 1[/TD]
[TD]Skill 2[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Jon[/TD]
[TD]Driver[/TD]
[TD]Mechanic[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Michael[/TD]
[TD]Mechanic[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Ben[/TD]
[TD]Driver[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Tony[/TD]
[TD]Mechanic[/TD]
[TD]Driver[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 200"]
<tbody>[TR]
[TD]Driver[/TD]
[TD]Mechanic[/TD]
[/TR]
[TR]
[TD]Jon[/TD]
[TD]Jon[/TD]
[/TR]
[TR]
[TD]Ben[/TD]
[TD]Michael[/TD]
[/TR]
[TR]
[TD]Tony[/TD]
[TD]Tony[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Please if somebody can advise I would much appreciate your help.
Kind regards,
I wonder if anybody can help me out.
I am trying to get employees names based on their skills columns and return their names as a result in two different tables as a distinct unique values.
I was able to do this so far with Index, Match and Countif array formula but it only works for one skills column and I cannot figure it out how to do it if there are more skills columns.
Basically if employee has two skills allocated then as a result they would show up on both tables. Please see example of the table below and required results.
[TABLE="width: 200"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Employee[/TD]
[TD]Skill 1[/TD]
[TD]Skill 2[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Jon[/TD]
[TD]Driver[/TD]
[TD]Mechanic[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Michael[/TD]
[TD]Mechanic[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Ben[/TD]
[TD]Driver[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Tony[/TD]
[TD]Mechanic[/TD]
[TD]Driver[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 200"]
<tbody>[TR]
[TD]Driver[/TD]
[TD]Mechanic[/TD]
[/TR]
[TR]
[TD]Jon[/TD]
[TD]Jon[/TD]
[/TR]
[TR]
[TD]Ben[/TD]
[TD]Michael[/TD]
[/TR]
[TR]
[TD]Tony[/TD]
[TD]Tony[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Please if somebody can advise I would much appreciate your help.
Kind regards,