+ Reply to Thread
Results 1 to 5 of 5

Index Match Issue Not Working in all the cells

  1. #1
    Registered User
    Join Date
    08-24-2011
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    17

    Index Match Issue Not Working in all the cells

    Hi,
    I'm trying to lookup values from components sheet into Sub Assemblies sheet with specific criteria, my formula is working in few cells but not for all.
    Also, advice if the formula that i have used is correct or not.
    Can someone help me on this please.
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    06-02-2012
    Location
    London, England
    MS-Off Ver
    365
    Posts
    397

    Re: Index Match Issue Not Working in all the cells

    Change the bits in red:
    =INDEX(Components!$C$3:$P$42,MATCH(C3,Components!$A$3:$A$42,0),MATCH(B3,Components!$C$2:$P$2,0))

    B.

  3. #3
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Index Match Issue Not Working in all the cells

    Use this formula instead:
    =SUMPRODUCT((Components!$A$3:$A$42=C3)*(Components!$C$2:$P$2=B3)*Components!$C$3:$P$42)
    Click the * to say thanks.

  4. #4
    Registered User
    Join Date
    08-24-2011
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    17

    Re: Index Match Issue Not Working in all the cells

    Thanks B M H O M D !!!

  5. #5
    Registered User
    Join Date
    08-24-2011
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    17

    Re: Index Match Issue Not Working in all the cells

    Thanks a Lot Paul !!!

+ 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 Match - 2 x Vertical Lookups - Not working as it should
    By seash in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-11-2016, 09:58 AM
  2. [SOLVED] help index and match macro not working but formula working??
    By JEAN1972 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 02-28-2016, 06:37 AM
  3. Issue: Only returning 1st match on Index/Match
    By tbr2891 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-21-2014, 11:54 AM
  4. [SOLVED] Match Issue - Consolidate Columns of Data With Match/Index/etc?
    By excelsior123 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-03-2014, 05:14 PM
  5. Correct/Working (Index,Match) formula not working between cells
    By barnerd in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 02-11-2014, 01:20 PM
  6. Index & Match - not working on merged cells
    By sm.salford in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-17-2013, 05:01 PM
  7. Replies: 2
    Last Post: 05-24-2013, 09:32 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