+ Reply to Thread
Results 1 to 3 of 3

Group Data

  1. #1
    Registered User
    Join Date
    09-29-2010
    Location
    NY
    MS-Off Ver
    Excel 2007
    Posts
    4

    Group Data

    I have a data set in which users sign up for a program and I'm trying to group them based on how long they have been on the program for. I'd like to group them by if they've been signed up for the program for at least 4 Weeks, 8 Weeks, etc.

    My challenge is I want it to be all in 1 column to be able to filter easily and a user can belong to more than one group.

    For example, if a John signs up for the program on Oct 25 2019 he would be on the program for at least 4 Weeks and 8 Weeks. If Becky signs up for the program on Oct 26 2019 she would be on the program for at least 4 Weeks.

    What I would like is to be able to Filter by 4 Weeks and it include results for John and Becky. If I filter by 8 Weeks it should only include results for Becky.

    Sounds simple and I must be overthinking something but would appreciate some help on this.

    Thanks!
    Attached Files Attached Files
    Last edited by 2nice; 01-06-2020 at 02:05 PM.

  2. #2
    Forum Expert
    Join Date
    09-25-2015
    Location
    Milan Italy
    MS-Off Ver
    office 365
    Posts
    1,790

    Re: Group Data

    N2=IFERROR(INDEX($A$2:$A$100,SMALL(IF(INDEX($C$2:$E$100,,MATCH($N$1,$C$1:$E$1,0))=SUBSTITUTE($N$1,"WK","")+0,ROW($A$2:$A$100)-ROW($A$2)+1),ROWS($A$2:A2))),"")

    Control+shift+enter

    copy down

    select week in dropdownlist in N1
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    09-29-2010
    Location
    NY
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Group Data



    Thank So Much CARACALLA!!!!!

+ 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. Group Weekly Data with Totals for that Week VBA - Group by Date
    By CHRISOK in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-27-2017, 11:50 AM
  2. Data -> Group -> Group does not work on A Sheet
    By asjones in forum Excel General
    Replies: 3
    Last Post: 09-19-2017, 06:53 AM
  3. Replies: 14
    Last Post: 01-12-2017, 01:41 PM
  4. [SOLVED] Selecting a group of data from a larger group
    By coach.32 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-07-2016, 08:23 PM
  5. group matching and insert group of relevant data
    By kitkitkat430 in forum Excel General
    Replies: 1
    Last Post: 10-27-2015, 04:03 AM
  6. Replies: 1
    Last Post: 02-10-2014, 10:26 PM
  7. Replies: 0
    Last Post: 02-04-2013, 03:25 PM

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