very urgent

  • Thread starter Thread starter mangesh
  • Start date Start date
M

mangesh

hi
suppose i have entered a number or a text in a column, if i again r
enter the same number or text in that column excel should warn me tha
data is already exist.

for example
in column A1 i have entered 125 and suppose if i again enter 125 i
cell A2, excel should warn me its already exist
 
Hi Mangesh!

See:

Chip Pearson:
http://www.cpearson.com/excel/NoDupEntry.htm

Chip uses a Data Validation formula of:

=COUNTIF($A$1:$A$50,A1)=1

--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
 

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

Back
Top