joshbjames
New Member
- Joined
- Jul 25, 2017
- Messages
- 33
Laziness inspires this project. I am trying to generate a shopping list of ingredients. Since my family is quarantined I want an easy way to create a shopping list for the next month, but I figured this would be great going forward too.
Here is link: Recipes
Sheet "Table of Contents", column1 "Recipe" is the recipe name, column2 "Sheet" is the sheet name that contains the recipe ingredients and column3 "Add" I put an "x" if I want to add the recipe to my shopping list.
Sheet "Meal Schedule", column1 is an array formula that pulls in the recipes chosen (sheet "Table of Contents", column3). "Meal Schedule" column2 "Sheet" looks up the recipe sheet.
Sheet nRecipe, column1 is "QTY", column2 "UOM" is the unit of measure, column3 "Ingredient"
Goal: In sheet "Ingredient List" for each recipe on "Meal Schedule" I would like to pull all the values for all 3 columns ("QTY","UOM", and "Ingredient") from sheets nRecipe.
Example: On Sheet "Table of Contents" I add 2 recipes.
So if Recipe 1 Sheet "Salmon01" is
and Recipe 2 Sheet "Chicken01" is
Then in sheet "Ingredient List" I would like
Thanks in advance for any help!
Here is link: Recipes
Sheet "Table of Contents", column1 "Recipe" is the recipe name, column2 "Sheet" is the sheet name that contains the recipe ingredients and column3 "Add" I put an "x" if I want to add the recipe to my shopping list.
Sheet "Meal Schedule", column1 is an array formula that pulls in the recipes chosen (sheet "Table of Contents", column3). "Meal Schedule" column2 "Sheet" looks up the recipe sheet.
Sheet nRecipe, column1 is "QTY", column2 "UOM" is the unit of measure, column3 "Ingredient"
Goal: In sheet "Ingredient List" for each recipe on "Meal Schedule" I would like to pull all the values for all 3 columns ("QTY","UOM", and "Ingredient") from sheets nRecipe.
Example: On Sheet "Table of Contents" I add 2 recipes.
So if Recipe 1 Sheet "Salmon01" is
QTY | UOM | Ingredient |
2 | oz | Jalapeno Jelly |
0.5 | tsp | Seasoned Salt |
12 | oz | Asparagus |
1 | oz | Crispy onions |
0.5 | oz | Pecans |
2 | ea | Salmon Fillets |
and Recipe 2 Sheet "Chicken01" is
QTY | UOM | Ingredient |
8 | oz | Brussels Sprouts |
0.5 | oz | Smoked Almonds |
1 | ea | Fuji Apple |
1 | ea | Shallot |
2 | tbsp | Roasted Red Pepper Pesto |
0.5 | oz | Parmesan |
2 | ea | Chicken Breast |
Then in sheet "Ingredient List" I would like
QTY | UOM | Ingredient |
8 | oz | Brussels Sprouts |
0.5 | oz | Smoked Almonds |
1 | ea | Fuji Apple |
1 | ea | Shallot |
2 | tbsp | Roasted Red Pepper Pesto |
0.5 | oz | Parmesan |
2 | ea | Chicken Breast |
2 | oz | Jalapeno Jelly |
0.5 | tsp | Seasoned Salt |
12 | oz | Asparagus |
1 | oz | Crispy onions |
0.5 | oz | Pecans |
2 | ea | Salmon Fillets |
Thanks in advance for any help!