• 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.

using match function with multiple criteria

I am trying to pull a column from one sheet to another using the index and match function. But the match function needs to match data across two columns (I know that concatenate and vlookup might solve the problem).

So, I need to pull the data from col. "gm" from sheet3 into sheet2, by matching conditions in cols A & B.

Not sure why my formula is returning error as you can see in "sheet2".

Any urgent help highly appreciated.
 

Attachments

  • share.xlsx
    66.4 KB · Views: 8
Hi:

Formula in yellow column.

Note:
Not an array formula.

Thanks
 

Attachments

  • share.xlsx
    66.5 KB · Views: 11
thanks for this Nebu - so you are saying that this cannot work as an array formula as I had written? when I am trying to evaluate the formula, the error seems to be happening when the array checking for condition, returns true and false in the correct way, but when multiplying with the search array, returns error. This is where I am getting confused.
 
Hi:

You can use array formulas as well, there are different ways to skin a cat. However, the array formula you had used was wrong, search the net for index array formula to get the right syntax.

Thanks
 
Hi:

You can use array formulas as well, there are different ways to skin a cat. However, the array formula you had used was wrong, search the net for index array formula to get the right syntax.

Thanks
Got it and thanks Nebu. Quick one : why is the "1" within the mmult function? what is it meant to do
 
Back
Top