Hello Community,
I need to bring data from one sheet to another. I usually accomplish this using INDEX, MATCH combination.
My challenge right now is the following: Sheet 1 has unique records. Sheet 2 references Sheet 1 on a unique identifier (taskid), but there might be multiple records in Sheet 2 for the same taskid. I need to bring the most recent record from Sheet 2 into Sheet 1 and link it as a Comment column to the unique record in Sheet 1.
Here is a sample
I anticipate it must be something like INDEX, MAX(COLLECT(....))) but cannot wrap my head around it.
Can you help me, please?
Nick