I have two sheets, one with an "Interest List" and a second with a "Master List" and associated data. Not all the individuals on the "Interest List" are on the "Master List" and vice versa. Additionally, many on the "Interest List" are listed multiple times on the "Master List"
I need to pull the names and data from the "Master List" for all those on the "Interest List" and put it into a 3rd sheet. Clear as mud? The data set is rather large (~8,000) rows on the "Master List, so I've included some mock data below.
I'm using Office 20013 on a Windows 8.1. Ideally, I would like to accomplish this using formulas, but realize that may not be possible.
I need to pull the names and data from the "Master List" for all those on the "Interest List" and put it into a 3rd sheet. Clear as mud? The data set is rather large (~8,000) rows on the "Master List, so I've included some mock data below.
I'm using Office 20013 on a Windows 8.1. Ideally, I would like to accomplish this using formulas, but realize that may not be possible.
Excel 2012 | |||
---|---|---|---|
A | |||
1 | Interest List | ||
2 | Joe | ||
3 | Sue | ||
4 | John | ||
5 | Laura | ||
Sheet1 |
Excel 2012 | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
1 | Master List | Data1 | Data2 | Data3 | Data4 | ||
2 | John | alpha1-1 | numeral1-1 | alpha2-1 | numeral2-1 | ||
3 | Sue | alpha1-2 | numeral1-2 | alpha2-2 | numeral2-2 | ||
4 | Jack | alpha1-3 | numeral1-3 | alpha2-3 | numeral2-3 | ||
5 | laura | alpha1-4 | numeral1-4 | alpha2-4 | numeral2-4 | ||
6 | Sue | alpha1-5 | numeral1-5 | alpha2-5 | numeral2-5 | ||
7 | John | alpha1-6 | numeral1-6 | alpha2-6 | numeral2-6 | ||
8 | sue | alpha1-7 | numeral1-7 | alpha2-7 | numeral2-7 | ||
Sheet2 |