+ Reply to Thread
Results 1 to 2 of 2

Need a Macro to Filter out certain groups of data

  1. #1
    Registered User
    Join Date
    06-03-2014
    Posts
    2

    Need a Macro to Filter out certain groups of data

    I need a macro to sort through the data I have and display only certain groups.
    For example I need all the data that comes from a group with an A suffix
    Desktop.PNG

  2. #2
    Registered User
    Join Date
    08-27-2013
    Location
    Texas
    MS-Off Ver
    Excel 2010
    Posts
    30

    Re: Need a Macro to Filter out certain groups of data

    I'd build a macro that:
    - Found the bottom row of the data
    - Started a search from the top row to the bottom row
    - Each time I hit a value in column A, I would see if the Right(colA.value,1) ="A" I would write it to another sheet.
    - If the next value was blank and had a value in colB then I would write to the sheet.

    In the end you would have a sheet full of _A values.

+ 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. Filter data by different groups of values
    By adriannn87 in forum Excel General
    Replies: 1
    Last Post: 05-16-2014, 12:57 PM
  2. macro to put data in relevant groups
    By swfarm in forum Excel Programming / VBA / Macros
    Replies: 23
    Last Post: 04-12-2014, 08:07 AM
  3. Macro/Script for Moving Groups of Data in to Separate Columns
    By JustinSxcel in forum Excel Programming / VBA / Macros
    Replies: 23
    Last Post: 07-05-2012, 01:56 AM
  4. Filter groups
    By Andreas Jonsson in forum Excel General
    Replies: 3
    Last Post: 12-22-2011, 04:31 AM
  5. Can you filter sheet of data & on another sheet make four groups under each other?
    By Marie J-son in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-28-2006, 08:20 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