I'm stuck at this small project. Basically I'm trying to create a time monitoring program. I have four columns, Column A(Timestamp) / Column B(Staff Name) / Column C(Date) which is extracted from Column A, and Column D(time) extracted also from Column A.
I already have the unique list for this, but the only records I can extract are the Column B, and C, since those are my criteria when looking for unique records. This is the code I use:
=UNIQUE('ORIGINAL LIST'!$B2:C)
Here's my result:
Now I'm stuck on how do I include the Column A(timestamp) for those Unique records. I've tried using if statements, vlookups, arrays, but I wasn't able to get the result I want. Last thing I tried is this logic: if column B and column C from "UNIQUE LIST" sheet matches column B and C from "ORIGINAL LIST" then it will copy the column A. However I get the error "Array arguments to EQ are of different size", which make sense since the ORIGINAL LIST have duplicates.
Here's a LINK for my sheet.
Hope someone can help.


