+ Reply to Thread
Results 1 to 5 of 5

Index and match ?

  1. #1
    Forum Contributor
    Join Date
    01-28-2013
    Location
    Spencerport, NY
    MS-Off Ver
    Excel 2016
    Posts
    270

    Index and match ?

    Hello All

    Not sure if this is possible. I am thinking an index and match, but unsure


    I would like to insert the # found in column C into the Corresponding General procedures( columns D thru Q ) by matching Column B with Column S . The # should be placed into matching column based on table in columns S and T.

    Sorry, this maybe confusing, so I tried to color code what I am trying to do as well
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,515

    Re: Index and match ?

    Try

    in D2

    =IFERROR(IF(VLOOKUP($B2,$S$2:$T$19,2,0)=D$1,$C2,""),"")

    Copy across and down

    Notice change to headings (LOS removed)
    Attached Files Attached Files
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  3. #3
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2404
    Posts
    24,855

    Re: Index and match ?

    Some of your headings D1:Q1 have double spaces which makes things harder. I changed all double spaces to single. Similar some entries in column T had trailing spaces, which I removed.

    The rows with errors have no matching procedure in column S.

    This formula in D2 and copy/paste to fill table:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    It turns out that you were correct that this can be done with INDEX/MATCH but it's better to describe your problem instead of assuming what the solution is.
    Attached Files Attached Files
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  4. #4
    Forum Contributor
    Join Date
    01-28-2013
    Location
    Spencerport, NY
    MS-Off Ver
    Excel 2016
    Posts
    270

    Re: Index and match ?

    Thank you so very much John ! Greatly appreciated

  5. #5
    Forum Contributor
    Join Date
    01-28-2013
    Location
    Spencerport, NY
    MS-Off Ver
    Excel 2016
    Posts
    270

    Re: Index and match ?

    Thank you very much Jeff ! I am grateful !
    Happy Thanksgiving

+ 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. [SOLVED] INDEX+MATCH instead of VLOOKUP+MATCH, why is INDEX a better choice and how to re-write?
    By Renejorgensen in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-23-2016, 10:54 AM
  2. [SOLVED] Index / Match - match 3 input values and return the results from the index
    By t83357 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-08-2016, 07:34 PM
  3. [SOLVED] Match-Index in stead of Index-Match lookup Array among Arrays
    By Numnum in forum Excel General
    Replies: 2
    Last Post: 10-15-2015, 02:08 PM
  4. INDEX MATCH MATCH/OFFSET MATCH MATCH with named ranges
    By Andrew-Mark in forum Excel General
    Replies: 3
    Last Post: 02-27-2015, 10:56 PM
  5. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  6. Replies: 6
    Last Post: 11-08-2013, 10:29 PM
  7. 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