Excel Question Please Help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a document used for running a golf tour, I have 2 tabs along the
bottom. The first tab is used to list all of the Tour Members and give them
a number. Then for each event which is the second page it should call all of
that information just from the number used on the left side. I need it to be
in any order and right now I have it working only if it calls in the same
location as the Tour Members Tab. Please help, thanks.
If someone can help I'll send the excel document to you in a email, thanks.
 
Hi

would have been useful if you had provided the formula that you use on the
second tab ... but if it's a VLOOKUP formula then put 0 in the fourth
parameter
eg.
=VLOOKUP(A2,'Tour Members'!$A$2:$C$100,3,0)

Cheers
JulieD
 
JulieD said:
Hi

would have been useful if you had provided the formula that you use
on the second tab ... but if it's a VLOOKUP formula then put 0 in the
fourth parameter
eg.
=VLOOKUP(A2,'Tour Members'!$A$2:$C$100,3,0)

Cheers
JulieD

What's the difference (if any) between using 0 and "false"?
 

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