I am trying to generate a Validation list in Excel 2016 based on a value entered in another cell, ex.
I Have a 2 column worksheet: Column A represents categories, Column B represents sub-categories.
Cell A1=Luncheon
I want Cell B1 to present a drop down list based on the value in A1:
Another worksheet contains a 2 column table with all possible values for column A:
Category Sub-category
Luncheon January
Luncheon February
Luncheon March
BusTrip New York
BusTrip Washington
In this example, the validation list would display "January", "February", "March". The Data Validation Function doesn't seem to support this capability.