Hi all! I am trying to populate a list in sheet 2 based on sheet one. I tried VLOOKUP and that worked fine for the first item... but this only brings the first match.
Thanks!
Excel Workbook | |||||
---|---|---|---|---|---|
A | B | C | |||
9 | Sheet 1 | ||||
10 | Team | Name | Title | ||
11 | Mayor Team | Pauline | Leadership | ||
12 | Banker Team | Daniel | Teller | ||
13 | Mayor Team | Erica | Leadership | ||
14 | |||||
15 | Sheet 2 | ||||
16 | Mayor Team | ||||
17 | here, list employees | here, list their titles | |||
18 | who are part of the | ||||
19 | Mayor Team. | ||||
20 | |||||
21 | VLOOKUP($A$15,'Sheet 1'!$A$11:$C$12,2,FALSE) | ||||
22 | the vlookup will only bring the FIRST employee listed in sheet 1 who is on the Mayor Team | ||||
23 | |||||
Sheet2 |
Thanks!