+ Reply to Thread
Results 1 to 3 of 3

Vlook up with Unique Id Returning Multiple values,show multiple rows based on unique ID

  1. #1
    Registered User
    Join Date
    02-06-2013
    Location
    Bangalore
    MS-Off Ver
    Excel 2007
    Posts
    2

    Vlook up with Unique Id Returning Multiple values,show multiple rows based on unique ID

    Hi, everyone,

    I have a set of values as shown below in sheet1. All I need to do is I need to retrieve this info in sheet 2 when I enter the ID as shown below. I have tried with vloopup formula, but I am able to get only one value which is on the top and not the rest, please help me to do it.

    sheet1
    ---------------------------------------------
    ID Email Status Need Renewal
    0001 [email protected] Active No
    0001 [email protected] Active No
    0001 [email protected] Active No
    0001 [email protected] Inactive Yes
    0002 [email protected] Inactive Yes
    0002 [email protected] Inactive Yes
    0002 [email protected] Inactive Yes
    0003 [email protected] Active No
    0004 [email protected] Inactive Yes
    0004 [email protected] Active No

    -------------------------------------------

    sheet2
    -----------------------------------------
    Enter ID= 0001

    Details

    ID Email Status Need Renewal
    ----------------------------------------------
    0001 [email protected] Active No
    0001 [email protected] Active No
    0001 [email protected] Active No
    0001 [email protected] Inactive Yes
    ---------------------------------------------

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Vlook up with Unique Id Returning Multiple values,show multiple rows based on unique I

    hi nuthan, welcome to the forum. you may try this array formula in the Sheet2 if ID is in B1:
    =IFERROR(INDEX(Sheet1!A$2:A$11,SMALL(IF(Sheet1!$A$2:$A$11=$B$1,ROW(Sheet1!$B$2:$B$11)-ROW(Sheet1!$B$2)+1),ROWS(A$3:A3))),"")

    you have to paste the formula inside the formula bar & press CTRL + SHIFT + ENTER. When done correctly, you should see curly brackets surrounding it
    Attached Files Attached Files

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    02-06-2013
    Location
    Bangalore
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Vlook up with Unique Id Returning Multiple values,show multiple rows based on unique I

    Thank you Ben, It is working fine, Thank you for your effort once again.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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