+ Reply to Thread
Results 1 to 4 of 4

Dynamic table based off master list that reads through a list of numbers

  1. #1
    Registered User
    Join Date
    05-20-2018
    Location
    Berkeley, CA
    MS-Off Ver
    Excel 2016
    Posts
    9

    Dynamic table based off master list that reads through a list of numbers

    Hello all,

    I am essentially trying to do what arhansen2008 said in his last comment (sadly wasn't answered).
    Searching his name will provide the only thread he/she posted in 2008 (sorry I can't link anything).

    Right now the code reads and documents rows with "Series 2, Series1" as one entry, but I want the code to read and document the row in both the "Series 1" and "Series 2" search. Is that possible in excel?

    Does anybody have any suggestions on what to do?

    Thank you for your time and sorry if this is an easy code fix to the original post (I'm a newbie haha).
    Attached Files Attached Files
    Last edited by cuellar; 05-21-2018 at 03:04 PM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,460

    Re: Dynamic table based off master list that reads through a list of numbers

    Please post the code and/or workbook here, both of which you are allowed to do as a new member. Nobody is going to go hunting for an old thread to help you - sorry,
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    05-20-2018
    Location
    Berkeley, CA
    MS-Off Ver
    Excel 2016
    Posts
    9

    Re: Dynamic table based off master list that reads through a list of numbers

    Hi Ali,

    Sorry about that; the file should be there now.

    Right now the code reads and documents rows with "Series 2, Series1" as one entry, but I want the code to read and document the row in both the "Series 1" and "Series 2" search. Is that possible in excel?

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,534

    Re: Dynamic table based off master list that reads through a list of numbers

    This proposed 'Low Tech' solution employs two helper columns (Column 1 and Column 2) on the Master Table sheet.
    Note that the helper columns could be hidden for aesthetic purposes.
    Column 1 is populated using: =IFERROR(LEFT(D2,SEARCH(",",D2)-1),D2)
    Column 2 is populated using: =IFERROR(RIGHT(D2,SEARCH(",",D2)-1),"")
    On the Dynamic Table sheet the ISBN column is populated using:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    The remaining four columns are populated using (dragged across and copied down): =IF($A4="","",INDEX(Table13[Title],MATCH($A4,Table13[[ISBN]:[ISBN]],0)))
    The count in cell E1 uses: =SUMPRODUCT(--(B4:B22<>""))
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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. Creating a dynamic dropdown list of a selection of a master list
    By RooMar in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 05-15-2015, 05:27 AM
  2. I'm trying to create a list of errors from raw data based on a master list
    By aperring in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-24-2014, 10:47 AM
  3. Replies: 9
    Last Post: 02-26-2014, 04:17 PM
  4. [SOLVED] Dynamic drop down list based on table elements - possible???
    By toblju in forum Excel General
    Replies: 2
    Last Post: 09-14-2013, 07:05 AM
  5. [SOLVED] Filter values based on a master list and an input list
    By PY_ in forum Excel General
    Replies: 8
    Last Post: 04-12-2013, 06:36 AM
  6. Dynamic list based on values on a table
    By adrianodl in forum Excel General
    Replies: 2
    Last Post: 08-21-2012, 11:55 PM
  7. [SOLVED] Creating a grocery list in a new worksheet based on selected items in a master list
    By jacolli4 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-28-2012, 07:53 AM

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