Formula Help to Parse a Comma Separated List of Values into Different Cells
Been trying to figure out how to parse this for a few days now. Any help would be greatly appreciated.
I have several lists that I want to be able to use as the basis for a series of cells in a column.
For example, I have three lists:
List 1: apple, orange, mango, banana, strawberry
List 2: cauliflower, broccoli, corn, potato, rice
List 3: hamburger, chicken, lamb, pork, fish
What I'd like to do is select a check box for each list, and have a column of cells reflect the values in whichever list is selected.
For example if List 1 is selected, the result would look like this:
A B C
1 apple
2 orange
3 mango
4 banana
5 strawberry
I'm just not quite sure how to get the cells to see where in the list they should "draw from".
Any suggestions or examples would be greatly appreciated.
Rich
MacBook Air 13", macOS 10.13