jellybeancounter
New Member
- Joined
- Nov 2, 2015
- Messages
- 2
I am using Excel 2010 and trying to build a formula to calculate how much each component of a recipe costs.
I have an ingredients list on one worksheet which contains the following:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Price[/TD]
[TD]Per:[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Category[/TD]
[TD]Ingredient[/TD]
[TD]Average Price[/TD]
[TD]Qty[/TD]
[TD]Measure[/TD]
[TD]Oz[/TD]
[TD]tsp[/TD]
[TD]Tbsp[/TD]
[TD]Cup[/TD]
[/TR]
[TR]
[TD]Base[/TD]
[TD]All purpose flour[/TD]
[TD]5.00[/TD]
[TD]160[/TD]
[TD]oz[/TD]
[TD].03[/TD]
[TD].19[/TD]
[TD].06[/TD]
[TD].004[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have a recipe on another worksheet which contains the following:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Amount[/TD]
[TD]Measure[/TD]
[TD]Ingredient[/TD]
[TD]Cost[/TD]
[/TR]
[TR]
[TD]Pie Crust[/TD]
[TD]2.5[/TD]
[TD]Cup[/TD]
[TD]All purpose flour[/TD]
[TD]???[/TD]
[/TR]
</tbody>[/TABLE]
I would like to insert a formula in the cost cell above which can go to the ingredient list and find the cost of the flour then look at how much is required on the recipe worksheet and calculate the cost. For example: I would like the formula to calculate the following for flour:
All purpose flour is $0.04 per cup and my recipe needs 2.5 cups => 2.5*.04=0.10 Cost
I have quite a few ingredients and many variations on quantity for various recipes and I would like to find a more time efficient method of calculating than entering manual formulas.
Thanks!
I have an ingredients list on one worksheet which contains the following:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Price[/TD]
[TD]Per:[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Category[/TD]
[TD]Ingredient[/TD]
[TD]Average Price[/TD]
[TD]Qty[/TD]
[TD]Measure[/TD]
[TD]Oz[/TD]
[TD]tsp[/TD]
[TD]Tbsp[/TD]
[TD]Cup[/TD]
[/TR]
[TR]
[TD]Base[/TD]
[TD]All purpose flour[/TD]
[TD]5.00[/TD]
[TD]160[/TD]
[TD]oz[/TD]
[TD].03[/TD]
[TD].19[/TD]
[TD].06[/TD]
[TD].004[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have a recipe on another worksheet which contains the following:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Amount[/TD]
[TD]Measure[/TD]
[TD]Ingredient[/TD]
[TD]Cost[/TD]
[/TR]
[TR]
[TD]Pie Crust[/TD]
[TD]2.5[/TD]
[TD]Cup[/TD]
[TD]All purpose flour[/TD]
[TD]???[/TD]
[/TR]
</tbody>[/TABLE]
I would like to insert a formula in the cost cell above which can go to the ingredient list and find the cost of the flour then look at how much is required on the recipe worksheet and calculate the cost. For example: I would like the formula to calculate the following for flour:
All purpose flour is $0.04 per cup and my recipe needs 2.5 cups => 2.5*.04=0.10 Cost
I have quite a few ingredients and many variations on quantity for various recipes and I would like to find a more time efficient method of calculating than entering manual formulas.
Thanks!