+ Reply to Thread
Results 1 to 8 of 8

trying use index match to pull information from database to individual sheet

  1. #1
    Registered User
    Join Date
    10-28-2015
    Location
    USA
    MS-Off Ver
    2013
    Posts
    14

    trying use index match to pull information from database to individual sheet

    I have a data base of information. I want to pull out all the information from that database into a new sheet based off a single criteria. So in attached sheet, I have list of trading cards, on sheet 2 if i put a name in the yellow box, all of that persons cards will be listed only..... This is driving me nuts
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    09-20-2011
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    2,278

    Re: trying use index match to pull information from database to individual sheet

    Hello
    Take a look at the attached reply. It uses an helper column to bring back the relevant rows of data. This could be replaced with an array formula if needed. Also a pivot table might be a non-formula option.

    Hope this helps.
    DBY
    Attached Files Attached Files

  3. #3
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: trying use index match to pull information from database to individual sheet

    Hi
    This is my resolution with a extra column

    Select Sheet2!L5:L45 and put the array formula

    =IFERROR(SMALL(IFERROR((1/--('Inventory of Cards'!$F$6:$F$180=Sheet2!A2)*ROW(A6:A180)),""),ROW(A1:A180)),"")

    Select Sheet2!A5:K5 and put the array formula

    =IFERROR(OFFSET('Inventory of Cards'!$A$1:$K$1,Sheet2!L5-1,0),"")

    Copy A5:K5 down

    See the file Card Inventory Help.xlsm

  4. #4
    Registered User
    Join Date
    10-28-2015
    Location
    USA
    MS-Off Ver
    2013
    Posts
    14

    Re: trying use index match to pull information from database to individual sheet

    Quote Originally Posted by DBY View Post
    Hello
    Take a look at the attached reply. It uses an helper column to bring back the relevant rows of data. This could be replaced with an array formula if needed. Also a pivot table might be a non-formula option.

    Hope this helps.
    DBY
    It does help - however I was trying to do it with an array, If i have 100 or 200 different names it may be easier -- can you help with that? THANK YOU so much

  5. #5
    Forum Expert
    Join Date
    09-20-2011
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    2,278

    Re: trying use index match to pull information from database to individual sheet

    The helper column applies to the rows in the 'Inventory of Cards' sheet. An array is less efficient and the number of names will make no difference as you're only selecting one at a time. The validation list for the name lookup however, is going to be a long one. Is the Inventory of Cards table fixed or will it be expanding? If so it would help to convert it into an Excel table which is dynamic.

  6. #6
    Registered User
    Join Date
    10-28-2015
    Location
    USA
    MS-Off Ver
    2013
    Posts
    14

    Re: trying use index match to pull information from database to individual sheet

    It will be expanding -- I have no idea how to convert to Excel table --- Im trying to teach myself as I go along and need things

  7. #7
    Forum Expert
    Join Date
    09-20-2011
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    2,278

    Re: trying use index match to pull information from database to individual sheet

    Here's a Table version with the helper column. The formulas are added as you enter new data. The column can be hidden if needed. There's also a Pivot example.
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    10-28-2015
    Location
    USA
    MS-Off Ver
    2013
    Posts
    14

    Re: trying use index match to pull information from database to individual sheet

    I really like they both work... thank you for your help...... now i need to learn how you did that

+ 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. Replies: 3
    Last Post: 10-01-2014, 03:53 PM
  2. Replies: 2
    Last Post: 01-14-2014, 08:31 PM
  3. Need Help: Pull Data from another Sheet using INDEX, MATCH functions etc
    By eummagic in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-21-2013, 01:45 AM
  4. Macro to log-in to website and pull information to database
    By junebride19 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-25-2012, 10:58 AM
  5. Replies: 8
    Last Post: 07-09-2012, 02:38 PM
  6. Replies: 8
    Last Post: 03-22-2012, 03:02 PM
  7. Match Index from Data sheet to Individual Sheet
    By dawnmau in forum Excel General
    Replies: 5
    Last Post: 06-21-2010, 02:47 PM

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