Vlookup unusual results!

J

John P

Hi,

In Excel 2003 Win XP Pro - I am trying to reuse the result of
=VLOOKUP(M159,Players,4) which returns a name into cell K160.

I then want to do a vlookup on that name in =VLOOKUP(K160,A156:A167,1) to
get a value.

Unfortunately the value returned is a name 6 rows down from the top of
A156:A167!!!! (Value stored in A162)


Any suggestions as to where I am missing the plot would be gratefully
received.


Cheers from a very wet North Yorkshire UK


John P
 
R

Rita Palazzi

Frank,
Why the "0" as opposed to "True" or "False"? I always use "False" to
get an exact match. What does "0" do?
Thanks,
Rita
 
J

John P

Hi Frank

That brings back the original name. I need the value to the right of it
please?

Cheers

John
 
G

Gary Hopkins

Then do:

=VLOOKUP(K160,A156:A167,2,0)

John P said:
Hi Frank

That brings back the original name. I need the value to the right of it
please?

Cheers

John
 
F

Frank Kabel

Hi
0 is the same as FALSE (1 = TRUE). I'm just lazy and avoid typing the
longer string 'False' :)
 
R

Rita Palazzi

Is it doing the #REF in all cells? When I use VLOOKUP, I have to keep
the array static so that when I drag the formula down, the array
references don't change. Try this

=VLOOKUP(K160,$A$156:$A$167,2,0)


Hope this helps!

Rita Palazzi
Senior Engineer / GTS Int'l MIS
FedEx Express
 

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