I'm doing a duplicate formula in a column and I am wanting the first duplicate to remain unchecked, how is this done? Here is currently formula for the duplicate:
Using the column type as a Flag
=IF(COUNTIF([Parent Code]:[Parent Code], [Parent Code]@row) > 1, 1, 0)