+ Reply to Thread
Results 1 to 2 of 2

Matching cells

  1. #1
    gcotterl
    Guest

    Matching cells

    Here's my spreadsheet:

    A B C

    1 1 1
    2 3 3
    3 4 6
    4 5 10
    5 8 11
    6 9
    7 10
    8
    9
    10
    11
    12
    13


    How do I get the matching numbers on the same rows, like:

    A B C

    1 1 1
    2
    3 3 3
    4 4
    5 5
    6 6
    7
    8 8
    9 9
    10 10 10
    11 11
    12 13
    13




  2. #2
    Jason Morin
    Guest

    Re: Matching cells

    I would just re-create the columns.

    1. Copy column A into D.
    2. In E1 put:
    =IF(COUNTIF(B:B,$A1),$A1,"")
    3. Copy it over to F1 and then down as far as needed.
    4. Select columns D thru F, copy them, and go to Edit >
    Paste Special > Value. Press OK.
    5. Delete column A thru C.

    HTH
    Jason
    Atlanta, GA

    >-----Original Message-----
    >Here's my spreadsheet:
    >
    >A B C
    >
    >1 1 1
    >2 3 3
    >3 4 6
    >4 5 10
    >5 8 11
    >6 9
    >7 10
    >8
    >9
    >10
    >11
    >12
    >13
    >
    >
    >How do I get the matching numbers on the same rows, like:
    >
    >A B C
    >
    >1 1 1
    >2
    >3 3 3
    >4 4
    >5 5
    >6 6
    >7
    >8 8
    >9 9
    >10 10 10
    >11 11
    >12 13
    >13
    >
    >
    >
    >.
    >


+ 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