• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Help! lookup, match and result

Hi,

Please find the uploaded excel file, in that sheet i've enter few formulations in first sheet that formulations are the master data.

Input Details:
Product name is Vitamin 1 to Vitamin 12. (A3 to A14)
Raw material name is Ingredient 1 to Ingredient 12. (B2 to K2)

All the products have different percentages of ingredient 1 to 12.

my expected result in second Sheet:

If i enter any of the product name in the first cell, from second cell to 13th cell i need the ingredient quantity from the master data.

Please do the needful..!
 

Attachments

Hi,

Please find the uploaded excel file, in that sheet i've enter few formulations in first sheet that formulations are the master data.

Input Details:
Product name is Vitamin 1 to Vitamin 12. (A3 to A14)
Raw material name is Ingredient 1 to Ingredient 12. (B2 to K2)

All the products have different percentages of ingredient 1 to 12.

my expected result in second Sheet:

If i enter any of the product name in the first cell, from second cell to 13th cell i need the ingredient quantity from the master data.

Please do the needful..!
PFA...
 

Attachments

Hi,
Check this in B4 sheet2:
=INDEX(Formulation!$A$2:$K$14,MATCH($A4,Formulation!$A$3:$A$14,0)+1,MATCH(B$3,Formulation!$B$2:$K$2,0)+1)

copy accross
 
Hi to all!
Slightly different Formula to Khalid (in choose of initial matrix): In B4 and copy to right:
=INDEX(Formulation!$B$3:$K$14,MATCH($A4,Formulation!$A$3:$A$14,),MATCH(B$3,Formulation!$B$2:$K$2,))
Blessings!
 
Back
Top