auto.pilot
Well-known Member
- Joined
- Sep 27, 2007
- Messages
- 719
I initially thought this was a VLOOKUP issue, but I can't figure out how to make it work. On one worksheet, I have a list of Codes and their corresponding Identifiers, listed as shown below:
On a separate page, I'd like to show only the items with a Code of MF and ML, then their Identifiers in the adjacent column as shown here:
This initially looked like a vlookup, but the first sheet has over 500 rows and the second only 50 or so. How can I list only the desired values on the second worksheet>?
Thanks in advance for any and all replies.
Excel Workbook | ||||
---|---|---|---|---|
A | B | |||
1 | Code | Identifier | ||
2 | AG | 124H | ||
3 | MF | 3132F | ||
4 | TA | 44R | ||
5 | XO | 723A | ||
6 | MF | 2209U | ||
7 | ML | 350T | ||
8 | MF | 3456N | ||
Sheet1 |
On a separate page, I'd like to show only the items with a Code of MF and ML, then their Identifiers in the adjacent column as shown here:
Excel Workbook | ||||
---|---|---|---|---|
A | B | |||
1 | Code | Identifier | ||
2 | MF | 3132F | ||
3 | MF | 2209U | ||
4 | ML | 350T | ||
5 | MF | 3456N | ||
Sheet2 |
This initially looked like a vlookup, but the first sheet has over 500 rows and the second only 50 or so. How can I list only the desired values on the second worksheet>?
Thanks in advance for any and all replies.