lookup problem

  • Thread starter Thread starter Todd Fischer
  • Start date Start date
T

Todd Fischer

I have a sheet with J11 called Buyers # and K11 called Buyers name. On the
next sheet called Buyers there is a list with B1 being the buyers number,
and C2 is the buyers names. How can I enter a number on the first sheet and
get the corresponding name to come up?

Todd
 
Hi Todd,

In cell K11, put the formula:

=VLookup(J11,sheet2!B1:C100,2,false)

This assumes that your list of Buyers and numbers are on sheet2, cells
B1:C100. Adjust the text in the formula as required

Regards,

Bill

** Posted via: http://www.ozgrid.com
Excel Templates, Training, Add-ins & Business Software Galore!
Free Excel Forum http://www.ozgrid.com/forum ***
 

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

Similar Threads

Outlook 2010 macro to open email and reply 0
Shpock vs Ebay? 4
query join problem? 2
Update Query 2
subform problem 1
Is VLOOKUP what I need? 2
Anatomy of an E-Buyer RMA 5
Join Or IFF Statement? 1

Back
Top