+ Reply to Thread
Results 1 to 4 of 4

Index Match in different sheets and different tables

  1. #1
    Registered User
    Join Date
    12-17-2020
    Location
    London
    MS-Off Ver
    2010
    Posts
    64

    Exclamation Index Match in different sheets and different tables

    Hello

    I wish someone can help solving this issue, and I am attaching an example workbook here.

    I have a workbook with 2 sheets, and 1 table in each one, I need to get the value of one cell in shee2, if all cells in the row matches with the cells in the source table in sheet1.

    Thank you for helping, if any has a solution.

    Attached Files Attached Files
    Last edited by BassemCh; 05-13-2021 at 02:01 PM.

  2. #2
    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
    28,189

    Re: Index Match in different sheets and different tables

    A simple solution is to create a "helper" column concatenate the fields to make a "key"

    =[@Program]&[@Course]&[@[Course ID]]&[@C]

    in sheet2

    =INDEX(tbl_source[Start date],MATCH([Program]&[Course]&[@[Course ID]]&[C],tbl_source[Column1],0))

  3. #3
    Registered User
    Join Date
    12-17-2020
    Location
    London
    MS-Off Ver
    2010
    Posts
    64

    Re: Index Match in different sheets and different tables

    Thank you that works

  4. #4
    Registered User
    Join Date
    12-17-2020
    Location
    London
    MS-Off Ver
    2010
    Posts
    64

    Re: Index Match in different sheets and different tables

    After testing, seems this formula is not working and I'm having lots of #N/A in the cells. Any Idea why I'm having #N/A?

    Thanks again.

+ 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. INDEX MATCH Over Seventeen Tables
    By mb5252 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 06-03-2020, 08:28 PM
  2. [SOLVED] Index Match Between Tables
    By Darko_Giac in forum Excel General
    Replies: 5
    Last Post: 09-19-2018, 03:51 PM
  3. [SOLVED] OFFSET INDEX MATCH MATCH with multple tables
    By Paul103 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-07-2018, 02:29 PM
  4. [SOLVED] INDEX MATCH MATCH with multiple layered tables
    By acenewbie in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 03-07-2018, 11:51 AM
  5. [SOLVED] INDEX/MATCH and SUMIFS with Tables
    By phpolicylady in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 05-17-2017, 10:55 AM
  6. Difference between two tables using index match?
    By TheFab in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-01-2015, 09:38 AM
  7. Index Match Match Formula DOESN'T WORK WITH TABLES/TABLE NAMES ??
    By Underling in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-04-2014, 09:01 PM

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