highlight all repeat datas in a worksheet

  • Thread starter Thread starter vcff
  • Start date Start date
V

vcff

Hi All,

I have a worksheet with about 400 rows and 20 columns of datas.
How can I check to ensure that there are no repeat datas in the worksheet?
Your help will be appreacited.
Thanks.

R

vcff
 
It's only for single column or row.
What I need is to check the whole worksheet for duplicate data. Is there any
way to do it?

Tnks
 
It's an enormous task in Excel prior to 2007. You can create a copy of your
data and then try to use the Remove Duplicates command in 2007. In a quick
test it worked with around 60 columns, so it may work on 200 columns, too.

If you have MS Access you could import the data to Access, then set the
primary key to be all the columns. If there is any row that duplicates any
other, Access will refuse to create the index, though that wouldn't, by
itself, identify the duplicated data.
 
OK will give a try.

Tnks for the reply.

vcff

Duke Carey said:
It's an enormous task in Excel prior to 2007. You can create a copy of your
data and then try to use the Remove Duplicates command in 2007. In a quick
test it worked with around 60 columns, so it may work on 200 columns, too.

If you have MS Access you could import the data to Access, then set the
primary key to be all the columns. If there is any row that duplicates any
other, Access will refuse to create the index, though that wouldn't, by
itself, identify the duplicated data.
 

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