+ Reply to Thread
Results 1 to 4 of 4

Thread: Multiple Pivot Table Filters (Example Attached)

  1. #1
    Registered User
    Join Date
    06-13-2008
    Posts
    6

    Multiple Pivot Table Filters (Example Attached)

    Hi,

    I have a large excel database containing customer participation in financial transactions. Currently, the data is sorted in different worksheets arranged by sector (energy, telecom, etc) This method is fine for extracting customer participation in specific deals, but makes it difficult to find total participation across sectors.

    I'd like to organize the data into one comprehensive worksheet. My goal is to be able to drill down three ways:

    1) By deal type (US / EURO)
    2) By sector (Financial / Energy / Telecom / ...)
    3) By individual deal (Deal 1, Deal 2, ...)

    I'm sure I can use a pivot table to accomplish this, but I can't figure out the correct layout to make this work. I need to keep the list of customers in rows for legibility (there are 1000+) but can only seem to filter by specific deal(s) in this fashion.

    How can I add the higher level filters of sector and deal type?
    Attached Images Attached Images

  2. #2
    Forum Guru 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Vienna, VA, USA
    MS-Off Ver
    Excel 2003, 2007
    Posts
    2,257

    Re: Multiple Pivot Table Filters (Example Attached)

    Hard to tell you what to do without seeing the organization of your data. It sounds like this is sensitive data that you wouldn't want to post.

    Can you provide a version with fake data? If not, what are the data columns you use for each transaction?
    Making the world a better place one fret at a time
    ||||||

    If someone helped you, please click on the star icon at the bottom of their post

    If your problem is solved, please update the first post:
    EDIT, Go Advanced button, set Prefix to SOLVED

    [code]
    ' Enclose code in tags like this
    [/code]

    Don't attach a screenshot
    --just attach your Excel file! It's easier and will let us experiment with your data, formulas, and code.

  3. #3
    Registered User
    Join Date
    06-13-2008
    Posts
    6

    Re: Multiple Pivot Table Filters (Example Attached)

    Quote Originally Posted by 6StringJazzer View Post
    Hard to tell you what to do without seeing the organization of your data. It sounds like this is sensitive data that you wouldn't want to post.

    Can you provide a version with fake data? If not, what are the data columns you use for each transaction?
    Thanks for the reply. Attached is an example of how the data is currently stored. In the real workbook, there are 10+ tabs, and at least 500 clients in each tab. The clients are different in every tab, although most appear in more than 1 worksheet.

    I think a pivot table is the easiest way to be able to quickly show a client's participation in:
    1) one specific deal
    2) deals of a certain type
    3) all deals

    I'm just not sure that's possible given the way the data is arranged.
    Attached Files Attached Files
    Last edited by elmiko; 09-29-2010 at 08:42 PM.

  4. #4
    Forum Guru 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Vienna, VA, USA
    MS-Off Ver
    Excel 2003, 2007
    Posts
    2,257

    Re: Multiple Pivot Table Filters (Example Attached)

    Here is an example that might get you started. This summarizes first by deal type, then by sector, then to individual deals for each client.

    The key to getting a pivot table to work for you is to organize your data in a single array so that there is a column for each variable in your transactions. I reorganized your fake data to illustrate this. If you are familiar with relational databases, this would be a completely denormalized database.

    Instead of having each sector on a different worksheet, put them all on one worksheet and add a column to indicate sector.

    Instead of having a column for amounts of Euro deals and one for amounts of USD deals, have a single column for the amounts, then add another column to indicate the deal type.
    Making the world a better place one fret at a time
    ||||||

    If someone helped you, please click on the star icon at the bottom of their post

    If your problem is solved, please update the first post:
    EDIT, Go Advanced button, set Prefix to SOLVED

    [code]
    ' Enclose code in tags like this
    [/code]

    Don't attach a screenshot
    --just attach your Excel file! It's easier and will let us experiment with your data, formulas, and code.

+ 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.2.0