+ Reply to Thread
Results 1 to 4 of 4

Creating easy to read groupings form an excel table

  1. #1
    Registered User
    Join Date
    07-05-2011
    Location
    Scotland
    MS-Off Ver
    Excel 2003
    Posts
    74

    Creating easy to read groupings form an excel table

    I have a lengthy spreadhseet which lists 'items' in column A and the 'group' they belong to in column B (see attached example).

    I would like to collate this data into simple lists / cards for a presentation in a similar format to that in the attached example (I just need to be able to clearly show the group title and the items which sit within that group).

    The output doesn't have to be in Excel, but I am pretty much limited to Microsoft software and a few Adobe products on my work machine.

    Does anyone know if there is a quick / automated way of doing this?

    Thanks

    Glayva
    Attached Files Attached Files
    Last edited by Glayva; 06-27-2012 at 11:06 AM. Reason: spelling

  2. #2
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Creating easy to read groupings form an excel table

    Glayva,

    In Excel, you can use a pivot table to get what you're looking for. See attached.
    Attached Files Attached Files
    Hope that helps,
    ~tigeravatar

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Creating easy to read groupings form an excel table

    See the attachment.

    First I created a dummy column that tracked how many of each catagory (i assumed they might not always be in order. You can hide this column if you like. The formula there is

    =LEFT(B3,3)&COUNTIF($B$3:$B3,B3)

    Then on Sheet2 I formatted without gridlines and with borders to make nice little boxes. I put your catagories in the first row of each box and used this formula dragged across and down

    =IF(COUNTIF(Sheet1!$C$3:$C$14,LEFT(Sheet2!A$1,3)&"*")>=ROW(A1), INDEX(Sheet1!$A$3:$A$14,MATCH(LEFT(A$1,3)&ROW(A1),Sheet1!$C$3:$C$14,0)),"")
    Is that what you wanted?

    EDIT: Of course, Tiger's way is much easier.
    Attached Files Attached Files
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  4. #4
    Registered User
    Join Date
    07-05-2011
    Location
    Scotland
    MS-Off Ver
    Excel 2003
    Posts
    74

    Re: Creating easy to read groupings form an excel table

    Thanks guys Two good options here.

    (Pivot tables have flumoxed me since I moved to the new version of Excel...)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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