+ Reply to Thread
Results 1 to 3 of 3

Parsing / Reordering Data for Easy Duplicate Finding?

  1. #1
    Registered User
    Join Date
    04-27-2013
    Location
    NY
    MS-Off Ver
    Excel 2010
    Posts
    2

    Question Parsing / Reordering Data for Easy Duplicate Finding?

    I have a spreadsheet with tens of thousands of lines. Attached is what I need to do; basically I need to find departments that have duplicate permission "sets". If the raw data I have was formatted differently, it could have been much easier but I'm stuck dealing with what I got. In the attachment you can see what my approach is. If anyone can either tell me how to do that without having to manually copy-paste cells for days on end OR if there's a better way to find the departments with duplicate permission sets, please help!
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor Lemice's Avatar
    Join Date
    04-13-2013
    Location
    Somewhere.
    MS-Off Ver
    Excel 2016
    Posts
    696

    Re: Parsing / Reordering Data for Easy Duplicate Finding?

    Hello,

    Try this sample file. All you have to do is drag the formula on J17 to O17 down until you see lots of blank. This is what it does:
    - Column J, get all the unique name from Department, then
    - Column K, L, M and N will get the corresponding data.
    - Column O will check if it's unique. FALSE means it's duplicated.
    Attached Files Attached Files
    (copy pasta from Ford)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools

    Regards,
    Lem

  3. #3
    Registered User
    Join Date
    04-27-2013
    Location
    NY
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Parsing / Reordering Data for Easy Duplicate Finding?

    WOW, thank you so much, I'll try that on Monday.

+ 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