Hello, thanks for the response.
I guess I probably didn't get the Query steps right as I've been a basic Excel user and never had to do anything complex till now.
A brief explanation:
The Excel file is from Kobocollect database which was populated via a form used by enumerators to extract information (Female students' attendance) from schools. On the attendance sheet of the file, each row represents a term (15 weeks).
Some students have spent 5 terms while others only 2. After using Power Query to merge my first (school information) and second (student information) sheets, I have a new merged sheet with 1882 students and all relevant information from the two sheets.
My problem is with the third (attendance) sheet.
For example, student 1 attended for two terms and her index number is 1 (out of 1882) which appeared on the first two rows of the third sheet. After I follow the same procedure to link and merge tables, instead of having a single row like this: [student 1] [first term attendance] [second term attendance], I get two different rows like this:
[student 1] [first term attendance]
[student 1] [second term attendance]
This means that I end up with 5256 rows instead of 1882.
I need the three sheets to be merged into one and the number of rows to be the number of students (1882) without losing any information so it can be used for proper analysis and presentation.
Link to the file as requested: https://docs.google.com/spreadsheets/d/1hwGxUmBP1l-xae47wIbdsLivqBp6qm4u/edit?usp=drivesdk&ouid=100469078643960598719&rtpof=true&sd=true
Thank you