So I have many lists like so......
[GROCERIES]___|ENTERTAINMENT|___[FRIVOLOUS]
[Drinks]_______|Family outings|_____[Snacks]
[Lunches]______|Movies|___________[Alcohol]
[General]______|Concerts|__________[Hobbies]
[Breakfast]_____|Events|___________[Apps]
[Dinner]
The 1st item in each is the main category, these categories/sub-categories correspond to a list of transactions in a table. How could I make it so that in column 1 I pick "GROCERIES" from a dropdown DATA list, then in the cell next to it it will only give me a dropdown list with the items under Groceries?
[GROCERIES]___|ENTERTAINMENT|___[FRIVOLOUS]
[Drinks]_______|Family outings|_____[Snacks]
[Lunches]______|Movies|___________[Alcohol]
[General]______|Concerts|__________[Hobbies]
[Breakfast]_____|Events|___________[Apps]
[Dinner]
The 1st item in each is the main category, these categories/sub-categories correspond to a list of transactions in a table. How could I make it so that in column 1 I pick "GROCERIES" from a dropdown DATA list, then in the cell next to it it will only give me a dropdown list with the items under Groceries?