+ Reply to Thread
Results 1 to 4 of 4

Dynamic Shortlist a Table

  1. #1
    Registered User
    Join Date
    08-03-2015
    Location
    usa
    MS-Off Ver
    2013
    Posts
    8

    Dynamic Shortlist a Table

    Hello

    I am not sure how to describe what I want better than the below sheet:

    1) I have a table as below where we add quantities to items. TABLE A as in sheet
    2) I Want to have TABLE B populate as per the attached sheet (only the items that has a quantity to be listed)

    Thanks for your help.

    Regards

    RS
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,711

    Re: Dynamic Shortlist a Table

    You can put this formula in cell D2:

    =IF(C2>0,MAX(D$1:D1)+1,"-")

    Copy this down as far as you like beyond your data, in order to accommodate new data being added. Then you can use this formula in F2:

    =IFERROR(INDEX(A:A,MATCH(ROWS($1:1),$D:$D,0)),"")

    Copy across into G2:H2, then copy the 3 formulae in F2:H2 down as far as you need them.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    08-03-2015
    Location
    usa
    MS-Off Ver
    2013
    Posts
    8

    Re: Dynamic Shortlist a Table

    This is outstanding!

    Thanks a million

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,711

    Re: Dynamic Shortlist a Table

    You're welcome - thanks for the rep.

    If that takes care of your original question, please take a moment to select Thread Tools from the menu above your first post and mark this thread as SOLVED.

    Pete

+ 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. Wants to Create Dynamic Chart basis on Dynamic Table
    By Nisha Dhawan in forum Excel General
    Replies: 6
    Last Post: 04-30-2015, 12:08 AM
  2. Replies: 10
    Last Post: 10-09-2014, 06:20 PM
  3. Replies: 9
    Last Post: 02-26-2014, 04:17 PM
  4. [SOLVED] Dynamic Table Range, Dynamic Columns
    By bimo in forum Excel General
    Replies: 6
    Last Post: 06-24-2013, 08:16 AM
  5. Dynamic table formula for sorting data to another table dynamic
    By 650dozer in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-21-2012, 07:22 PM
  6. Creating a shortlist of values from locating X's
    By Brelin in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-01-2008, 04:29 AM
  7. Replies: 1
    Last Post: 06-30-2005, 02:05 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