+ Reply to Thread
Results 1 to 12 of 12

Index Match Excel 2013

Hybrid View

  1. #1
    Registered User
    Join Date
    02-25-2015
    Location
    Atlanta, GA
    MS-Off Ver
    2013
    Posts
    97

    Index Match Excel 2013

    I am still trying to figure out one formula for multi row info.

    Column C =INDEX(DB!E:E,MATCH(B2,DB!D:D,0))
    Column D =INDEX(DB!F:F,MATCH(B2,DB!D:D,0))
    Column E =INDEX(DB!G:G,MATCH(B2,DB!D:D,0))

    Is there a way to pull out multi row info without separate index match in each column? I hope i explained it correctly.
    Attached Files Attached Files

  2. #2
    Forum Expert skywriter's Avatar
    Join Date
    06-09-2014
    Location
    USA
    MS-Off Ver
    365 Version 2505
    Posts
    2,792

    Re: Index Match Excel 2013

    It would be better if you modified your sheet with a before and after view of what you want.
    Thanks.

  3. #3
    Registered User
    Join Date
    02-25-2015
    Location
    Atlanta, GA
    MS-Off Ver
    2013
    Posts
    97

    Re: Index Match Excel 2013

    I am not sure what you ask. I want one formula to pick up multi row info into different columns.

    Old - formula for each column
    Column C =INDEX(DB!E:E,MATCH(B2,DB!D:D,0))
    Column D =INDEX(DB!F:F,MATCH(B2,DB!D:D,0))
    Column E =INDEX(DB!G:G,MATCH(B2,DB!D:D,0))

    New - one formula to pick up the info I tried this formula and could not get it to work...
    Column C =INDEX(DB!E:G,MATCH(B2,DB!D:D,0))
    Last edited by billisnice; 04-04-2015 at 11:41 PM.

  4. #4
    Forum Expert skywriter's Avatar
    Join Date
    06-09-2014
    Location
    USA
    MS-Off Ver
    365 Version 2505
    Posts
    2,792

    Re: Index Match Excel 2013

    Quote Originally Posted by billisnice View Post
    I am not sure what you ask. I want one formula to pick up multi row info into different columns.

    Old - formula for each column
    Column C =INDEX(DB!E:E,MATCH(B2,DB!D:D,0))
    Column D =INDEX(DB!F:F,MATCH(B2,DB!D:D,0))
    Column E =INDEX(DB!G:G,MATCH(B2,DB!D:D,0))

    New - one formula to pick up the info I tried this formula and could not get it to work...
    Column C =INDEX(DB!E:G,MATCH(B2,DB!D:D,0))
    So go into your sheet and hand type what you want the results to be in the cell that you want the results to be in. Make it look like it's already been solved, so we know exactly what you want the results to look like.

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,053

    Re: Index Match Excel 2013

    You mean kike this...
    =INDEX(DB!E:E,MATCH($B2,DB!$D:$D,0))

    Column C =INDEX(DB!E:G,MATCH(B2,DB!D:D,0))
    That wont work. INDEX requires either a single-column range (E:E) or, if you are using an array like that (E:G), then you need to include a 2nd MATCH (or some other value) to indicate the column number
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  6. #6
    Registered User
    Join Date
    02-25-2015
    Location
    Atlanta, GA
    MS-Off Ver
    2013
    Posts
    97

    Re: Index Match Excel 2013

    Is there a youtube on how to set it up to work so i can learn?

    Thanks

  7. #7
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,053

    Re: Index Match Excel 2013

    Does that work for you?

  8. #8
    Registered User
    Join Date
    02-25-2015
    Location
    Atlanta, GA
    MS-Off Ver
    2013
    Posts
    97

    Re: Index Match Excel 2013

    It works for one column, but i would love to learn the array method to save coding. Thanks

  9. #9
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,053

    Re: Index Match Excel 2013

    What do you mean, it works for 1 column?

    C2=INDEX(DB!E:E,MATCH($B2,DB!$D:$D,0))
    then copied across...
    D2=INDEX(DB!F:F,MATCH($B2,DB!$D:$D,0))
    E2=INDEX(DB!G:G,MATCH(D2,DB!$D:$D,0))

  10. #10
    Registered User
    Join Date
    02-25-2015
    Location
    Atlanta, GA
    MS-Off Ver
    2013
    Posts
    97

    Re: Index Match Excel 2013

    In google sheets Column C =INDEX(DB!E:G,MATCH(B2,DB!D:D,0)) will fill in columns e, f and g with just the one formula in E. I guess Excel will not do the same. Thanks for the help!

  11. #11
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,053

    Re: Index Match Excel 2013

    Google does somethings very differently from real excel, I try and avoid using it

  12. #12
    Registered User
    Join Date
    02-25-2015
    Location
    Atlanta, GA
    MS-Off Ver
    2013
    Posts
    97

    Re: Index Match Excel 2013

    I can not find mark as done button?

+ 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 Excel 2013
    By billisnice in forum Excel General
    Replies: 12
    Last Post: 03-24-2015, 01:49 AM
  2. Excel 2013, finding match in cell from range (column)
    By Rob de QUartel in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-14-2014, 05:58 AM
  3. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  4. Replies: 6
    Last Post: 11-08-2013, 10:29 PM
  5. Replies: 3
    Last Post: 05-02-2013, 01:31 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