Hi. I have three reports. One has name of the participants, their class number. The second file has the class numbers and their respective exams names. The third file has the name of the participants, their class numbers and the exams they have actually taken. My goal is to find those who have not taken the required exam related to their group.
I have joined the first file with second file based on participants name, so I have a reference file that has participants, their class numbers and their respective exams. I then joined the result of this with the third file to find out if the participants have missed any exam, or if they have taken them, they are the correct ones.
I get confused when I get to the second join as I have duplicate columns and I'm not sure if the result of my second join is actually accurate. This seems like a very simple workflow but I need help please! I appreciate it.