Populating a list by selecting data in another list.

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:

Person
Date
Item Purchased
Person X01/01/2014Apple
Person Y01/01/2014Orange
Person X02/02/2014Grapes
Person X03/03/2014Pear
Person Y03/03/2014Banana

<tbody>
</tbody>

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.
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
EDIT ON ORIGINAL POST!!!!

The second drop-down:
If Person X is selected will have: Apples, Grapes, Pears.
If Person Y is selected will have: Orange, Banana.

This is wrong, I was suppose to say:
The second drop-down:
If Person X is selected will have: 01/01/2014, 02/02/2014, 03/03/2014.
If Person Y is selected will have: 01/01/2014, 03/03/2014.

Then I'd use VLOOKUP to find Apple if "Person X" and "01/01/2014" are selected.


Also, Pareshj,
Thanks for the quick response.
Sadly, I don't know how well that will work with my data.
I will be getting new additions to the database daily, so I can't have a list of pre-set unchanging values like that.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,393
Messages
6,124,680
Members
449,180
Latest member
kfhw720

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top