+ Reply to Thread
Results 1 to 6 of 6

Multiple results displayed in a vlookup table of data

  1. #1
    Registered User
    Join Date
    02-05-2013
    Location
    Nigeria
    MS-Off Ver
    Excel 2007
    Posts
    10

    Multiple results displayed in a vlookup table of data

    Good Afternoon
    I need to extract multiple date for Mobile numbers that was recharged on different dates.

    I have a data table with all the records and a criteria list with the Mobile numbers

    I would appreciated support on this.

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Multiple results displayed in a vlookup table of data

    Maybe something like this:
    Array formula, entered with Ctrl+Shift+Enter instead of regular Enter + an dropdown

    =IFERROR(INDEX($B$4:$B$69,SMALL(IF($A$4:$A$69=$H$3,ROW($A$4:$A$69)-ROW($A$4)+1),ROWS($A$4:A4))),"")
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    02-05-2013
    Location
    Nigeria
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: Multiple results displayed in a vlookup table of data

    Thanks Paul
    I was hoping to display results adjacent to each number with having to check each number.

    Is this possible?

  4. #4
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Multiple results displayed in a vlookup table of data

    Like this maybe:

    =IFERROR(INDEX($B$4:$B$69,SMALL(IF($A$4:$A$69=$F4,ROW($B$4:$B$69)-MIN(ROW($B$4:$B$69))+1),COLUMNS($F$4:F4))),"")

    Array as well.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    02-05-2013
    Location
    Nigeria
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: Multiple results displayed in a vlookup table of data

    Hi Paul,
    Sorry that I did not get back to you with a response but had to travel urgently.

    I wondering if you could suggest a similar formula that would provide multiple dates at the
    right hand side of the table indicating the dates that the same mobile number was
    recharged during other months.

    I have the Data table of all transactions dating back to June last year positioned
    as the in the first have of the spread sheet which I have checked back to
    using a Vlookup that has brought back a positive or negative result in column "AK"

    I could email you a dropbox link if you would be willing to help

    Many thanks & Kind Regards

  6. #6
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,938

    Re: Multiple results displayed in a vlookup table of data

    Your first attachment was only 11.4 Kb so it seems possible that the data table you are speaking of in post #5 may be uploadable to this site.
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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] vlookup with multiple matches displayed in one cell
    By jaapaap in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 09-08-2017, 03:53 PM
  2. Help Modifying Some Code - Search Results Displayed as Table in Listbox
    By ajiljay in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-27-2017, 09:05 AM
  3. Query results on subform updated but old results stilled displayed
    By menmine5 in forum Access Tables & Databases
    Replies: 1
    Last Post: 09-29-2013, 02:37 AM
  4. Lookup with multiple results to be displayed
    By LottieCampbell in forum Excel General
    Replies: 1
    Last Post: 07-16-2012, 01:27 PM
  5. Replies: 2
    Last Post: 02-03-2012, 12:13 PM
  6. Vlookup data and return results on multiple entries
    By mikeydaman in forum Excel General
    Replies: 18
    Last Post: 08-18-2010, 08:22 AM
  7. Replies: 6
    Last Post: 02-03-2010, 10:57 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