Queenofmycastle
Board Regular
- Joined
- Oct 27, 2009
- Messages
- 58
I asked this question earlier and all my tabbed information just cluttered up, I figured out how to show spreadsheets and decided to try again with a new post. I hope that's OK. I feel like the formula needed to make this work has got to be simpler than I am making it.
Thanks so much!
Excel 2007
My goal is to have a data validation drop down list for Column C on Table 2 that limits the choices to only the names of people whose location matches the same row in Column B.
I hope this is a better explanation!
Excel 2007
Thanks so much!
Excel 2007
Row\Col | A | B | C | D |
---|---|---|---|---|
1 | Name | Location | Telephone # | Office |
2 | Jane Doe | Salina | 2769880269 | A |
3 | John Doe | Salina | 2769880269 | B |
4 | Joan Doe | Salina | 2769880269 | C |
5 | Jane Smith | Dry Fork | 2769889410 | A |
6 | Jane Thompson | Thompson Valley | 2769883574 | A |
7 | John Smith | Dry Fork | 2769889410 | B |
8 | Joan Smith | Dry Fork | 2769889410 | C |
Sheet: Table1 |
My goal is to have a data validation drop down list for Column C on Table 2 that limits the choices to only the names of people whose location matches the same row in Column B.
I hope this is a better explanation!
Excel 2007
Row\Col | A | B | C |
---|---|---|---|
1 | Time | Location | Name |
2 | 8:00 AM | Thompson Valley | |
3 | 9:00 AM | Salina | |
4 | 10:00 AM | Dry Fork | |
5 | 11:00 AM | Salina | |
6 | 12:00 PM | Dry Fork | |
7 | 1:00 PM | Dry Fork | |
8 | 2:00 PM | Thompson Valley | |
9 | 3:00 PM | Thompson Valley | |
10 | 4:00 PM | Salina | |
11 | 5:00 PM | Salina |
Sheet: Table2 |