zjamespryor
New Member
- Joined
- Aug 7, 2014
- Messages
- 12
- Office Version
- 365
- Platform
- Windows
Hello All,
I am using Google Sheets for this project. I have a dataset with many columns that have similar values. In the example below, they are "Gold," "Silver," and "Bronze." I need to filter my data by the person's "Name," and return the column headers in a list. I have almost 100 columns of "sports" in my data, which is why I need to filter the results down rather than just being able to list out each "sport" individually. Thank you for any help with this you can offer.
I am using Google Sheets for this project. I have a dataset with many columns that have similar values. In the example below, they are "Gold," "Silver," and "Bronze." I need to filter my data by the person's "Name," and return the column headers in a list. I have almost 100 columns of "sports" in my data, which is why I need to filter the results down rather than just being able to list out each "sport" individually. Thank you for any help with this you can offer.
Book1 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | |||
1 | ||||||||||||
2 | Select Person -> | James | Dataset | |||||||||
3 | School | Name | Track | Wrestling | Golf | Baseball | ||||||
4 | Sports (Desired Results) | Medals | Virginia | James | Gold | Silver | Bronze | |||||
5 | Track | Gold | California | Dan | Bronze | Gold | Silver | |||||
6 | Golf | Silver | Nebraska | Bill | Silver | Gold | Bronze | |||||
7 | Baseball | Bronze | Florida | Frank | Bronze | Silver | Gold | |||||
Sheet1 |
Cells with Data Validation | ||
---|---|---|
Cell | Allow | Criteria |
B2 | List | =$F$4:$F$7 |