In Column A, it has ID and it is random.
Sometimes ID repeat 2 times, sometimes 10 times, it is different all the time.
I need to check if "MAN_ABC_COMMENT_CHANGE" doesn’t occur.
If for example in image below for ID = 12345 in column D "MAN_ABC_COMMENT_CHANGE" never occurred, so in new sheet or somehow show that for id 12345 MAN_ABC_COMMENT_CHANGE never occurred.
I have over 5000 rows of data and over 1000 ID

One method…
1) set up a Pivot table of ID from the data
2) add a formula in B2 =countifs(Sheet2!A:A,A2,Sheet2!D:D,”MAN_ABC_COMMENT_CHANGE”)
3) copy down (double click the bottom right of cell to autofill)
4) the rows with zero are the ones you want (can filter them as required)