Hello,
I have a formula that does work the way it should,
=IFERROR(INDEX(COLLECT({STATUS}, {USERID}, [USER ID]@row, {Title}, "ENVISION"), 1), "Not Attended"). It does return what is listed in the status column on another sheet. If there is nothing listed then it returns "Not Attended". Perfect!
Is there a way to change the return value if something is listed? So if there is a value listed, can it be forced to say "Attended" instead the true value?