+ Reply to Thread
Results 1 to 2 of 2

Trying to get multiple data within the same group (possible a vlookup, not sure)

  1. #1
    Registered User
    Join Date
    10-16-2008
    Location
    Skokie
    Posts
    23

    Trying to get multiple data within the same group (possible a vlookup, not sure)

    Trying to get multiple data within the same group(s) (possible a vlookup or index function, not sure)

    Take a look at the example
    Attached Files Attached Files

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Trying to get multiple data within the same group (possible a vlookup, not sure)

    Put this array formula in E3:

    =IFERROR(INDEX($C$1:$C$10, SMALL(IF($B$1:$B$10=E$2, ROW($B$1:$B$10)), ROWS($A$1:$A1))), "")

    ...confirmed by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. You will know the array is active when you see curly braces { } appear around your formula. If you do not CTRL+SHIFT+ENTER you will get an error or a clearly incorrect answer. Press F2 on that cell and try again.

    Now copy E3 down about 5 rows, and across.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

+ 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. [SOLVED] Use multiple IF to find certain data and group them
    By Tino XXL in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-04-2013, 08:58 AM
  2. Replies: 9
    Last Post: 04-28-2012, 06:12 AM
  3. Replies: 1
    Last Post: 04-09-2012, 09:21 AM
  4. group multiple data in different sheet
    By alibaba in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-06-2006, 02:50 AM
  5. [SOLVED] How do I group multiple data entries in sub-groups
    By bj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-06-2005, 07: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