+ Reply to Thread
Results 1 to 6 of 6

Ideas to group data

Hybrid View

  1. #1
    Registered User
    Join Date
    03-31-2016
    Location
    Canada
    MS-Off Ver
    2010
    Posts
    3

    Ideas to group data

    Hi,

    I have data that is not organized properly. I am trying to use excel to organize it in a way that will ease my analysis and have difficulty organizing it. Can anyone help


    Category 	   Alphabets
    
    Apples	         a,b
    Oranges              a
    Peaches 	         b
    Bananas              a,b,c,d
    Kiwis 	         b,c
    I want to have the data sorted in the below way
    a        Apples, Oranges,Bananas
    b        Apples, Peaches, Bananas, Kiwis
    c        Bananas, Kiwis
    d        Bananas

    and also want it arranged like this (I meant apples under apples, Kiwis under kiwis..etc.,)
    a        Apples, Bananas,                        Oranges,
    b        Apples, Bananas,Peaches, Kiwis
    c                   Bananas              Kiwis
    d                   Bananas
    I first tried to separate a,b,c into different columns then tried using a pivot table but I thought thats not the right way. Can someone help.
    Attached Files Attached Files
    Last edited by suryaanem; 03-31-2016 at 02:54 PM. Reason: Adding Attachment

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Ideas to group data

    Attach a sample workbook that has BEFORE / AFTER examples in the workbook to show the exact process you're trying to complete or automate from the actual style of starting data.
    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window (or use the paperclip icon).
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    03-31-2016
    Location
    Canada
    MS-Off Ver
    2010
    Posts
    3

    Re: Ideas to group data

    Hi Jerry,

    I have added the attachment with before and after examples.

    Thanks,
    Surya

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Ideas to group data

    Clip1.jpg

    The formula in F2, then copied down/across:
    =IF(ISNUMBER(SEARCH($E2, INDEX($B:$B, MATCH(F$1,$A:$A, 0)))), F$1, "")

  5. #5
    Registered User
    Join Date
    03-31-2016
    Location
    Canada
    MS-Off Ver
    2010
    Posts
    3

    Re: Ideas to group data

    Thank you so much, it worked.

    I thought we might need a macro and all that to get this.

    Is there a good book you could suggest so I learn the intermediate and advanced level of excel ?

  6. #6
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Ideas to group data

    Heh, I use the internet/forums to research and learn on any particular needed Excel topic.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ 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 matching and insert group of relevant data
    By kitkitkat430 in forum Excel General
    Replies: 1
    Last Post: 10-27-2015, 04:03 AM
  2. formula data backup ideas
    By mkbanister in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-09-2009, 09:11 AM
  3. [SOLVED] User Group Meeting Ideas
    By John Michl in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 10-10-2005, 10:05 AM
  4. Any ideas for a more customized data entry?
    By Bill Kuunders in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2005, 07:05 AM
  5. Any ideas for a more customized data entry?
    By FBB in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 AM
  6. [SOLVED] Any ideas for a more customized data entry?
    By FBB in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 10:05 PM
  7. Replies: 3
    Last Post: 07-29-2005, 01:05 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