zjamespryor
New Member
- Joined
- Aug 7, 2014
- Messages
- 12
- Office Version
- 365
- Platform
- Windows
Hello,
I have a sheet that needs to search for text in a column, and then return the corresponding value next to it. I need the results stacked together so that there aren't blank rows between results. I can't use VBA for this as I'm actually doing it in Google Sheets. Thank you in advance for any help you can offer!
I have a sheet that needs to search for text in a column, and then return the corresponding value next to it. I need the results stacked together so that there aren't blank rows between results. I can't use VBA for this as I'm actually doing it in Google Sheets. Thank you in advance for any help you can offer!
Array Help.xlsx | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | |||
1 | |||||||||||
2 | Person (Desired results) | Lookup -> | Dog | Data Validation | |||||||
3 | James | Dog | |||||||||
4 | Dan | Cat | |||||||||
5 | Horse | ||||||||||
6 | Pigeon | ||||||||||
7 | |||||||||||
8 | Person | Animals | |||||||||
9 | James | Horse, Dog | |||||||||
10 | Sarah | Cat, Horse | |||||||||
11 | Dan | Dog | |||||||||
12 | Aaron | Pigeon | |||||||||
13 | Jeff | Cat, Pigeon | |||||||||
Results Page |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
E2 | List | =$H$3:$H$6 |