+ Reply to Thread
Results 1 to 2 of 2

Autolist Based on Rep

  1. #1
    Registered User
    Join Date
    03-31-2009
    Location
    Tulsa,OK
    MS-Off Ver
    Excel 2003
    Posts
    5

    Autolist Based on Rep

    I'm attempting to make a list that auto populates based on a selected name. In other words, I have a large data base of customers in one workbook(each of the customer data has a marketing rep attached to it is an adjacent cell); I'm making another file that has a list of marketers. I'm trying to make the the marketer file populate based on the name of the marketer from a drop down with the data source. Any suggestions?

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

    Re: Autolist Based on Rep

    Say your list is in '[WorkbookA.xls]Sheet1'!A1:A100

    And your drop down is in '[WorkbookB.xls]Sheet1!A1

    Then in another column of WorkbookA, use formula:

    =Sumproduct(--($A$1:$A1='[WorkbookB.xls]Sheet1'!$A$1)) copied down

    In WorkbookB, B1 enter formula=Sumproduct(--('[WorkbookA.xls]Sheet1!A1:A100=A1))

    This should give count of marketers in WorkbookA.

    Then in WorkbookB, A2,

    =IF(Rows($A$1:$A1)>$B$1,"",Index('[WorkbookA.xls]Sheet1'!A$1:A$100,Match(Rows($A$1:$A1),'[WorkbookA.xls]Sheet1'!$C$1:$C$100,0)))

    copied down as far as you want and across if necessary.

    Adjust all ranges to suit.
    Last edited by NBVC; 12-03-2009 at 11:12 AM.
    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.

+ 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