+ Reply to Thread
Results 1 to 2 of 2

Duplicate rows delete and moving cells

  1. #1
    Registered User
    Join Date
    09-01-2010
    Location
    Ottawa, Canada
    MS-Off Ver
    Excel 2003
    Posts
    3

    Exclamation Duplicate rows delete and moving cells

    Hi guys!

    I have a long list (16000 words) that contains plenty of words along a column (A) that I need to sort through and delete duplicates.

    It looks like this: (words are column A, Cell addresses column B and worksheet names (Home, Page 2 and Order) are column C

    rock,$B$3,Home
    money,$B$4,Home
    sleep,$B$6,Home
    blue,$B$7,Home
    rock,$B$8,Home
    honey,$D$8,Home
    eat,$D$9,Home
    read,$D$10,Home
    rock,$E$13,Home
    beard,$E$14,Page 2
    woman,$E$15,Page 2
    rock,$D$16,Page 2
    honey,$E$16,Page 2
    clean,$C$18,Page 2
    sleep,$E$18,Page 2
    rock,$G$18,Order
    beard,$I$18,Order
    band,$K$18,Order
    camp,$M$18,Order

    I need it to show up like this... (Commas denote cell breaks) (The # sign is to let another macro know the difference between cell address and worksheet)

    rock,$B$3#Home,$B$8#Home,$E$13#Home,$D$16#Page 2,$G$18#Order
    money,$B$4#Home
    sleep,$B$6#Home,$E$18#Page 2 ...etc

    I already have some code that I was playing with attached but I can't seem to get it to work.

    Can anyone help me?

    Thanks!

    Sar
    Attached Files Attached Files

  2. #2
    Forum Expert Simon Lloyd's Avatar
    Join Date
    03-02-2004
    Location
    locked in the cage
    MS-Off Ver
    All the ones my homepage shows
    Posts
    3,161

    Re: Duplicate rows delete and moving cells

    You definately do NOT want to be merging cells!' this should do what you want provided your data is laid out as in the example, change the sheet names to suit:
    Please Login or Register  to view this content.
    Not all forums are the same - seek and you shall find

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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