Hello,

I get the error message, "Too Many Arguments for This Function" regardless of which formula used:

=IF(D10="Female",VLOOKUP(D9,'Grading Scale'!$A$76:$D$88,4,TRUE,'Grading Scale'!$E$76:$H$88,4))

=IF(D10="Female",VLOOKUP(D9,'Grading Scale'!$A$76:$D$88,4,TRUE,VLOOKUP(D9,'Grading Scale'!$E$76:$H$88,4,TRUE))

What syntax and or configuration is not correct?

Thank you,

Patrick