Hello,
In my table of students/scores, I sometimes need to call a score from a certain date (column). For example, I use the following formula in a different (main) sheet:
B2=VLOOKUP(A2,'18scores'!A:CN,50,FALSE)
This works for most students, but some students don't have the entire range of scores, so I get an error, and this error in turn messes up with subsequent formulas.
How can I call the last "available" score (which would be in some column earlier than 50) by using the same formula, i.e. without having to manually change the formula for each such student? (In other words, I would want to get the score in column 50 if it exists, but if it doesn't, then I want the last available score.)
Thanks a lot!
Also thanks for all the help I have received so far in this forum, which has significantly simplified my work and saved me numerous hours! This is the number one forum
In my table of students/scores, I sometimes need to call a score from a certain date (column). For example, I use the following formula in a different (main) sheet:
B2=VLOOKUP(A2,'18scores'!A:CN,50,FALSE)
This works for most students, but some students don't have the entire range of scores, so I get an error, and this error in turn messes up with subsequent formulas.
How can I call the last "available" score (which would be in some column earlier than 50) by using the same formula, i.e. without having to manually change the formula for each such student? (In other words, I would want to get the score in column 50 if it exists, but if it doesn't, then I want the last available score.)
Thanks a lot!
Also thanks for all the help I have received so far in this forum, which has significantly simplified my work and saved me numerous hours! This is the number one forum