SELECT 1 + COUNT(*) FROM student_data WHERE grade > (SELECT grade FROM student_data WHERE name = "whatever")