I'm trying to pull change order numbers that are assigned to one specific person in a source sheet appear as separate entries in one column in another sheet. I've gotten it to manually work with this formula:
=INDEX(COLLECT({CO Number}, {Assigned PM}, "PM Name"), 1)
But I have to manually adjust the number at the formula to 2, 3,4, etc. to get additional values to return in the next cell in the column.
I tried swapping the number for @row, but got back the #UNPARSEABLE error code.
Any thoughts on how to tweak this so I can make a column formula that will bring in the next value from the source sheet assigned to that person in perpetuity?