I have to put data validation in column "B" for duplicate text values. so users cannot enter duplicate values in column "B".
I used the custom formula for this and it is working fine but it has a limitation. when user copy and paste values then it is not working, it is only working when user enter values by typing into a cell.
My custom formula:
=COUNTIF($B$10:$B$1048576,B10)=1
I am expecting a solution that even user cannot enter duplicate values by copy and paste.