+ Reply to Thread
Results 1 to 4 of 4

Help with VBA filtering data (i think only vba can help)

  1. #1
    Registered User
    Join Date
    10-10-2012
    Location
    Montreal
    MS-Off Ver
    Excel 2003
    Posts
    38

    Help with VBA filtering data (i think only vba can help)

    Hi,

    I need to arrange data in a way so that I can do my mail merge after.
    for example:

    ColumA ColumB
    ABC 123
    DEF 254
    ABC 456
    GFD 569
    ABC 789
    DEF 898
    etc...

    I want them to arrange to:

    ColumA ColumB ColumC ColumD columE
    ABC 123 456 789
    DEF 254 898
    GFD 567


    etc... any help ?

    thx.

  2. #2
    Forum Expert
    Join Date
    06-12-2012
    Location
    Ridgefield Park, New Jersey
    MS-Off Ver
    Excel 2003,2007,2010
    Posts
    10,241

    Re: Help with VBA filtering data (i think only vba can help)

    Is it OK to sort the data first?

  3. #3
    Registered User
    Join Date
    10-10-2012
    Location
    Montreal
    MS-Off Ver
    Excel 2003
    Posts
    38

    Re: Help with VBA filtering data (i think only vba can help)

    Quote Originally Posted by JOHN H. DAVIS View Post
    Is it OK to sort the data first?
    Hi,

    yeah you can sort data first.
    so that we can start with
    ABC
    ABC
    ABC
    DEF
    DEF
    etc....

    I've attach a small sample. see tab "result" for what im looking for.

    Thx.
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    06-12-2012
    Location
    Ridgefield Park, New Jersey
    MS-Off Ver
    Excel 2003,2007,2010
    Posts
    10,241

    Re: Help with VBA filtering data (i think only vba can help)

    You'd have to sort first on Column A

    Please Login or Register  to view this content.

+ 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. Replies: 9
    Last Post: 07-02-2020, 11:48 AM
  2. Auto filtering the data in listbox and input in specified data range
    By haridevadiga in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-30-2013, 06:02 PM
  3. Filtering Time Stamp Data - every 100th data group
    By P_Schmidt in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-28-2013, 06:36 PM
  4. Replies: 8
    Last Post: 11-16-2012, 01:24 AM
  5. [SOLVED] How to use value in cell after filtering data, using data validation list method
    By SAGAR KHOLLAM in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-20-2012, 02:01 AM

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