validating format

O

oldLearner57

hi community

can anybody assist me to perform this task...

A B C
1 1012345
2 1012346
3 1012347
4 1012348
5
6

base from the above simple scenario, is there a way to validate the column A
that if I enter the number say, 1012345, there is some kind of indicator,
maybe it turn to a color (like red color 1012345) and this will assist me to
know that it is a repeated number?

I already had 1500 rows that already have number entered.

thanks community for the kind assistance :)
 
R

Rick Rothstein \(MVP - VB\)

If repeats are allowed and you just want to know about them, then David's
solution is what you want. However, if you want to be alerted to, and
prevented from entering, duplicate values in Column A, the select the entire
column, click Data/Validation on Excel's menu bar, choose Custom in the
Allow box and uses this custom Formula...

=COUNTIF(A$1:A1,A1)<2

Rick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top