Vlookup return 2nd match

M

MarkinArk

I have a quick question for you seasoned Excel gurus... I use Excel to track
win/loss streaks across several major league baseball teams. I then
consolidate them on one sheet with game date on the left, and the vlookup
results from the detail sheet for each team. I was doing fine, until April
27th when the Mets and Dodgers played a double-header, and now had 2 game
detail data for the one date. I know I can use a Countif(A1:A100, A2) to
determine if I have multiple dates, but don't know how to return the first
true on one line, and the 2nd true on a second line. Any ideas?
A B C
Mon, Apr 26 LA Dodgers POSTPONED
Tue, Apr 27 LA Dodgers W 4-0
Tue, Apr 27 LA Dodgers W 10-5
Wed, Apr 28 LA Dodgers W 7-3

where vlookup(A2, A1:C4, 3, False) = "W 4-0" ... then, I want to return "W
10-5" on the next line. Any ideas? I imagine there is a quick solution for
you pros, but I'm not sure how to get it done. Thanks for any help!
 

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