DrunknMunky14
New Member
- Joined
- Jun 4, 2014
- Messages
- 15
I figure this is an unusual question, and I'm just hoping their is an answer out there.
I am currently accessing data off a SharePoint server where the data will self populate into my excel document. This works fine.
I have a drop-down list created through data validation. The drop-down list is of people. I have made this so the values don't duplicate.
Each person has purchased a number of items on different days. There are no duplicating values of people and dates. So person x has purchased on date y and date z (not twice on y and z).
I was wondering if there was a way to populate a second drop down to choose if I wanted to access data on date y and not date z when I select person x.
I'm try to avoid having a column of grouped people and date in a single cell because the list would be too long.
To give a better idea of the data:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Person
[/TD]
[TD]Date
[/TD]
[TD]Item Purchased
[/TD]
[/TR]
[TR]
[TD]Person X[/TD]
[TD]01/01/2014[/TD]
[TD]Apple[/TD]
[/TR]
[TR]
[TD]Person Y[/TD]
[TD]01/01/2014[/TD]
[TD]Orange[/TD]
[/TR]
[TR]
[TD]Person X[/TD]
[TD]02/02/2014[/TD]
[TD]Grapes[/TD]
[/TR]
[TR]
[TD]Person X[/TD]
[TD]03/03/2014[/TD]
[TD]Pear[/TD]
[/TR]
[TR]
[TD]Person Y[/TD]
[TD]03/03/2014[/TD]
[TD]Banana[/TD]
[/TR]
</tbody>[/TABLE]
So my drop-down has two options: Person X and Person Y.
The second drop-down:
If Person X is selected will have: Apples, Grapes, Pears.
If Person Y is selected will have: Orange, Banana.
Any help will be amazing. I also have access to the last 3 office excel versions if I need to go back to Excel 2007 or something.
I am currently accessing data off a SharePoint server where the data will self populate into my excel document. This works fine.
I have a drop-down list created through data validation. The drop-down list is of people. I have made this so the values don't duplicate.
Each person has purchased a number of items on different days. There are no duplicating values of people and dates. So person x has purchased on date y and date z (not twice on y and z).
I was wondering if there was a way to populate a second drop down to choose if I wanted to access data on date y and not date z when I select person x.
I'm try to avoid having a column of grouped people and date in a single cell because the list would be too long.
To give a better idea of the data:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Person
[/TD]
[TD]Date
[/TD]
[TD]Item Purchased
[/TD]
[/TR]
[TR]
[TD]Person X[/TD]
[TD]01/01/2014[/TD]
[TD]Apple[/TD]
[/TR]
[TR]
[TD]Person Y[/TD]
[TD]01/01/2014[/TD]
[TD]Orange[/TD]
[/TR]
[TR]
[TD]Person X[/TD]
[TD]02/02/2014[/TD]
[TD]Grapes[/TD]
[/TR]
[TR]
[TD]Person X[/TD]
[TD]03/03/2014[/TD]
[TD]Pear[/TD]
[/TR]
[TR]
[TD]Person Y[/TD]
[TD]03/03/2014[/TD]
[TD]Banana[/TD]
[/TR]
</tbody>[/TABLE]
So my drop-down has two options: Person X and Person Y.
The second drop-down:
If Person X is selected will have: Apples, Grapes, Pears.
If Person Y is selected will have: Orange, Banana.
Any help will be amazing. I also have access to the last 3 office excel versions if I need to go back to Excel 2007 or something.