I would like to know how to prevent duplicate numbers in two columns

like name of column one is Tele other is Tele 2, if number in any columns it wouldn’t allow , any ideas please ?
sorry for my English im trying to prevent duplicate like this
number in column Tele is 01117111388 if it is also in Column Tele 2 which is 01117111388
it would not be valid ? any ideas

Solved Solved
0 8 193
1 ACCEPTED SOLUTION

I wonder if this would do what you want done?

NOT(IN([_THIS], Clients[Tele 2]))

View solution in original post

8 REPLIES 8
Top Labels in this Space