Results 1 to 11 of 11

Need to merge variable number of cells into one single cell based on criteria

Threaded View

  1. #1
    Registered User
    Join Date
    09-19-2009
    Location
    MN, US
    MS-Off Ver
    Excel 2007
    Posts
    12

    Need to merge variable number of cells into one single cell based on criteria

    Here’s an example of my data:
    A B
    1 110 AAAAAAA
    2 220 BBBBBBBB
    3 330 CCCCCCCC
    4 330 DDDDDDD
    5 330 EEEEEEEEE
    6 440 FFFFFFFFF
    7 440 GGGGGGG
    8 550 HHHHHHH

    I need your help to figure out how to merge the above data to look like this in new blank worksheet using a VBA macro:
    A B
    1 110 AAAAAAA
    2 220 BBBBBBBB
    3 330 CCCCCCCC
    DDDDDDD
    EEEEEEEE
    4 440 FFFFFFFFF
    GGGGGGG
    5 550 HHHHHHH

    Thanks for your help in advance.
    Attached Files Attached Files
    Last edited by NewYorkVanilla; 09-20-2009 at 11:08 AM.

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