Hello,
I have a formula that works correctly to index "Obser 1" text when there is only one "Vendor #" in the Criterion cell and there is an exact match to the "Vendor Number" in the Criterion Range column.
=IFERROR(INDEX(COLLECT({Obser 1}, {Vendor Number}, $[Vendor #]$1, {Vendor Location}, $Location$1), 1), "")
I need help with a formula for when the Criterion cell contains multiple Vendor # values but the Criterion Range only contains one or two of the values.
Sheet 1 with Index formula, Criterion cell value:
Sheet 2 where "Obser 1" data is indexed, Criterion Range column:
How can I write an Index formula when there are multiple Vendor #s in the Criterion, and the values in the Criterion Range contains any text matching Vendor Numbers? (Would only need 1st row found Index return.)
I tried to change the columns to multiselect dropdowns, that didn't remedy the issue, but it could have still been a bad formula.
Any help is appreciated,
Thank you!!