Lookup Function?

  • Thread starter Thread starter Mark Scott
  • Start date Start date
M

Mark Scott

I was looking at VLOOKUP and HLOOKUP but I dont think they do what I am
wanting.

What I need to do is to put in numbers into a sheet and then bring back a
reference that a certain number is tied to fom a table on another part of
the sheet: ie if the table is:

255 nnnnnnnn
254 nnnnnnnh
252 nnnnnnhh

then when I type in 254 into a cell I would like a function to return
nnnnnnhh into another cell. I tried usinf nested IF but there are to many
arguements.

Is this possible?

Regards

Mark
 
one way:

=VLOOKUP(J10,A:B,2,FALSE)


where J10 is the cell you enter your value into.
 

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

Back
Top