I am working on a formula that will reference a column in Sheet A that may have multiple choices selected, and compare it to a column in Sheet B that will match one of the selections in Sheet A and return the word 'Completed'
I've tried these 2 formulas and both return #INCORRECT ARGUMENT
=INDEX(COLLECT({Equipment inspected}, HAS(Equipment@row ), "Completed"))
=INDEX(COLLECT({Equipment inspected}, HAS(@cell , $Equipment$1), "Completed"), 1)
Left side is Sheet A the reference sheet column. Right side is Sheet B that I want a return value of 'Completed'.