...
9.9 Deduplication of row-based data - by whole row
There is a data table:
Find out the whole-row data that are not duplicate and the first duplicate whole-row data:
=spl("=E(?1).group(ID,Name,Gender,Birthday).(~(1))",A1:D7)