Results 1 to 2 of 2

Isna/index/match

Threaded View

  1. #1
    Registered User
    Join Date
    10-23-2009
    Location
    USA
    MS-Off Ver
    Excel 2003, 2007, 2010
    Posts
    75

    Isna/index/match

    Hello,



    BELOW CODE INDEX/MATCH HAS TWO CRITERIA WHEN LOOK UP ON MY .xlsb that an active SQL

    So the below CODE populates and creates a matrix in CELLS G5:AA205 from the .xlsb lookups


    I have a excel sheet that is broken down into columns/row. Row 2 is (B#)build numbers 1,2,3,4,5,6,7,8 ETC

    (G2=    H2, I2, J2 ETC
    On that same sheet Column B list all the possible configuration of parts used, each build is per custom order.
    (B5      B6, B7, B8, ETC
    Because I used ISNA it double the size in code below but keeps those nasty #N/A out of my sheet..

    //COLUMN G ROW 5
    =IF(ISNA(INDEX('[MFG SOI List.xlsb]Full Job List'!$U$6:$U$5000,MATCH(B5,IF(G2='[MFG SOI List.xlsb]Full Job List'!G6,'[MFG SOI List.xlsb]Full Job List'!$H$6:$H$5000),0))),
     "",INDEX('[MFG SOI List.xlsb]Full Job List'!$U$6:$U$5000,MATCH(B5,IF(G2='[MFG SOI List.xlsb]Full Job List'!G6,'[MFG SOI List.xlsb]Full Job List'!$H$6:$H$5000),0)))
    
    //COLUMN H ROW 5
    =IF(ISNA(INDEX('[MFG SOI List.xlsb]Full Job List'!$U$6:$U$5000,MATCH(B5,IF(H2='[MFG SOI List.xlsb]Full Job List'!G6,'[MFG SOI List.xlsb]Full Job List'!$H$6:$H$5000),0))),
     "",INDEX('[MFG SOI List.xlsb]Full Job List'!$U$6:$U$5000,MATCH(B5,IF(H2='[MFG SOI List.xlsb]Full Job List'!G6,'[MFG SOI List.xlsb]Full Job List'!$H$6:$H$5000),0)))

    Here is my problem the code populates fine from the .xlsb looking up B#1 but when I look up the next B#2 on the .xlsb it populates B#2 and erases B#1 data off my spreadsheet. I want to retain the previous B# look up and only replace if and when I look it up again.


    Regards,
    MBCMDR
    Last edited by MBCMDR; 03-15-2015 at 12:32 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. IF(ISNA(INDEX,Match)
    By prince_xavier2001 in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 08-22-2013, 08:23 PM
  2. ISNA INDEX Match Formula help
    By tcandls in forum Excel - New Users/Basics
    Replies: 10
    Last Post: 05-01-2012, 02:54 PM
  3. IF(ISNA) and Index Match
    By JO505 in forum Excel General
    Replies: 2
    Last Post: 11-30-2011, 06:13 PM
  4. ISNA If Index Match formulas
    By Zimmerman in forum Excel General
    Replies: 5
    Last Post: 07-08-2010, 02:05 PM
  5. IF ISNA and INDEX MATCH together
    By certain_death in forum Excel General
    Replies: 5
    Last Post: 02-11-2009, 10:38 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