The solution I offered in Post #2 returns unique combinations of Codes and Names that are present in the source data, and if there are duplicates, it uses the row where the Released Date is earliest. Then it compares the Released Date to the Interview Date on that same row and chooses the earliest. Is that what you mean by “extract that unique value from the given dataset”? As for removing duplicate names and retaining only the unique ones with the earliest dates, there is no way to do that with a formula if your objective is to modify the original source data. However, you could do that using VBA or Power Query. Alternatively, you could use the formulas to produce the trimmed down table of unique codes/names/early dates and then copy those results and Paste Special > Values somewhere to preserve the results independent of the linkage to the original source table.