[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Registration_No[/TD]
[TD]First_Name[/TD]
[TD]Other_Name[/TD]
[TD]Last_name[/TD]
[TD]1st_CA[/TD]
[TD]2nd_CA[/TD]
[TD]3rd_CA[/TD]
[TD]Exam[/TD]
[TD]Total[/TD]
[TD]Grade[/TD]
[TD]Position[/TD]
[TD]Average[/TD]
[/TR]
[TR]
[TD]9008[/TD]
[TD]Mike[/TD]
[TD]Joe[/TD]
[TD]Peter[/TD]
[TD]6[/TD]
[TD]7[/TD]
[TD]8[/TD]
[TD]56[/TD]
[TD]77[/TD]
[TD]A[/TD]
[TD]2[/TD]
[TD]70[/TD]
[/TR]
[TR]
[TD]9009[/TD]
[TD]Luke[/TD]
[TD]Chan[/TD]
[TD]Lee[/TD]
[TD]2[/TD]
[TD]4[/TD]
[TD]6[/TD]
[TD]34[/TD]
[TD]46[/TD]
[TD]D[/TD]
[TD]4[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9010[/TD]
[TD]Blake[/TD]
[TD]Harry[/TD]
[TD]Blake[/TD]
[TD]8[/TD]
[TD]8[/TD]
[TD]6[/TD]
[TD]69[/TD]
[TD]91[/TD]
[TD]A[/TD]
[TD]1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9011[/TD]
[TD]Ugo[/TD]
[TD]Kelechi[/TD]
[TD]Amadi[/TD]
[TD]6[/TD]
[TD]8[/TD]
[TD]7[/TD]
[TD]45[/TD]
[TD]66[/TD]
[TD]B[/TD]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have between 10 to 12 sheets in a workbook containing students' results in the above format, each sheet is for a subject (For example Mathematics, English, Physics, Chemistry, Biology etc) and column 'exam' to 'Average' contains formulas.
Now I want to extract each student result (using the data from the column 'Registration_No' as the unique identifier) from all the sheets in the workbook into a new sheet that I can then print. I want a user-form which would serve like a search bar in which the 'Registration_no@ would be typed in and the result generated then the user can then print it.
Please who got ideas to help me out.
<tbody>[TR]
[TD]Registration_No[/TD]
[TD]First_Name[/TD]
[TD]Other_Name[/TD]
[TD]Last_name[/TD]
[TD]1st_CA[/TD]
[TD]2nd_CA[/TD]
[TD]3rd_CA[/TD]
[TD]Exam[/TD]
[TD]Total[/TD]
[TD]Grade[/TD]
[TD]Position[/TD]
[TD]Average[/TD]
[/TR]
[TR]
[TD]9008[/TD]
[TD]Mike[/TD]
[TD]Joe[/TD]
[TD]Peter[/TD]
[TD]6[/TD]
[TD]7[/TD]
[TD]8[/TD]
[TD]56[/TD]
[TD]77[/TD]
[TD]A[/TD]
[TD]2[/TD]
[TD]70[/TD]
[/TR]
[TR]
[TD]9009[/TD]
[TD]Luke[/TD]
[TD]Chan[/TD]
[TD]Lee[/TD]
[TD]2[/TD]
[TD]4[/TD]
[TD]6[/TD]
[TD]34[/TD]
[TD]46[/TD]
[TD]D[/TD]
[TD]4[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9010[/TD]
[TD]Blake[/TD]
[TD]Harry[/TD]
[TD]Blake[/TD]
[TD]8[/TD]
[TD]8[/TD]
[TD]6[/TD]
[TD]69[/TD]
[TD]91[/TD]
[TD]A[/TD]
[TD]1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9011[/TD]
[TD]Ugo[/TD]
[TD]Kelechi[/TD]
[TD]Amadi[/TD]
[TD]6[/TD]
[TD]8[/TD]
[TD]7[/TD]
[TD]45[/TD]
[TD]66[/TD]
[TD]B[/TD]
[TD]2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have between 10 to 12 sheets in a workbook containing students' results in the above format, each sheet is for a subject (For example Mathematics, English, Physics, Chemistry, Biology etc) and column 'exam' to 'Average' contains formulas.
Now I want to extract each student result (using the data from the column 'Registration_No' as the unique identifier) from all the sheets in the workbook into a new sheet that I can then print. I want a user-form which would serve like a search bar in which the 'Registration_no@ would be typed in and the result generated then the user can then print it.
Please who got ideas to help me out.