I am using the countif function to show if a duplicate exists, but it keeps counting when there is no duplicate.
=COUNTIF(EID:EID, EID@row)
It works for the previous data I created, but when I add more using the forms, it always shows 1 as a duplicate count for the column. Even when I type in random letters and numbers, it will always show as 1. It only shows as 0 when I change the value to more than one zero.