I have a sheet that contains the info of all of my employees which includes a column for their initials. The training department of my company has a sheet that I have view access to but not editor access. They track the qualification due date of all of my employees and I want to collect the due date on my employee info sheet based on their initials. This is the formula I came up with:
=IFERROR(INDEX(COLLECT({Qualification Expiry Column in Training Sheet}, {Initials Column on Training Sheet}, Initials@row), 1), "No Match")
On any row that does not have matching initials I am getting "No Match"
On any rows with a match I am getting "#INVALID COLUMN VALUE"
And on one row I am getting a blank because the value being collected is blank.
Any Ideas as to why I'm getting an error?
Here's My Sheet:
Here's Trainings Sheet: (Highlighted the columns I'm using)