Here is the file: EMSTesting - Formula Issue
This file contains the following worksheets:
Students: Cell B2 is referenced by four of the other 6 worksheets in the file.
Quiz_Paper: I grade paper quizzes for each student. Has same fixed number of questions (25) for each quiz.
Quiz_Grade: Finds correct quiz in Quiz_Paper, based on column, and pulls in student's quiz grade.
EMSTesting_Quiz: I grade online quizzes for each student. I switched from having 25 questions to 20 questions after quiz #5.
EMS Testing: Finds correct quiz in EMSTesting_Quiz, based on column, and pulls in student's quiz grade. This is where the current formula issue is.
TesetAns: Referenced by COLUMN(B) in both Quiz_Paper and EMSTesting_Quiz.
Chapters: Referenced by ROW(3) in both Quiz_Grade and "EMS Testing"
"EMS Testing" is where the issue is as you will see in column H. Given that I may have quizzes with different number of questions, I need to be able to locate that quiz in EMSTesting_Quiz and pull in that student's grade. In H4, I reference Column(F1) to indicate this is quiz #6.