7527Amanda
New Member
- Joined
- Oct 2, 2017
- Messages
- 5
Hi,
i have three worksheets
1. worksheet "ingredientmatrix" x ingredient, y criteria i.e. column 24 states if the ingredient is of australian origin
https://www.dropbox.com/s/oji26p54i8ky7jz/Capture ingmatrix.JPG?dl=0
2. worksheet "recipesheet" x recipe, y ingredient with the quantities in the body
https://www.dropbox.com/s/3317danbplyep96/Capture recipe sheet.JPG?dl=0
I need a formula that will lookup sheets and
the following formula is currently looking up the "recipesheet" for a particular recipe and returning a value of an ingredient that is currently in a fixed position in of a working worksheet at v3.
=INDEX('[132.00 Ingredient and Allergen Matrix DRAFT.xlsx]Recipe Sheet'!$A$1:$BK$67,MATCH(VLOOKUP(REPLACE($K$1,4,1,"e"),'Product Specifications'!A:AB,3,FALSE),'[132.00 Ingredient and Allergen Matrix DRAFT.xlsx]Recipe Sheet'!$A$1:$A$67,0),MATCH('Product Information Form'!V3,'[132.00 Ingredient and Allergen Matrix DRAFT.xlsx]Recipe Sheet'!$A$1:$BK$1,0))
But what I need it to do is find sum all of the ingredients of that recipe that are of australian origin.
this returns if the one ingredient in v3 is australian
=VLOOKUP(V3,'[132.00 Ingredient and Allergen Matrix DRAFT.xlsx]132-01 Ingredient Matrix'!$A$3:$AA$76,27,FALSE)
I just don't know how to tell it to lookup all the ingredients for a recipe in the "recipesheet".
Any guidance would be much appreciated.
Amanda
i have three worksheets
1. worksheet "ingredientmatrix" x ingredient, y criteria i.e. column 24 states if the ingredient is of australian origin
https://www.dropbox.com/s/oji26p54i8ky7jz/Capture ingmatrix.JPG?dl=0
2. worksheet "recipesheet" x recipe, y ingredient with the quantities in the body
https://www.dropbox.com/s/3317danbplyep96/Capture recipe sheet.JPG?dl=0
I need a formula that will lookup sheets and
the following formula is currently looking up the "recipesheet" for a particular recipe and returning a value of an ingredient that is currently in a fixed position in of a working worksheet at v3.
=INDEX('[132.00 Ingredient and Allergen Matrix DRAFT.xlsx]Recipe Sheet'!$A$1:$BK$67,MATCH(VLOOKUP(REPLACE($K$1,4,1,"e"),'Product Specifications'!A:AB,3,FALSE),'[132.00 Ingredient and Allergen Matrix DRAFT.xlsx]Recipe Sheet'!$A$1:$A$67,0),MATCH('Product Information Form'!V3,'[132.00 Ingredient and Allergen Matrix DRAFT.xlsx]Recipe Sheet'!$A$1:$BK$1,0))
But what I need it to do is find sum all of the ingredients of that recipe that are of australian origin.
this returns if the one ingredient in v3 is australian
=VLOOKUP(V3,'[132.00 Ingredient and Allergen Matrix DRAFT.xlsx]132-01 Ingredient Matrix'!$A$3:$AA$76,27,FALSE)
I just don't know how to tell it to lookup all the ingredients for a recipe in the "recipesheet".
Any guidance would be much appreciated.
Amanda