+ Reply to Thread
Results 1 to 8 of 8

VLookup - Match- INDEX with multiple values across sheets

  1. #1
    Registered User
    Join Date
    06-07-2018
    Location
    Denmark
    MS-Off Ver
    2016
    Posts
    4

    VLookup - Match- INDEX with multiple values across sheets

    Hi All,

    I have two sheets that I am working on ='Table Of Values'! and ='Report Template'!.

    In cell AE14 of the sheet ='Report Template'! I have the name of the city. I would like to match and list the related data of the column "Location Rates" that are in T9:T192 in ='Table Of Values'! based on the city name. I also need the name of the Location Rates' Owner Property which is listed in A9:A192. I would like to collect the listed Location Rate and the Location Rate Owner Property values in ='Report Template'!. Cities are listed in C9:C192 in ='Table Of Values'!. How can I do this?

    Please help.

  2. #2
    Registered User
    Join Date
    04-14-2014
    Location
    Philippines
    MS-Off Ver
    Excel 2010
    Posts
    97

    Re: VLookup - Match- INDEX with multiple values across sheets

    I would suggest if you can provide a sample of your worksheet and you will be help more.

    regards,
    Rev12

  3. #3
    Registered User
    Join Date
    06-07-2018
    Location
    Denmark
    MS-Off Ver
    2016
    Posts
    4

    Re: VLookup - Match- INDEX with multiple values across sheets

    Hi Rev12,

    Thank you so much for your time and offer to help!

    I prepared the attached example. Will you be able to help? I am really desperate.
    Attached Files Attached Files

  4. #4
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Cool Re: VLookup - Match- INDEX with multiple values across sheets

    you've Excel 2016 so try PowerQuery (Get&Transform)
    Attached Files Attached Files

  5. #5
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,768

    Re: VLookup - Match- INDEX with multiple values across sheets

    In B7

    =IFERROR(INDEX(Tabel1[Code],SMALL(IF(Tabel1[City]='Report Sample'!$C$2,ROW(Tabel1[Code])-ROW($A$4)+1,""),ROWS($1:1))),"")

    in C7

    =IFERROR(INDEX(Tabel1[Code],SMALL(IF(Tabel1[City]='Report Sample'!$C$2,ROW(Tabel1[Code])-ROW($A$4)+1,""),ROWS($1:1))),"")

    Enter BOTH ...



    ...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.

    THEN copy down

  6. #6
    Registered User
    Join Date
    04-14-2014
    Location
    Philippines
    MS-Off Ver
    Excel 2010
    Posts
    97

    Re: VLookup - Match- INDEX with multiple values across sheets

    Quote Originally Posted by tylops View Post
    Hi Rev12,

    Thank you so much for your time and offer to help!

    I prepared the attached example. Will you be able to help? I am really desperate.


    You can make it easy in a PivotTable I make a sample from you worksheet and a formula if you wish to as below;

    Under Code 'Report Sample' Sheet
    =IFERROR(INDEX(Tabel1[Code],SMALL(IF(Tabel1[City]=$C$2,ROW(Tabel1[Code])-ROW($A$4)+1,""),ROWS($1:1))),"")

    Under Location Rate 'Report Sample' Sheet
    =IFERROR(INDEX(Tabel1[Location Rate],SMALL(IF(Tabel1[City]=$C$2,ROW(Tabel1[Location Rate])-ROW($A$4)+1,""),ROWS($1:1))),"")

    you need to press Ctrl + Shift + Enter (because it's an array fuction)
    and copy down to corresponding fieldnames

    hope it helps,
    Rev12
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    06-07-2018
    Location
    Denmark
    MS-Off Ver
    2016
    Posts
    4

    Re: VLookup - Match- INDEX with multiple values across sheets

    Thank you all!! You are life savers...

  8. #8
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: VLookup - Match- INDEX with multiple values across sheets

    You are welcome

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ 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. Two Criteria Index Match on Multiple Sheets with Multiple Values
    By MegganM in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-21-2016, 09:51 PM
  2. Replies: 1
    Last Post: 06-18-2015, 08:45 AM
  3. Vlookup or Index Match to check value across multiple sheets
    By HB07 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-03-2015, 03:57 AM
  4. Vlookup or Index Match to populate multiple values
    By HB07 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-30-2015, 05:18 AM
  5. [SOLVED] Vlookup/Index/Match on multiple sheets data
    By yabi0823 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-30-2014, 03:47 PM
  6. [SOLVED] Two criteria Index Match on multiple sheets returning multiple values
    By Joak in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-21-2014, 10:03 AM
  7. Vlookup (or index/match) with multiple criteria over multiple sheets
    By Groovicles in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-18-2013, 01:56 PM

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