At school I work with a file with class worksheets (the name of the worksheet is the class number, eg 100, 200, ...).
I need to make a spreadsheet in this file to generate Declarations, where I need to select the Class, and do this load the names of the students. Select the student and load the student's data.
Is it possible to do this without VBA (I do not know VBA = [)?
I can make the Declaration setting the values:
Ex: create a list of class 100, select the student, and to read the date of birth use the formula: = OFF ('100'! $ B $ 3; CORRESP (F14; '100'! $ B $ 3: '100'! $ B $ 52; 0) -1; 1; 1)
What I need is that when selecting another class the function reference changes to the selected class (instead of 100, 200 for example.) It does not have to be a selection, it can be for example the value entered in a cell. / p>
And would it be possible, after selecting the class (or reading its number from a cell), to change the list of students? Data validation says it does not accept formulas.