Hello! I am having trouble getting this formula to work..
The goal is to pull the quantity of an item from a reference sheet to this sheet if the Spec #@row on this sheet matches an EAN on the reference sheet, and only if the Disposition value reads "Released".
This is the formula I have cooked up, but get an invalid/incorrect error. Any help is greatly appreciated! TYIA
=INDEX(COLLECT({QUANTITY}, {EAN}, [SPEC #]@row , {disposition}, "RELEASED"))