+ Reply to Thread
Results 1 to 6 of 6

How to fill a column with entries from a matrix of data

  1. #1
    Registered User
    Join Date
    10-21-2012
    Location
    coats licatedo
    MS-Off Ver
    Excel 2010
    Posts
    1

    How to fill a column with entries from a matrix of data

    Hi excelforum members,

    I would consider myself an intermediate excel user, but trying to create a complicated spreadsheet.

    It is for my company's accounts.

    Can the pros here help me with creating a "LIST' in a column using excel formulas, or even VBA. The working file is attached.

    Example.xlsx

    Thanks alot in advance.
    Last edited by momonga; 10-22-2012 at 12:03 AM.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Creating a List

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: How to fill a column with entries from a matrix of data

    thanks

    if you are trying to fill in the data in C11 downwards, use this, copied down...

    =INDEX($A$1:$E$7,MATCH(B11,$A$1:$A$74,0),MATCH(A11,$A$1:$E$1,0))

  4. #4
    Valued Forum Contributor
    Join Date
    11-15-2008
    Location
    ph
    MS-Off Ver
    2007/2010/2016
    Posts
    479

    Re: How to fill a column with entries from a matrix of data

    Hi -

    VBA solution will be;
    Please Login or Register  to view this content.
    Regards,
    event

  5. #5
    Registered User
    Join Date
    08-08-2012
    Location
    Kuala Lumpur
    MS-Off Ver
    Excel 2010
    Posts
    1

    Re: How to fill a column with entries from a matrix of data

    Yup, that would be the next step. Which I figured out thanks to the the posts from this forum.

    Im looking for a quick solution to create the list in Column A11 and B11.

    event21 solution gives the required results but I tried the VBA in my work file, a much larger matrix and it encountered some difficulties.

    Hope to see more ideas.

    Thanks alot guys.

  6. #6
    Valued Forum Contributor
    Join Date
    11-15-2008
    Location
    ph
    MS-Off Ver
    2007/2010/2016
    Posts
    479

    Re: How to fill a column with entries from a matrix of data

    Hi -

    You need to provide us the actual layout of your file, how many possible columns, rows are in there? are there blank rows / columns etc so that we can provide a more robust solution.

    Note that the script has been created based on the sample file layout and might not work in production environment if the layout are not the same.

    Regards,
    event

+ Reply to Thread

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