how do not allow a number to be repeated on the same column?

T

Teethless mama

Select your data range then go to:

Data > Validation > Settings > Allow: select Custom > Formula:
=COUNTIF($A$1:A1,A1)=1
 
Top