Help with returning value from two criteria

I want to fill the empty green field by matching the yellow and blue fields.
I've tried Index collect and index match match.
=INDEX(COLLECT({QuantityOverview}, {PPEReceiptOverview Range 1}, Name@row, {PPEReceiptOverview Range 2}, [1 Quantity]1, 1))
returns #INCORRECT ARGUMENT SET
Answers
-
Try moving one of the closing parenthesis at the end of your INDEX/COLLECT to immediately after [1 Quantity]1 so that you close out the COLLECT function before moving on to the "row number" portion of the INDEX function (which should remain as 1).
-
Fault changed to #INVALID VALUE
-
{QuantityOverview} isn't referenced properly. It has sheet reference brackets without defining the range. Check your Sheet Reference Manager to see if it's listed there. (Right-click on the cell and select Manage References).
Help Article Resources
Categories
Check out the Formula Handbook template!