Celticshadow
Active Member
- Joined
- Aug 16, 2010
- Messages
- 407
- Office Version
- 365
- Platform
- Windows
Hi Forum
I have two workbooks one named Entries and the other named Trainers and I want to lookup the horse A Decent Excuse in the Entries workbook and find the Trainer for Decent Excuse from the Trainers workbook.
I have been using VLOOKUP but it only gives a partial match which results in incorrect results (due to my workbooks extending to some 14k rows with similar names), however I have been searching online and it appears that Index and Match would give me the exact result/match I require.
Thus may I ask forum if they would be kind enough to help me with an index match formula to provide the result I require. I have attached a couple of tables that will hopefully paint a picture of what is required although this a very short cutdown. Thanks in advance.
Regards
ENTRIES
<tbody>
</tbody>
TRAINERS
<tbody>
</tbody>
I have two workbooks one named Entries and the other named Trainers and I want to lookup the horse A Decent Excuse in the Entries workbook and find the Trainer for Decent Excuse from the Trainers workbook.
I have been using VLOOKUP but it only gives a partial match which results in incorrect results (due to my workbooks extending to some 14k rows with similar names), however I have been searching online and it appears that Index and Match would give me the exact result/match I require.
Thus may I ask forum if they would be kind enough to help me with an index match formula to provide the result I require. I have attached a couple of tables that will hopefully paint a picture of what is required although this a very short cutdown. Thanks in advance.
Regards
ENTRIES
HORSE | DATE | COURSE | TIME | Trainer |
A Decent Excuse | 01 June 2015 | LIS | 4:00 | |
A Few Dollars More | 04 June 2015 | TIP | 6:00 | |
A Great View | 06 June 2015 | LIM | 5:45 | |
Abarta | 03 June 2015 | PUN | 7:00 |
<tbody>
</tbody>
TRAINERS
Horse | Trainer |
A Decent Excuse | E M O'Sullivan |
A Few Dollars More | A Slattery |
A Great View | D Cullen |
Abarta | V T O'Brien |
<tbody>
</tbody>