Maybe I'm going about this the wrong way, but I'm trying to take a cell with comma-separated text in it and expanded it to multiple different cells in a column using formulas. I realize that I can use Data > Text to Columns, but I'd love for this to be automatic by formulas.
The whole goal of this is to be able to type in different meals into a spreadsheet under the Meal column. Then the spreadsheet will populate the ingredients from another spreadsheet (Where I have recipes already entered). Then it will take the ingredients column and expand it into one large list that would be easily printed to go shopping. I understand that this might not be the easiest way, or possible, but in my head, it sounded like a great idea.
So, is there a way to automate this process with formulas? or am I trying to do something that is impossible with formulas and I'll just have to use the Text to Columns feature. Thanks for any help that you can give me!
This is what I want to start with:
Meal | Ingredients |
Pizza | Pizza, Breadsticks, Chips |
Sandwiches | Bread, Tomatoes, Onions, Lettuce |
Sloppy Joes | Meat, Sloppy Joe, Hamburger Buns, Onions, Pickles |
This is what I want to end with:
Pizza |
Breadsticks |
Chips |
Bread |
Tomatoes |
Onions |
Lettuce |
Meat |
Sloppy Joe |
Hamburger Buns |
Onions |
Pickles |