Lookup on different sheet

K

Karen Smith

I need help with a formula: On sheet1 in column D I have a number I want to
look up the number in say D2 in a column on Sheet2 in a2:A65 and then have
it bring back the information that is the adjacent column B.


Sheet1 cell D2 contains the number 48 -
Sheet 2 the number 48 is located in cell A28 so I want the information on
sheet2 B28 brought back and listed in sheet1.

=LOOKUP(D2!Sheet1 "Sheet2!A2:A80",B28)

Hope my explanation makes more sense than the formula I was attempting.
 
K

Karen Smith

I am getting the error that I have entered too many arguements for this
function when I use this formula.
 
M

Max

=VLOOKUP(D2,Sheet2!A$2:B$65,2,0)

Did you implement without the "V"?
Note that its VLOOKUP, not LOOKUP <g> !
Biff's suggestion works fine for me ..
 
K

Karen Smith

Thanks, I got it working - still don't know what I had typed wrong
previously - had the VLookup.
Help Appreciated
 

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