I’d like the numbers in a numeric column to be unique. Is there a way to check with a formula whether the new entry already exists in the column, no matter how many items there are? The result can appear in the column itself if possible, or in an extra field like for errors.
I mean if there is a field with
1
2
3
…and I add a fourth item, which is
1
again
– it should not be possible or return a warning