Data Validation Lists

tbrynard01

Board Regular
Joined
Sep 20, 2017
Messages
129
Office Version
  1. 365
Platform
  1. Windows
I have a category column that has several values - I would like to be able to change the list that displays based on the category:
My date table has the following headers and I have the varies lists for each categories set up on a different worksheet each as it's own table:
View attachment 23094

Data Sheet Columns
CategoryDateDescriptionClientBehavior Detail

Any help will be appreciated. I used if to get behavior to list but don't know how to have do it to have a list when I use another category.

Thank you!
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
There are the lists that I'm using as an example: Sorry didn't come through in the previous post
CategoriesBehaviorEnvironmentalSafety
BehaviorAggressive BehaviorBio-hazard Accident
ContrabandAssaultBomb Threat
EmployeeVariancesElopement/WanderingEvacuation
EnvironmentalSafetyIntentional Damage/Destruction of PropertyGas Leak or Smell of Gas
FallIntentional Self InjuryInfection Control
FireAlarmsandDrillsOtherNatural Disaster
IllnessSearch for Missing ClientUse or Possession of a Weapon
MiscellaneousSexual AssaultUtility Failures
PropertySuicidal Ideation or BehaviorTrespassing/Unauthorized Visitor
Suspected Theft, Anger, ProfanityWild Animals on Campus
Threat of Violence/ViolenceActive Shooter on Campus
Unsafe Conditions on Campus
 
Upvote 0
Sounds like dependant data validation, have a look here
 
Upvote 0
I did look at that before I posted, but I'm either not doing something right, but on each line of the sheet the Category may change and I can't get it to pull up a different list based on the category

Essential it is only 2 drop downs, one where I select a category and then based on the category a drop down based on the category.
 
Upvote 0
Are the values in the Category list exactly the same as the named ranges for the other lists?
 
Upvote 0
In that case it should work, what exactly do you have in the source for the dependant dv?
 
Upvote 0
=Indirect(a2) I am sure I'm missing something basic
Possibly in the way I'm naming them
 
Upvote 0
Is the category dv in A2 downwards?
Also is what way isn't it working?
 
Upvote 0
it is, so when I select the first category item, Behavior, the drop down list that appears is correct. But when I change the category to EnvironmentalSafety, I still get the drop down list for Behavior. Hope that makes sense
 
Upvote 0

Forum statistics

Threads
1,215,045
Messages
6,122,836
Members
449,096
Latest member
Erald

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