I am pretty familiar with using INDEX/COLLECT but I am trying to use it in a context I have never tried before.
This is where I am so far…
=IFERROR(INDEX(COLLECT({COQ Source List Range 3}, {COQ Source List Range 1}, =[Appraisal Item]@row ), 1), "")
I believe I need to use the OR function somehow to continue. I actually have 4 columns @row in my destination sheet that I need to compare to a column in my source sheet to collect data from another column in my source sheet.
I hope this makes sense, any help would be greatly appreciated.