+ Reply to Thread
Results 1 to 3 of 3

Need some help pulling information

  1. #1
    Registered User
    Join Date
    03-27-2013
    Location
    Boston, MA
    MS-Off Ver
    Excel 2010
    Posts
    50

    Need some help pulling information

    Hi!

    I need some help pulling some information from one excel tab to another. Attached is a document that contains two tabs. The first tab contains a drop down where a user can select a color (cell C3). The second Tab contains a library(or table) that lists all colors, IDs and information.

    I'd like for a user to select a color (ie blue) and the table auto-populate itself on the first tab. I've tried using Vlookup, but it gets messy and cluttered with multiple IDs that correspond to a color.

    Can anyone help?

    Thanks so much
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    02-22-2013
    Location
    London, UK
    MS-Off Ver
    Office 365
    Posts
    1,218

    Re: Need some help pulling information

    In B7:

    =IFERROR(INDEX(Library!$B$3:$E$8,AGGREGATE(15,6,(ROW(Library!$B$3:$E$8)-ROW(Library!$B$2))/(Library!$C$3:$C$8='Search ME'!$C$3),ROWS('Search ME'!$B$7:B7)),COLUMNS('Search ME'!$B$7:B7)),"")

    and copy across.

    See attached.

    EDIT: apologies for missing that this was the VBA part of the forum, happy to provide a VBA solution if needed, but let me know how this one works for you first ...
    Attached Files Attached Files
    Last edited by berlan; 07-07-2015 at 03:22 PM.

  3. #3
    Forum Expert
    Join Date
    06-12-2012
    Location
    Ridgefield Park, New Jersey
    MS-Off Ver
    Excel 2003,2007,2010
    Posts
    10,241

    Re: Need some help pulling information

    Maybe:

    Please Login or Register  to view this content.

+ 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: 2
    Last Post: 09-18-2014, 10:11 AM
  2. Need help pulling information into new sheet!
    By RobertGriffith in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-14-2011, 01:10 PM
  3. Pulling information into another Worksheet
    By colbyjack in forum Excel General
    Replies: 0
    Last Post: 01-18-2011, 11:50 AM
  4. Pulling information from different cells
    By Xenmas in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-10-2009, 09:12 PM
  5. [SOLVED] Pulling information from a list
    By smck in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-26-2006, 01:30 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