how do i look through worksheets in a workbook to find duplicate

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have 5 worksheets in a workbook. I need a formula that will look through
the worksheet for duplicated information and display in another worksheet.
 
Hi Connie,

I regularly use the COUNTIF function, providing you have a unique
identifier, which counts the number of the cells in a range with the
value which you state (which can be a value or cell). Any entries that
are NOT duplicated will return 1, because only one instance has been
found, and any entries that are duplicated (or more) will return the
number of times they are in the range.

=COUNTIF(Range,Criteria)

Good luck,


Roly
 

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