Hi, I am a teacher and am trying to make a spreadsheet where one sheet displays grade values (letters) and the second sheet displays the numerical value of the corresponding cell (UK AS levels - A=60, B=50 etc.). I have used VLOOKUP to do this, however as each student only studies a particular number of subjects and the sheets show all subjects, I have lots of blanks on sheet 1 (Data by grade). When dragging the VLOOKUP formula across multiple cells it creates #N/A for the blanks, and then because it has already identified the error, doesn't even perform the VLOOKUP correctly for the cells that have values.
I have tried to combine ISBLANK with VLOOKUP, but can't figure out the order for this to work. I have searched other similar problems, but because they have different specifics I have found it impossible to apply their solutions to my problem.
The VLOOKUP formula I'm trying to work with: =VLOOKUP('Data by grade'!N2,Sheet3!A1:B5,2,FALSE)
Thanks,
Mike
I have tried to combine ISBLANK with VLOOKUP, but can't figure out the order for this to work. I have searched other similar problems, but because they have different specifics I have found it impossible to apply their solutions to my problem.
The VLOOKUP formula I'm trying to work with: =VLOOKUP('Data by grade'!N2,Sheet3!A1:B5,2,FALSE)
Thanks,
Mike