Vlookup

  • Thread starter Thread starter rosiegirl
  • Start date Start date
R

rosiegirl

I am trying to do a formula using vlookup. what i need to do is in cell c3
is the total grade and in cells g3:h14 are the total score and grade. I need
to is to put the correct grade in cell d3; I am confused whatever I try
doesn't work. Can anyone help me.
 
Hi,

It sounds like you need

=VLOOKUP(C3,G3:H14,2,TRUE)

This assumes that the first column of the G3:H14 range is sorted in
Ascending order. It also assumes that the entries in G3:G14 are the same
data type as C3, that is they are both text or both numbers.

If this helps, please click the Yes button.

Cheers,
Shane DEvenshire
 
Back
Top