Hey,
So yes, on each of the Grade Tabs I used a formula that combines that first and last name (Last, First) and put that in the first column (inserted a column into A)
Assuming each combination of first and last name per grade is unique, there should be one record for each student per grade
In cell B3 (really B3:M3) you select the grade (click and select from the dropdown)
In cell N3 (really N3:AE3) you select the student name (click and select from the dropdown)
Right now, that will automatically pull DOB: in AF3, Gender in BA3, and Age in BE4
If you look at the formula in AF3 (DOB)
It is looking at B3 (grade) to select the sheet to look on and N3 (student) to select the record on that sheet. The '8' in the formula selects the 8th column of data (count from 'Fullname' in column A to 'DOB' in column H) if you wanted to select 'Age' it would be column 7 or 'Date of TX' it would be column 9. Basically whatever column of information you want to pull, you put that number in the formula above right before "FALSE".
Hope that makes it a bit more clear but let me know if you have further questions.
Bookmarks