+ Reply to Thread
Results 1 to 4 of 4

Find and Link duplicate in workbook

  1. #1
    Registered User
    Join Date
    07-29-2012
    Location
    Purbalingga, Jawa Tengah, Indonesia
    MS-Off Ver
    2007
    Posts
    6

    Find and Link duplicate in workbook

    I have some duplicate data (column B), which are located a different sheet.
    I want to find the duplicate data then create a link to the duplicate data in column C (value=name of sheet).

    For example in attachment.
    I want find duplicate data (sheet1) on workbook (sheet1, sheet2, sheet3).
    if duplicate found, value of column c (sheet1) will be set to name of sheet we found duplicate data (sheet2) and when i clicked, it will be go to cell we found duplicate.


    please help me
    linked.xlsx
    Last edited by cauciu; 06-17-2013 at 08:34 PM.

  2. #2
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211

    Re: Find and Link duplicate in workbook

    Sheet1:

    C1: =IFERROR(HYPERLINK("#Sheet2!B"&MATCH(B1,Sheet2!B:B,0),"Sheet2"),HYPERLINK("#Sheet3!B"&MATCH(B1,Sheet3!B:B,0),"Sheet3"))

  3. #3
    Registered User
    Join Date
    07-29-2012
    Location
    Purbalingga, Jawa Tengah, Indonesia
    MS-Off Ver
    2007
    Posts
    6

    Re: Find and Link duplicate in workbook

    Thank you for helping me.

  4. #4
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211

    Re: Find and Link duplicate in workbook

    You're Welcome!

+ 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