VLOOKUP, Data Validation

ashleynjones

New Member
Joined
Sep 13, 2010
Messages
17
I am trying to put together a spreadsheet that tracks sales for our company. The first column is "CUSTOMER", the company we sold product to. The second column is "SHIP TO", which location/branch we shipped the product to.

Is it possible to type in the customer's name in column A, and have a drop down in column B populate just that customer's locations? We have hundreds of customers, some with multiple ship to locations, and some with only one.

Example: If I type in "Ashley's Grocery", can column B have a drop down (validation table) listing Oregon, Texas, Florida? The customer will not always be "Ashley's Grocery" otherwise a plain ol' validation table would suffice.

Any help on this is very appreciated.
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
Here is my 2 cents on this....

The range name "Location" refers to H2 to H10 (where the unique list of location based on Customer is extracted)

Excel Workbook
ABCDEFGH
1*******Helper for DV
2CustomerLocation**Input CustomerCustomer-4*Loc-4
3Customer-7Loc-3**Count of Locations3*Loc-2
4Customer-9Loc-5**LocationsLoc-2*Loc-1
5Customer-4Loc-4******
6Customer-5Loc-2******
7Customer-5Loc-2******
8Customer-10Loc-3******
9Customer-5Loc-2******
10Customer-4Loc-2******
11Customer-3Loc-4******
12Customer-4Loc-1******
13Customer-3Loc-1******
14Customer-2Loc-5******
15Customer-7Loc-5******
16Customer-6Loc-4******
17Customer-9Loc-4******
18Customer-6Loc-2******
19Customer-3Loc-2******
20Customer-6Loc-5******
Sheet1
#VALUE!
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,987
Messages
6,128,134
Members
449,425
Latest member
NurseRich

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