+ Reply to Thread
Results 1 to 10 of 10

Problem with reference to multiple arrays in INDEX/MATCH combo

  1. #1
    Forum Contributor
    Join Date
    09-20-2012
    Location
    Norge
    MS-Off Ver
    Excel 2007
    Posts
    114

    Problem with reference to multiple arrays in INDEX/MATCH combo

    Hello,

    I have been searching around for a solution for this for a while. Seems that several People have the same issue only i cannot get any of the solutions given to other People to work in my case.

    I simply want to do a VLOOKUP in several separate tables (3 to be excact). By Reading many other post they all come up With the solution to use the INDEX-MATCH instead.

    I´ve tried this countless of times, but no matter what I do I´m still stuck With the excact same problem.

    Using VLOOKUP I can manage fine to Reference to ONE singel table, that´s no problem. And when trying to use the INDEX-MATCH I can also get it to work as long as I only Reference to ONE singel table. In other Words, both Methods give me the same non satisfactory result.

    I´m positiv that my coding would be the problem so I would really appreciate if anyone could solve the lookup in the following file that does not work.

    Multiple tables problem.xlsm
    Thanks in advance

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Problem with reference to multiple arrays in INDEX/MATCH combo

    see the attached file
    Attached Files Attached Files

  3. #3
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,586

    Re: Problems with reference to multiple arrays using VLOOKUP / INDEX-MATCH

    Pl see attached file.
    Attached Files Attached Files

  4. #4
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Problems with reference to multiple arrays using VLOOKUP / INDEX-MATCH

    Welcome to the Forum, unfortunately:

    This is a duplicate post and as such does not comply with Rule 5 of our forum rules. This thread will now be closed, you may continue in your other thread.

    Thread Closed.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  5. #5
    Forum Contributor
    Join Date
    08-14-2013
    Location
    Here and there
    MS-Off Ver
    Excel 2010
    Posts
    376

    Re: Problem with reference to multiple arrays in INDEX/MATCH combo

    So as I'm not a VBA user (I know, I should be) I tend to use VLOOKUP, or INDEX and MATCH for such problems.

    Anyway, having admitted my limitations find attached an example of doing what you want without VBA and Combo boxes.

    VLOOKUP - Multiple tables.xlsx

    Cheers,

  6. #6
    Forum Contributor
    Join Date
    09-20-2012
    Location
    Norge
    MS-Off Ver
    Excel 2007
    Posts
    114

    Re: Problem with reference to multiple arrays in INDEX/MATCH combo

    Quote Originally Posted by nflsales View Post
    see the attached file
    Thank you for effort in finding a solution. I see that Your Excel file does work but when I through that same formula into the real Excel file, only changing the Cell referenced to and array, I cannot get it to work

    Another thing is also this: After this one ROW where the machinemodel is choosen there are about 20 more ROWS under that one for the configuration of the model. This means that there has to be some set of rules that say IF choosen model is for example Kyocera FS-2026MFP+ then all the 20 ROWS under only show the possible items that og along With that machinemodel. This way the machine cannot be configured wrong.

    In other Words, even if I was to get Your formula to work, is there a way to add rules/events to the procedure as well?

    This was the reason I started out using ComboBoxes. The only problem With them is that I have to program each and every singel thing for all 20 CB´s as they are all on seperate ROW´s.

  7. #7
    Forum Contributor
    Join Date
    09-20-2012
    Location
    Norge
    MS-Off Ver
    Excel 2007
    Posts
    114

    Re: Problem with reference to multiple arrays in INDEX/MATCH combo

    Quote Originally Posted by Ursul View Post
    So as I'm not a VBA user (I know, I should be) I tend to use VLOOKUP, or INDEX and MATCH for such problems.

    Anyway, having admitted my limitations find attached an example of doing what you want without VBA and Combo boxes.

    Attachment 260387

    Cheers,
    Hi Ursul,

    Thanks for Your effort as well Please see my other postreply to nflsales for my NeXT steps. Your solution would also give me the same Challenge. I Guess I should have mentioned my NeXT step in my orginal post. I see now that this changes the possible solutions here....

  8. #8
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Problem with reference to multiple arrays in INDEX/MATCH combo

    @TNUIS - Welcome to the Forum, unfortunately:

    Your duplicate thread did not comply with Rule 5 of our forum rules, and possibly wasted the valuable time of one or more of our contributors.. This thread have been merged so everyone can actually see everyone's efforts so far and decide what to do next.


    When you joined the forum recently you agreed to abide by the Forum Rules, but in haste I fear you might not have actually read them. Please stop and take a moment to read them now. We all follow these rules for the benefit of all, as must you. Thanks.

    (link above in the menu bar)
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  9. #9
    Forum Contributor
    Join Date
    09-20-2012
    Location
    Norge
    MS-Off Ver
    Excel 2007
    Posts
    114

    Re: Problem with reference to multiple arrays in INDEX/MATCH combo

    Hello JBeaucaire.
    I knew this but I realized that my thread should have been in a different section and I am unable to delete the first thread once posted. This is why this happened.
    I would appreciate if you could tell me how to delete wrongly posted threads. Thanks

  10. #10
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Problem with reference to multiple arrays in INDEX/MATCH combo

    You can click on the REPORT link in the lower left corner of any of your posts to send us a message regarding the post you need help deleting/moving/editing. We'll help as quickly as we can.

+ 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. Replies: 7
    Last Post: 01-10-2017, 11:11 PM
  2. [SOLVED] Index & Match returning incorrect value. Arrays fixed and exact match used.
    By SDes in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-07-2012, 08:29 PM
  3. VBA match index, display multiple values with selectable reference file path
    By Undru in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-29-2011, 06:25 AM
  4. Using INDEX MATCH to reference multiple sheets
    By myshadeofglory in forum Excel General
    Replies: 3
    Last Post: 10-22-2011, 07:31 AM
  5. INDEX & MATCH multiple values problem
    By clarkejoe in forum Excel General
    Replies: 8
    Last Post: 08-22-2011, 08:30 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