+ Reply to Thread
Results 1 to 3 of 3

Handling and implementing Nested data

  1. #1
    Registered User
    Join Date
    03-18-2015
    Location
    Pakistan
    MS-Off Ver
    MS Office 2010
    Posts
    2

    Lightbulb Handling and implementing Nested data

    Is that any proper way of working around this issue in MS Excel rather than to explore wide world of programming database design as i have asked below:
    "I am looking for a data structure to handle and implement a data in relational database having nested fields of SHARES with lists of OWNERS related to each leaf node of the shares. See Model below:
    Owners Share Data Structure Model.jpg

    The model is representing Two Basic information Share and Owners. Shares are also represented in plain form for calculation purpose. (2592, 24, 40 are the total of shares at respective level)
    Best Regards

  2. #2
    Forum Expert
    Join Date
    06-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    1,673

    Re: Handling and implementing Nested data

    Even if Excel VBA could handle something like this, I believe you would still need to 'explore wide world of programming database design'. When I see a structure like that, I envision some sort of linked list data structure. VBA can do that (http://support.microsoft.com/en-us/kb/166394) but I'm not sure if Excel VBA can. Even if it could, you would need to modify the class to handle your share list and owners list, especially due to whatever those 'subsets' are supposed to represent.

    Pauley

  3. #3
    Registered User
    Join Date
    03-18-2015
    Location
    Pakistan
    MS-Off Ver
    MS Office 2010
    Posts
    2

    Re: Handling and implementing Nested data

    Thanks.... LinkedList was also in my head but I just wanted to be sure to select a proper data structure for this cause.

+ 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] Nested Sumif's or how to sum data based on nested criteria
    By dlietz in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-07-2014, 11:36 AM
  2. Help with implementing GetOpenFileName dialog box in Data Import
    By DarkDevin in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-24-2011, 10:44 AM
  3. Need advice : consolidating data from multiple CSV files in Excel - External data handling
    By Matthieu Gaillet in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-01-2005, 05:10 AM
  4. Implementing a Label with certain data in Chart
    By Tim in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 09-13-2005, 11:05 AM
  5. Error handling with a handling routine
    By ben in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-15-2005, 11:06 AM

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