Does any know how to use the LOOKUP func in Excel?
a normal vlookup looks like this =vlookup(lookup_value, table_array, col_index_num, [range_lookup] and if i understand what you want to do correctly, this is how it would look like =vlookup(student’s name, your grade chart, the # of column where the actual grade shows based on your grade chart, FALSE) of course this should show cell positions. what excel will do is find the students name on your grade chart and will return the value on the # of column you have indicated from your grade chart. hope that helps..