+ Reply to Thread
Results 1 to 4 of 4

Return Multiple Lookup Values to One Cell

  1. #1
    Registered User
    Join Date
    11-05-2014
    Location
    SF
    MS-Off Ver
    Excel 2010
    Posts
    39

    Return Multiple Lookup Values to One Cell

    I have 2 tabs. I can't vlookup because I need to be alerted if there are multiple answers for each FeatureID from the other tab. I would prefer if I could potentially have every answer populate in one cell, separated by a comma/space, but am not picky. Instead, for those that have multiple answers, it can just say "Multiple."

    I have attached a spreadsheet to show you what I mean.

    Thanks in advance for you assistance!

    -Excelnoob

    ExcelForum1.xlsxExcelForum1.xlsx
    Last edited by excelnoob927; 12-23-2014 at 03:38 PM.

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Return Multiple Lookup Values to One Cell

    In B4, enter =IF(COUNTIF(DPOB!$B$4:$B$14,Master!A4)>1, "Multiple", IF(COUNTIF(DPOB!$B$4:$B$14,Master!A4)=1,INDEX(DPOB!$A$4:$A$14,MATCH(Master!A4,DPOB!$B$4:$B$14,0)),"")) and drag it down

  3. #3
    Forum Contributor
    Join Date
    12-23-2003
    Posts
    179

    Re: Return Multiple Lookup Values to One Cell

    Are you allowed to have a solution using a function in VBA?

  4. #4
    Registered User
    Join Date
    11-05-2014
    Location
    SF
    MS-Off Ver
    Excel 2010
    Posts
    39

    Re: Return Multiple Lookup Values to One Cell

    Got it. Thanks for the equation!

+ 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. Lookup to return multiple cell values
    By gee83 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 02-11-2014, 09:20 AM
  2. [SOLVED] lookup multiple values of a single cell and return sum of results
    By Zeppelin17 in forum Excel General
    Replies: 7
    Last Post: 08-10-2011, 07:09 PM
  3. Replies: 4
    Last Post: 07-07-2006, 08:55 AM
  4. Using a lookup to return multiple values in one cell??
    By zim_zimmer in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-07-2006, 08:10 AM
  5. [SOLVED] Using a lookup to return multiple values in one cell??
    By zim_zimmer in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 07-07-2006, 05:35 AM

Tags for this Thread

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