+ Reply to Thread
Results 1 to 2 of 2

Copy table dynamically but PIVOT table does not seem the right way to go

  1. #1
    Registered User
    Join Date
    11-02-2017
    Location
    brussels
    MS-Off Ver
    Mac office 2011
    Posts
    14

    Post Copy table dynamically but PIVOT table does not seem the right way to go

    Hello Forum.
    I have been making accounting for my building for 7 years (unprofessionally)
    I have my excel table that works fine but I have copied and pasted many formulas manually in all sheets.
    + instead of having tables that grow as expenses are entered, I created tables with 100 lines which makes it ugly when printing unused empty cells.
    So I am trying to rewrite the whole thing.
    I discovered the tables (better late then never) and when I hit TAB, it adds a new line before the total.
    Neat.
    Then I used a VBA formula to copy the table in the next row.
    Thing is I want to copy the GLOBAL expenditure table to all sheets (7 sheets representing each apartment) but I would like the amount to be split according to the percentage held by each apartment owner

    0_Form_Excel.png

    I used a VBA to copy the expenditure table

    Sub copedonnees()
    Range("a14").CurrentRegion.Copy Feuil2.Range("a14")
    End Sub

    With this macro, I have a problem because my table of income will grow.

    What I want to achieve:
    1) to 'replicate the GLOBAL spending table on all sheets
    2)To apply the individual percentage of the GLOBAL spending to each individual sheet.

    Thank you
    Eve
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    11-02-2017
    Location
    brussels
    MS-Off Ver
    Mac office 2011
    Posts
    14

    Re: Copy table dynamically but PIVOT table does not seem the right way to go

    PS I tried with Pivot table with no luck as this is more to analyse data ?????

+ 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] Dynamically sort a pivot table
    By smls in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 01-09-2020, 01:58 AM
  2. [SOLVED] Dynamically sort a pivot table
    By smls in forum Excel General
    Replies: 1
    Last Post: 08-11-2015, 04:57 PM
  3. [SOLVED] Dynamically updating fields in Pivot Table
    By SandPounder1 in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 03-11-2014, 04:00 PM
  4. Pivot Table Off of Dynamically Changing Data
    By dkim.ags in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-09-2013, 06:36 PM
  5. Identify table, Get Pivot, Copy the pivot table to new consolidated Sheet
    By akhileshgs in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-27-2013, 04:09 AM
  6. [SOLVED] Dynamically Changing Position of Pivot Based on Size of Another Pivot Table
    By ggilzow in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-26-2013, 02:42 PM
  7. Pivot Table Dynamically Creating on Query
    By Brent in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-07-2005, 12:05 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