Results 1 to 11 of 11

index,match, mmult, Fomula not working properly

Threaded View

  1. #1
    Registered User
    Join Date
    11-22-2022
    Location
    usa
    MS-Off Ver
    365
    Posts
    11

    index,match, mmult, Fomula not working properly

    see attachtment.
    i have data that looks like this
    a b c d e f g
    1 1000 2 3 5 449
    2 1001 91 92 93 94 95 43
    3 1001 96
    4 1002 97 98 99 100 101
    5 1002 97 98 99 100 101
    6 1001 102 104 417
    the formula in column a is
    =IFERROR(INDEX($A$2:$A2,MATCH(1,MMULT(--($B$2:$H2=$B3),TRANSPOSE(COLUMN($B$2:$H2)^0)),0)),IFERROR(INDEX($A$2:$A2,MATCH(1,MMULT(--($B$2:$H2=$C3),TRANSPOSE(COLUMN($B$2:$H2)^0)),0)),IFERROR(INDEX($A$2:$A2,MATCH(1,MMULT(--($B$2:$H2=$D3),TRANSPOSE(COLUMN($B$2:$H2)^0)),0)),IFERROR(INDEX($A$2:$A2,MATCH(1,MMULT(--($B$2:$H2=$E3),TRANSPOSE(COLUMN($B$2:$H2)^0)),0)),IFERROR(INDEX($A$2:$A2,MATCH(1,MMULT(--($B$2:$H2=$F3),TRANSPOSE(COLUMN($B$2:$H2)^0)),0)),IFERROR(INDEX($A$2:$A2,MATCH(1,MMULT(--($B$2:$H2=$G3),TRANSPOSE(COLUMN($B$2:$H2)^0)),0)),MAX(A$2:A2)+1))))))

    i have random data in columns b-h. my goal is to find any overlapping data. as i insert new row of data in column b-h, i am trying to find rows above it sharing any of the numbers and if it finds one above it it should share the same "ID" in column a. if it doesnt find it should insert the next "ID" number. in my example row 3 should automatically update to "1003" being that "96" isnt found in any rows above it. the formula works well as long as there is no data in column g. however as soon as i put data in column g the next row doesnt update properly. what is wrong with my formula.

    thanks
    Attached Files Attached Files
    Last edited by excel wannabe pp; 02-07-2024 at 06:55 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Index match formula not working properly, keeps returning 0
    By reddwarf in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 06-23-2023, 11:47 AM
  2. [SOLVED] Index/Match formula not working properly from data in Pivot Tables - HELP!
    By Pooger in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-07-2020, 04:24 PM
  3. Index Match formula not working properly
    By nikhil.mehta in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-24-2020, 06:33 AM
  4. [SOLVED] Index Match fomula, How to remove duplicates ?
    By garashidi in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-05-2019, 08:23 AM
  5. error N/A when use index and match fomula
    By thaimic in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-13-2016, 04:12 AM
  6. Index and Match across multiple rows and columns look up not working properly
    By jollyfella in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-09-2015, 12:06 AM
  7. [SOLVED] Multiple IF's & Index/Match - Not working properly
    By Pooger in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-10-2015, 04: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