+ Reply to Thread
Results 1 to 5 of 5

Index and Match issues

  1. #1
    Registered User
    Join Date
    07-10-2015
    Location
    New York, NY
    MS-Off Ver
    2013
    Posts
    34

    Index and Match issues

    Hi,

    I'm currently working with this formula: =INDEX($V$4:$AT$4,1,MATCH("X",V5:AT5,0)) and this spreadsheet: DCM_market_update_1-15-16 test.xlsm.

    I'm working with the columns in blue. Wherever there is an 'X', I want to have the corresponding header returned into column "WMVBDs" and there are multiple companies in some of the rows. In the first row, only "Loop" was returned, but I also need "Ramirez" and "Williams" too.

    I'm only a novice and I don't know how to solve this problem....please help!

    Thanks in advance!

  2. #2
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Index and Match issues

    Try these in U5 and copy down
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    07-10-2015
    Location
    New York, NY
    MS-Off Ver
    2013
    Posts
    34

    Re: Index and Match issues

    It only returned the name of the first company in the row even though there are a few.

  4. #4
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Index and Match issues

    Hello, use UDF provided by tigeravater from below
    http://www.excelforum.com/tips-and-t...geravatar.html

    copy paste code in a new module
    open excel sheet you want to work then hit alft+F11 go to insert new module and copy paste code

    then in U5 copy paste below
    =ConcatAll(IF(W5:AT5="X",$W$4:$AT$4,""),",")
    then HOLD CONTROL AND SHIFT TOGETHER AND THEN HIT ENTER TO MAKE IT ARRAY FORMULA

    Red PART "," can be changed to ur desired delimiter in double quotes such as "-" or "|" and so on
    hope this helps
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    WANT TO SAY THANKS, HIT ADD REPUTATION (*) AT THE BOTTOM LEFT CORNER OF THE POST

    More we learn about excel, more it shows us, how less we know about it.

    for chemistry
    https://www.youtube.com/c/chemistrybyshivaansh

  5. #5
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: Index and Match issues

    Quote Originally Posted by Wikster7 View Post
    It only returned the name of the first company in the row even though there are a few.
    You must copy the formula down.
    See the file DCM_market_update_1-15-16 test.xlsm that I send.
    I think we should review the organization you want to give your data depending on the result you want to obtain.
    If you want to get all the names in the same cell. I suggest you think twice
    best regards

+ 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 Function Issues
    By JimmyG. in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-23-2015, 11:38 PM
  2. index match issues
    By carrollkm in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-23-2014, 12:56 AM
  3. [SOLVED] Index/Match issues
    By xxQueenxo in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-25-2014, 12:56 AM
  4. VLOOKUP / INDEX-MATCH issues
    By randrze2 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-07-2013, 02:01 PM
  5. SUMIF's, INDEX, and MATCH issues?
    By neoncorey in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 01-14-2013, 02:02 PM
  6. Index - Offset - Match Issues
    By Ray Wright in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-03-2005, 02:05 AM
  7. [SOLVED] Index and Match issues
    By Mo in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-19-2005, 04:06 PM

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