Vlookup help...

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

Guest

I have a names in cells C2:C45 in a tab called spread. I have another tab
called pitchers with a lot more names in cells B3:B1000. I have ERA's
associated with each pitcher in cells O3:O1000. I want cell D2 in the spread
tab to find the find the pitcher listed in cell C2 (spread tab) within the
cells B3:B1000 and enter his ERA (cell O3:O1000) in cell D2. I believe I use
the vlookup but I can't get it to work. Thanks
 
in D2

=VLOOKUP(C2,pitchers!B3:O1000,14,False)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
thank you

Bob Phillips said:
in D2

=VLOOKUP(C2,pitchers!B3:O1000,14,False)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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