+ Reply to Thread
Results 1 to 21 of 21

Need help with a formula to populate a 'summary' table.

Hybrid View

  1. #1
    Registered User
    Join Date
    10-10-2003
    Posts
    31

    Re: Need help with a formula to populate a 'summary' table.

    This thread may be closed, but I wanted to pass along what I learned about 'populating a summary table.' It turns out that a VERY simple pivot table in Excel, generated automatically(!) from a VERY simple list of entries (date | code | amount ), instantly solved the problem. Rather than beat up this forum with the details, I'd like to invite anyone who wants to know more to contact me. - Jim

  2. #2
    Forum Expert Tsjallie's Avatar
    Join Date
    09-15-2012
    Location
    NL
    MS-Off Ver
    2010, 2013, 2016
    Posts
    2,077

    Re: Need help with a formula to populate a 'summary' table.

    Hi Jim, I have been looking at a pivot table too, but couldn't get the columns right. Really drove me crazy!
    Could you post the workbook so I can see how you solved this.
    Cheers!
    Tsjallie




    --------
    If your problem is solved, pls mark the thread SOLVED (see Thread Tools in the menu above). Thank you!

    If you think design is an expensive waste of time, try doing without ...

  3. #3
    Registered User
    Join Date
    10-10-2003
    Posts
    31

    Re: Need help with a formula to populate a 'summary' table.

    forum.xlsx

    Here are the spreadsheets. One tab - out of pocket expenses - simply grows a list of dates, codes, and amounts; the other - pivot table - is the pivot table that digests the list. This works, but it has a few irritations.

    First you have to MANUALLY 'refresh' the pivot table after making new list entries. It's not automatic. Not Good.

    Second, I haven't found a way of copying values from the pivot table into a larger 'normal' table in the same workbook (the normal table has week-beginning column heads and row names that match the column and rows in the pivot table, so the 'intersections' match, but I can't seem to move the values at the pivot table intersection to the normal table intersection).

    There are other problems, I think, but those are the two that stand out for now.

    Jim

  4. #4
    Forum Expert Tsjallie's Avatar
    Join Date
    09-15-2012
    Location
    NL
    MS-Off Ver
    2010, 2013, 2016
    Posts
    2,077

    Re: Need help with a formula to populate a 'summary' table.

    First you have to MANUALLY 'refresh' the pivot table after making new list entries. It's not automatic. Not Good.
    You can set the option to refresh the pivot table on opening the workbook and that's it. But that's not what you want.
    In order to have the pivot table refresh whenever a new list entry is made, you need to use the worksheet_change() event
    and enter the following line there:
    Worksheets("pivot table").PivotTables("pettyCashTable").PivotCache.Refresh
    About the second problem: I'm not sure I understand what you wnat to achieve. Could explain further or - better - post an example of the result you want?

+ 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. [SOLVED] Formula for copying over relevant data from one table to populate another table
    By amasson in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-19-2013, 06:11 AM
  2. Replies: 2
    Last Post: 04-15-2013, 07:22 AM
  3. [SOLVED] Formula for copying over relevant data from one table to populate another table
    By amasson in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 02-25-2013, 12:41 PM
  4. Do I need a table array formula to populate names from a list?
    By MajorT in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-19-2013, 11:03 AM
  5. Creating a summary table using formula
    By arbrahul in forum Excel General
    Replies: 2
    Last Post: 05-29-2012, 12:15 PM

Tags for this Thread

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