Hi,
let me explain what im trying to achieve:
-We have a list of people identified by ID, in Worksheet #1 there are no duplicate IDs however we have several trainings related to that ID (123 has Excel, PPT and Word), in Worksheet #2 its a separate report in where the ID is duplicated because there are more than 1 training completed by "123".
What i need is a way to say "What Trainings are in Worksheet #1 and in Worksheet #2 for "123", IF FOUND delete the trainings found" so the result will be "123 | (blank) | (blank) | Word "
Note: these sheets have around 16k rows.
Worksheet #1
[TABLE="class: grid, width: 500"]
<TBODY>[TR]
[TD]ID
[/TD]
[TD]Training 1
[/TD]
[TD]Training#2
[/TD]
[TD]Training #3
[/TD]
[/TR]
[TR]
[TD]123
[/TD]
[TD]Excel
[/TD]
[TD]Power Point
[/TD]
[TD]Word
[/TD]
[/TR]
[TR]
[TD]456
[/TD]
[TD]Excel
[/TD]
[TD]Word
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]789
[/TD]
[TD]Excel
[/TD]
[TD]Visio
[/TD]
[TD][/TD]
[/TR]
</TBODY>[/TABLE]
Worksheet #2
[TABLE="class: grid, width: 500"]
<TBODY>[TR]
[TD]ID
[/TD]
[TD]Training 1
[/TD]
[/TR]
[TR]
[TD]123
[/TD]
[TD]Excel
[/TD]
[/TR]
[TR]
[TD]456
[/TD]
[TD]Excel
[/TD]
[/TR]
[TR]
[TD]789
[/TD]
[TD]Excel
[/TD]
[/TR]
[TR]
[TD]123
[/TD]
[TD]Power Point
[/TD]
[/TR]
</TBODY>[/TABLE]
Thank you very much for your help!
let me explain what im trying to achieve:
-We have a list of people identified by ID, in Worksheet #1 there are no duplicate IDs however we have several trainings related to that ID (123 has Excel, PPT and Word), in Worksheet #2 its a separate report in where the ID is duplicated because there are more than 1 training completed by "123".
What i need is a way to say "What Trainings are in Worksheet #1 and in Worksheet #2 for "123", IF FOUND delete the trainings found" so the result will be "123 | (blank) | (blank) | Word "
Note: these sheets have around 16k rows.
Worksheet #1
[TABLE="class: grid, width: 500"]
<TBODY>[TR]
[TD]ID
[/TD]
[TD]Training 1
[/TD]
[TD]Training#2
[/TD]
[TD]Training #3
[/TD]
[/TR]
[TR]
[TD]123
[/TD]
[TD]Excel
[/TD]
[TD]Power Point
[/TD]
[TD]Word
[/TD]
[/TR]
[TR]
[TD]456
[/TD]
[TD]Excel
[/TD]
[TD]Word
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]789
[/TD]
[TD]Excel
[/TD]
[TD]Visio
[/TD]
[TD][/TD]
[/TR]
</TBODY>[/TABLE]
Worksheet #2
[TABLE="class: grid, width: 500"]
<TBODY>[TR]
[TD]ID
[/TD]
[TD]Training 1
[/TD]
[/TR]
[TR]
[TD]123
[/TD]
[TD]Excel
[/TD]
[/TR]
[TR]
[TD]456
[/TD]
[TD]Excel
[/TD]
[/TR]
[TR]
[TD]789
[/TD]
[TD]Excel
[/TD]
[/TR]
[TR]
[TD]123
[/TD]
[TD]Power Point
[/TD]
[/TR]
</TBODY>[/TABLE]
Thank you very much for your help!