chris_chen1028
New Member
- Joined
- Feb 2, 2013
- Messages
- 4
I've been trying to figure out this all day basically.
Please see attached file.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Game Type[/TD]
[TD]Day of Week[/TD]
[TD]Day Before[/TD]
[TD]Day Of[/TD]
[TD]Day After[/TD]
[/TR]
[TR]
[TD]Basketball[/TD]
[TD]Monday[/TD]
[TD]-1[/TD]
[TD]5[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Basketball[/TD]
[TD]Tuesday[/TD]
[TD]-5[/TD]
[TD]5[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Baseball[/TD]
[TD]Tuesday[/TD]
[TD]10[/TD]
[TD]5[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Hockey[/TD]
[TD]Wednesday[/TD]
[TD]-1[/TD]
[TD]6[/TD]
[TD]4[/TD]
[/TR]
</tbody>[/TABLE]
1) I need help creating a data validation list that selects ONLY the unique day of the week. (So no duplicate Tuesday here)
2) From that selection (Tuesday, for example), any day of week selection would return all attributed Game Types (so both Basketball and Baseball) and the columns "Day Before" to "Day After" (so -5, 5, 4 next to "Basketball" in a row as well as 10,5,4 next to Baseball on a separate row after selecting "Tuesday" from the data validation list).
Any help would be much appreciated.. thank you.
Please see attached file.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Game Type[/TD]
[TD]Day of Week[/TD]
[TD]Day Before[/TD]
[TD]Day Of[/TD]
[TD]Day After[/TD]
[/TR]
[TR]
[TD]Basketball[/TD]
[TD]Monday[/TD]
[TD]-1[/TD]
[TD]5[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Basketball[/TD]
[TD]Tuesday[/TD]
[TD]-5[/TD]
[TD]5[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Baseball[/TD]
[TD]Tuesday[/TD]
[TD]10[/TD]
[TD]5[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Hockey[/TD]
[TD]Wednesday[/TD]
[TD]-1[/TD]
[TD]6[/TD]
[TD]4[/TD]
[/TR]
</tbody>[/TABLE]
1) I need help creating a data validation list that selects ONLY the unique day of the week. (So no duplicate Tuesday here)
2) From that selection (Tuesday, for example), any day of week selection would return all attributed Game Types (so both Basketball and Baseball) and the columns "Day Before" to "Day After" (so -5, 5, 4 next to "Basketball" in a row as well as 10,5,4 next to Baseball on a separate row after selecting "Tuesday" from the data validation list).
Any help would be much appreciated.. thank you.