+ Reply to Thread
Results 1 to 5 of 5

Vlookup for multiple columns across table without dynamic array for older Excel versions

  1. #1
    Forum Contributor
    Join Date
    01-16-2014
    Location
    Poland
    MS-Off Ver
    Excel 2016-365
    Posts
    2,940

    Vlookup for multiple columns across table without dynamic array for older Excel versions

    Hi Guys,

    I am looking for solution for Excel 2010 but maybe it is possible without dynamic array.

    I have input data like here:
    Screenshot_16.png

    and now from source table i need to retrive all variables from System column characteristic for key "Topo1"&"Tier1".

    Screenshot_17.png

    Expected result is array:

    Screenshot_18.png

    Can anybody help?

    If it is not possile without dynami array, please help with dynamic array approach.

    Best Wishes,
    Jacek
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,135

    Re: Vlookup for multiple columns across table without dynamic array for older Excel versio

    How about
    In C4 copied down
    =IFERROR(INDEX(Table1[System],AGGREGATE(15,6,(ROW(Table1[System])-ROW(SourceTable!$C$2)+1)/((Table1[Topology]=C$3)*(Table1[Tier]=D$3)),ROWS(C$4:C4))),"")

  3. #3
    Forum Contributor
    Join Date
    01-16-2014
    Location
    Poland
    MS-Off Ver
    Excel 2016-365
    Posts
    2,940

    Re: Vlookup for multiple columns across table without dynamic array for older Excel versio

    Thank you very much!

    O wow i am not good with this fancy formulas.
    But from office 2016 it will be not a problem, using FILTER and UNIQUE will solve the problem easily.

    Best,
    Jacek

  4. #4
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,135

    Re: Vlookup for multiple columns across table without dynamic array for older Excel versio

    You're welcome & thanks for the feedback.

    If you are using Excel 2016, then you do not have Filter or Unique.
    If you do have them, then you are running 365, in which case you need to update your profile.

  5. #5
    Forum Contributor
    Join Date
    01-16-2014
    Location
    Poland
    MS-Off Ver
    Excel 2016-365
    Posts
    2,940

    Re: Vlookup for multiple columns across table without dynamic array for older Excel versio

    O wow,

    thanks this is important!

    Jacek

+ 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. MinIFS() for older versions of excel help.
    By MarvinP in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 08-31-2020, 01:09 AM
  2. [SOLVED] Sort problem with older versions of excel
    By scrabtree23 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-14-2020, 03:55 PM
  3. Simulating conditions of older Excel versions
    By chengafni in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-29-2016, 10:21 AM
  4. Drop-down lists in older versions of Excel
    By nclark52 in forum Excel General
    Replies: 1
    Last Post: 09-29-2015, 05:52 PM
  5. Replies: 4
    Last Post: 07-18-2014, 02:05 AM
  6. [SOLVED] Using Older versions of ms excel with 2003
    By BassJay in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-18-2005, 02:05 PM
  7. Older versions of Excel
    By Jaygirl44 in forum Excel General
    Replies: 0
    Last Post: 05-13-2005, 06:21 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