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
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.4K Get Help
- 447 Global Discussions
- 144 Industry Talk
- 479 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 490 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!