Results 1 to 3 of 3

Automating Table Data Mining

Threaded View

student1976 Automating Table Data Mining 06-26-2011, 02:57 PM
mikerickson Re: Macro VBA help -... 06-26-2011, 03:15 PM
student1976 Re: Macro VBA help -... 06-26-2011, 04:43 PM
  1. #1
    Registered User
    Join Date
    06-22-2011
    Location
    montreal, canada
    MS-Off Ver
    Excel 2010
    Posts
    16

    Automating Table Data Mining

    Greetings Gurus,


    I am in the process of creating automation for mining data within a large table containing times, data, and type etc.

    Once the table is loaded in excel I want a macro that will do three things :

    1: Create a new sheet for each unique type and copy all the data corresponding to each sheet. (with all corresponding columns)

    2: Create a new calculation sheet and new tables within that sheet with counts for how many occurrences within the data happen each month (a new year would have a new table)

    ex:
    2008
    Type - January - February - March etc.
    Cotton - 5 - 7 - 8
    
    2009
    Type - January - February - March etc.
    Cotton - 58 - 70 - 4
    
    2008
    Type - January - February - March etc.
    Fiber - 18 - 700 - 88
    
    2009
    Type - January - February - March etc.
    Fiber - 8 - 628 - 58
    etc.

    3: Finally, I would want to gather all the types from the same year and create a new Stats sheet and new table for each year with Total, Mean, mode, median, STDEV, Sparkline (for each type).

    ex:
    Type  Mean  Mode Median STDEV Sparkline
    Cotton  5         5         5             0          
    Fiber     10       10      10           0
    ...

    I know this seems like HUGE question, but any tip on where to start or even a basic macro to help me get started would be extremely welcomed.

    Many thanks,


    Robert
    Attached Files Attached Files
    Last edited by student1976; 06-26-2011 at 05:45 PM.

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