+ Reply to Thread
Results 1 to 3 of 3

List Data From Duplicates

  1. #1
    Forum Contributor
    Join Date
    08-19-2006
    MS-Off Ver
    Excel 365
    Posts
    229

    List Data From Duplicates

    Hi ,

    I have a spreadsheet with a list of reference numbers that is duplicated. I need to create a formula that would read from that list and populate a single reference number only from that list.

    So,if the list has 5 reference number, then those five reference number will need to populate in another table excluding all the duplicates.

    In the attached example, the original date is in the table titled "Original Data" and the desired result from the formula is listed in the table titled "Result". Appreciate help how this can be done.

    Appreciate your time and patience.
    Attached Files Attached Files

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885
    Hi Kumara, there are many posts and sites that show you how to do this.

    Here are some examples not using formulas:
    http://www.mrexcel.com/tip138.shtml

    If you must use formulas, I'd recommend:
    1. Assuming your original data is in B4:B31, in C4 enter the formula:
    =IF(COUNTIF($B$4:$B4,B4)=1,B4,"")
    2. Fill that formula down to C31.
    3. In D4 put the array formula:
    Please Login or Register  to view this content.
    After typing (or copying/pasting) that formula, you must press CTRL+SHIFT+ENTER, not just ENTER. If done correctly Excel will automatically insert braces, {}, around the formula. Don't add braces manually, it won't work that way.
    4. Fill that formula down to cell D31.
    5. You can hide column C if you prefer not to see that list.

  3. #3
    Forum Contributor
    Join Date
    08-19-2006
    MS-Off Ver
    Excel 365
    Posts
    229
    Thank you pjoaquin. That worked and the link was very useful.

    Thank you for your time and patience.

+ 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. Use Macro to add data to end of a list
    By graham1607 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 09-23-2007, 01:38 PM
  2. macro to select next in data validation list
    By ryan00davis in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-23-2007, 09:34 PM
  3. Creating a list and removing duplicates
    By JohnGuts in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-17-2007, 12:55 PM
  4. Copy and past from data list?
    By khaos in forum Excel General
    Replies: 7
    Last Post: 01-08-2007, 10:02 PM
  5. locking a data validation list based upon cell value
    By abrazee in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-18-2006, 04:46 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