Hi
I am trying to deal with thousands of rows of data for updating a montly report.
I have refer above pages to found a way to make what I need by using formula but the problem now is I am trying to apply this formula into VBA to get what I need.
For easy understading I have attached below picture.
What I am tryiing to do is that I need to index match Sheet1"A" with Sheets2"A" and Sheet1"E" with Sheet2"B" then return result Sheet1"F" = Sheet2"C" ; Sheet1"G" = Sheet2"D" and so on
Note that: below is just exmaple the real data need to update Sheet1 from F:AJ
I am trying to deal with thousands of rows of data for updating a montly report.
INDEX and MATCH with multiple criteria
To lookup values with INDEX and MATCH, using multiple criteria, you can use an array formula. In the example shown, the formula in H8 is: =INDEX(E5:E11,MATCH(1,(H5=B5:B11)*(H6=C5:C11)*(H7=D5:D11),0)) The result is $17.00, the price of a Large Red T-shirt. This is an array formula and must be...
exceljet.net
For easy understading I have attached below picture.
What I am tryiing to do is that I need to index match Sheet1"A" with Sheets2"A" and Sheet1"E" with Sheet2"B" then return result Sheet1"F" = Sheet2"C" ; Sheet1"G" = Sheet2"D" and so on
Note that: below is just exmaple the real data need to update Sheet1 from F:AJ