Vlookup

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.
 
S

Shane Devenshire

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top