joaopazevedo
Technical User
Good night
How to get a value in the first row (header) of a data table, after doing 2 lookups with formulas?
The table is a matrix of: test scores in the columns header and age in the rows labels; the data are the results of the test.
The first lookup is to get the row that has the data for the age of the student.
The second lookup is get the cell that has the result of the test of the student.
The result is to get value of the 1st cell in the column that intersects the 2ª lookup cell, where is the score of the test.
I tried but couldn't figure it out. An answer in VBA is also welcomed even thought I think i could do that myself.
Thank you for your help!
How to get a value in the first row (header) of a data table, after doing 2 lookups with formulas?
The table is a matrix of: test scores in the columns header and age in the rows labels; the data are the results of the test.
The first lookup is to get the row that has the data for the age of the student.
The second lookup is get the cell that has the result of the test of the student.
The result is to get value of the 1st cell in the column that intersects the 2ª lookup cell, where is the score of the test.
I tried but couldn't figure it out. An answer in VBA is also welcomed even thought I think i could do that myself.
Thank you for your help!