1
in the school I work has a file with the class spreadsheets (the name of the spreadsheet is the class number. Ex: 100, 200, ...).
I need to make a spreadsheet in this same file to generate Statements, where I need to select the Class, and then load the students' names. Select the student and upload their data.
It is possible to do this without VBA (I don’t know VBA =[ )?
I can make the Declaration by setting the values:
Ex: create a list of class 100, select the student, and to read the date of birth use the formula: =DESLOC('100'! $B$3;CORRESP(F14;'100'! $B$3:'100'! $B$52;0)-1;1;1;1)
What I need is that when selecting another class the reference of the function changes to the selected class (instead of 100, 200 for example. It does not need to be a selection, it can be for example the value typed in a cell.
And would it also be possible, after selecting the class (or reading its cell number), to change the list of students? Data validation says it does not accept formulas.
I may be wrong because I don’t know much more of Xel in my view and only do a lot of IF and Otherwise
– romulo henrique
Because it’s Romulo, I want to simplify hehe
– Anderson Bravo