INDEX COLLECT gives me an #INVALID VALUE error
=INDEX(COLLECT({event-25}, {date-25}, Day@row , {ID-25}, [Employee ID]@row ), 1)
=========
But using the same reference for INDEX MATCH does not
=INDEX({event-25}, MATCH(Day@row , {date-25}, 0))
or this
=INDEX({event-25}, MATCH([Employee ID]@row , {id-25}, 0))
=========
I need to match what Event does the employee have on the specific date on my current sheet. I am using a calendar sheet as my source sheet. Date column has been formatted as date on both sheets.
Current Sheet
Source Sheet