VLOOKUP results is duplicating first value

R

RaeW

Hello,
I read thru the posts but didn't seem to find my exact issue, so can someone
help me?
I'm using a partnumber in one sheet that is missing the supplier information
and doing a VLOOKUP to match the partnumber and retreive the supplier from
that sheet.
My results has the first supplier in it, but when I drag that down or try to
copy and paste it I get the same exact value for every part number instead of
the one that actually applies.
What am I doing wrong?
 
G

Glenn

RaeW said:
Hello,
I read thru the posts but didn't seem to find my exact issue, so can someone
help me?
I'm using a partnumber in one sheet that is missing the supplier information
and doing a VLOOKUP to match the partnumber and retreive the supplier from
that sheet.
My results has the first supplier in it, but when I drag that down or try to
copy and paste it I get the same exact value for every part number instead of
the one that actually applies.
What am I doing wrong?

What does your formula look like now? And your data?
 
G

Glenn

RaeW said:
Hello,
I read thru the posts but didn't seem to find my exact issue, so can someone
help me?
I'm using a partnumber in one sheet that is missing the supplier information
and doing a VLOOKUP to match the partnumber and retreive the supplier from
that sheet.
My results has the first supplier in it, but when I drag that down or try to
copy and paste it I get the same exact value for every part number instead of
the one that actually applies.
What am I doing wrong?

What does your formula look like now? And your data?
 
T

T. Valko

A couple of things to check:

Make sure the lookup reference is a relative reference:

=VLOOKUP(A1,$J$1:$K$100,2,0)

Make sure calculation is set to automatic:

Tools>Options>Calculation tab>Automatic>OK
 
T

T. Valko

A couple of things to check:

Make sure the lookup reference is a relative reference:

=VLOOKUP(A1,$J$1:$K$100,2,0)

Make sure calculation is set to automatic:

Tools>Options>Calculation tab>Automatic>OK
 

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