+ Reply to Thread
Results 1 to 3 of 3

Find Duplicate & List Addresses

  1. #1
    Forum Contributor
    Join Date
    09-07-2010
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    358

    Find Duplicate & List Addresses

    Hey,

    I've been trying to make a slightly more fancy way of alerting myself of duplicates of course I can do things like:

    Please Login or Register  to view this content.
    However I want to add a cell to the right to show the address of the 1st copy of the duplicate and then another cell to the right of that to show the address of the 2nd duplicate.

    Essentially making it look like:

    mQYu58C.png

    Anyone able to assist me with what functions I should be looking at?

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,213

    Re: Find Duplicate & List Addresses

    Try at C3

    =if(COUNTIF($A$2:$A$100, $A2)>1,iferror("A"&aggregate(15,6,row($A$2:$A$100)/($A$2:$A$100=$A2),columns($c3:c3)),""),"")

  3. #3
    Forum Contributor
    Join Date
    09-07-2010
    Location
    London
    MS-Off Ver
    Excel 2010
    Posts
    358

    Re: Find Duplicate & List Addresses

    Hey

    That works perfectly, I'm trying to figure out the aggregate command as I've never used that. Are you able to separate it into two formulas? I can't figure out the aggregate product/small function

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Find and List duplicate values
    By sriley5 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 06-09-2018, 07:26 AM
  2. [SOLVED] Find Duplicate Street Addresses
    By pick44 in forum Excel General
    Replies: 6
    Last Post: 05-23-2018, 07:46 AM
  3. [SOLVED] Need Macro to Find Cell Errors in Sheet & Provide a List of Error Cell Addresses in Form
    By ChrisHook in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-29-2017, 04:57 PM
  4. [SOLVED] help needed to find duplicate names and addresses
    By glynncooper in forum Excel General
    Replies: 3
    Last Post: 09-24-2014, 05:32 PM
  5. Find duplicate entry in list
    By kenexcel in forum Excel General
    Replies: 1
    Last Post: 11-02-2010, 04:26 AM
  6. [SOLVED] Find duplicate in a list
    By Thyagaraj in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-25-2006, 03:20 AM
  7. Find a duplicate value within a list?
    By Arla M in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-26-2005, 07:06 PM

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