Excel template: Getting Things Done (vba)


Blog updates by email:

Delivered by FeedBurner

 

Leave a Reply

Disable autofit column widths for all pivot tables in a sheet


Blog updates by email:

Delivered by FeedBurner

 

One Response to “Disable autofit column widths for all pivot tables in a sheet”

  1. Charts, Dashboards and More – Best of Excel on the Web (May 2012) | Launch Excel Says:


    [...] Disable autofit column widths for all Pivot Tables in a sheet (VBA) [...]

Leave a Reply

Vba macro: Normalize data


Blog updates by email:

Delivered by FeedBurner

 

4 Responses to “Vba macro: Normalize data”

  1. Muhammad Nadeem Bhatti Says:


    Hi,

    I have a worksheet with following columns, namely,

    Trans Date Issue Date Deposit Withdrawal Balance
    01-Jan-12 01-Jan-12 50,000,000 0 50,000,000
    02-Jan-12 01-Jan-12 80,000,000 0 130,000,000
    10-Jan-12 01-Jan-12 0 90,000,000 40,000,000
    15-Jan-12 01-Jan-12 0 40,000,000 0

    I want to calculate running balance for deposit / withdrawal based on particular issue date, as shown in the example
    worksheet.

    Please tell me how to achieve this task.

    Your help in this regard shall be highly appreciated.

    Cheers!
    Muhammad Nadeem

  2. Edouard Says:


    Hi,

    The add-in here :
    http://kb.tableausoftware.com/articles/knowledgebase/addin-reshaping-data-excel
    does the same, with more powerful tricks included.
    No need to have Tableau installed to run it.
    Thanks for sharing.

  3. Petros Says:


    Please see link below for an unpivot add-in, which can process large, more complex data sets fast and/or multiple similar data sets sequentially e.g. convert 100s balance sheets.

    http://www.spreadsheet1.com/unpivot-data.html

  4. Oscar Says:


    Muhammad Nadeem Bhatti,

    See attached file:
    running-balance-on-a-issue-date.xlsx

    Edouard and Petros,
    thanks for sharing!

Leave a Reply

Date ranges: Weeks within a month


Blog updates by email:

Delivered by FeedBurner

 

Leave a Reply

Add values to different sheets (vba)


Blog updates by email:

Delivered by FeedBurner

 

Leave a Reply