Conditional List box

deedub84

New Member
Joined
Feb 17, 2002
Messages
3
I'd like two list boxes on my spreadsheet (a fill-in form for salespeople) one lists the division, then depending on the division the second list box lists the sales people in the division. I'm sure there is a way to program the list box to be conditional, but I'm not sure how.
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
On 2002-02-19 10:32, deedub84 wrote:
I'd like two list boxes on my spreadsheet (a fill-in form for salespeople) one lists the division, then depending on the division the second list box lists the sales people in the division. I'm sure there is a way to program the list box to be conditional, but I'm not sure how.

You can this through naming ranges and using data validation. Lets assume you pick the terriroy in A1. If you have NORTHWEST as a territory, list all the salesman who cover this. Name this list northwest via the name box. Complete for other territories as well.

Using validation under the data menu for your saleperson, allow for list. Under source, enter =indirect(a1).

good luck
 
Upvote 0

Forum statistics

Threads
1,213,567
Messages
6,114,342
Members
448,570
Latest member
rik81h

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