+ Reply to Thread
Results 1 to 3 of 3

Generate a list from two lists

  1. #1
    Forum Contributor
    Join Date
    03-24-2009
    Location
    Porto, Portugal
    MS-Off Ver
    Excel 2013
    Posts
    137

    Generate a list from two lists

    Hi
    I need some help with this please:
    I have a file that generates, via userform, two lists of data (in the attached example: Cod and NAME cols).
    What I want to do is to create another list based on those lists as shown in the example (ACTORS col).
    So that avery new record created will generate another one in ACTORS' List. And this list must be a defined mnamed range.

    I have searched in forums but got no luck.
    Thanks in advance
    Ioncila
    Attached Files Attached Files

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Generate a list from two lists

    Do you mean with formula:

    =TEXT(A2,"0000")&" "&B2

    copied down.

    Then create dynamic named range with Refers to formula:

    =Folha1!$F$2:INDEX(Folha1!$F:$F,COUNTA(Folha1!$F:$F))
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Contributor
    Join Date
    03-24-2009
    Location
    Porto, Portugal
    MS-Off Ver
    Excel 2013
    Posts
    137

    Re: Generate a list from two lists

    Hi
    Sorry for the late reply
    Your help was very good. Although it didn't answer directly to my issue, it had lightened the way to the solution I want.
    Thank you very much
    Ioncila

+ 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