+ Reply to Thread
Results 1 to 2 of 2

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

  1. #1
    Connie
    Guest

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

    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.

  2. #2
    Registered User
    Join Date
    06-25-2005
    Posts
    46
    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

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1