vblehtonen
New Member
- Joined
- Feb 23, 2018
- Messages
- 1
Hey,
I have a Learning Management System (LMS) online and I can get the excel-reports from online who has done specific courses. I would like to see who has done all the trainings I get the report from so the file looks like:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Col. A[/TD]
[TD]Col. B[/TD]
[TD]Col. C[/TD]
[TD]Col. D[/TD]
[/TR]
[TR]
[TD]YES[/TD]
[TD]Training A[/TD]
[TD]Bob[/TD]
[TD]Saget[/TD]
[/TR]
[TR]
[TD]NO[/TD]
[TD]Training A[/TD]
[TD]Bob[/TD]
[TD]Saget[/TD]
[/TR]
[TR]
[TD]NO[/TD]
[TD]Training B[/TD]
[TD]Christie[/TD]
[TD]Dump[/TD]
[/TR]
[TR]
[TD]YES[/TD]
[TD]Training B[/TD]
[TD]Matt[/TD]
[TD]Stevens[/TD]
[/TR]
[TR]
[TD]YES[/TD]
[TD]Training A[/TD]
[TD]Matt[/TD]
[TD]Stevens[/TD]
[/TR]
</tbody>[/TABLE]
Col. A = Has person finished the training (YES/NO)
Col. B = Name of the training (Training A, Training B)
Col. C = First Name of person
Col. D = Surname of person
So the problem is, that there's at least duplicates (the same person has done Training A, Training B), and I would like to only get the names of the persons who have done both trainings, in this case only would like to get "Matt Stevens" as the result. But there will be multiple persons who have done both trainings.
Any ideas? Thank you already for your help wizards!
I have a Learning Management System (LMS) online and I can get the excel-reports from online who has done specific courses. I would like to see who has done all the trainings I get the report from so the file looks like:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Col. A[/TD]
[TD]Col. B[/TD]
[TD]Col. C[/TD]
[TD]Col. D[/TD]
[/TR]
[TR]
[TD]YES[/TD]
[TD]Training A[/TD]
[TD]Bob[/TD]
[TD]Saget[/TD]
[/TR]
[TR]
[TD]NO[/TD]
[TD]Training A[/TD]
[TD]Bob[/TD]
[TD]Saget[/TD]
[/TR]
[TR]
[TD]NO[/TD]
[TD]Training B[/TD]
[TD]Christie[/TD]
[TD]Dump[/TD]
[/TR]
[TR]
[TD]YES[/TD]
[TD]Training B[/TD]
[TD]Matt[/TD]
[TD]Stevens[/TD]
[/TR]
[TR]
[TD]YES[/TD]
[TD]Training A[/TD]
[TD]Matt[/TD]
[TD]Stevens[/TD]
[/TR]
</tbody>[/TABLE]
Col. A = Has person finished the training (YES/NO)
Col. B = Name of the training (Training A, Training B)
Col. C = First Name of person
Col. D = Surname of person
So the problem is, that there's at least duplicates (the same person has done Training A, Training B), and I would like to only get the names of the persons who have done both trainings, in this case only would like to get "Matt Stevens" as the result. But there will be multiple persons who have done both trainings.
Any ideas? Thank you already for your help wizards!