+ Reply to Thread
Results 1 to 7 of 7

MATCH/INDEX Formula Help - Pulling Data

  1. #1
    Forum Contributor
    Join Date
    11-23-2013
    Location
    San Diego
    MS-Off Ver
    Excel 2013
    Posts
    457

    MATCH/INDEX Formula Help - Pulling Data

    In my spreadsheet, I'm looking to match up data from Sheet 1 to Sheet 2. I'd like Sheet 2 to list the 4 names from sheet 1 based on the number given to the name in Column K. Cell C4 in sheet 2 should read Joe and so on and so forth. I'm sure this is an easy formula just learning how it all works. Thanks for your help!
    Attached Files Attached Files

  2. #2
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: MATCH/INDEX Formula Help - Pulling Data

    Try this formula in C4 of Sheet2 and fill down:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  3. #3
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,368

    Re: MATCH/INDEX Formula Help - Pulling Data

    On C4 (Sheet2) and copied down:

    =INDEX(Sheet1!$C$4:$C$7,MATCH(B4,Sheet1!$K$4:$K$7,0))


    or


    =VLOOKUP($B4,CHOOSE({1\2},Sheet1!$K$4:$K$7,Sheet1!$C$4:$C$7),2,0)
    Last edited by azumi; 02-03-2015 at 12:14 AM.

  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: MATCH/INDEX Formula Help - Pulling Data

    In C4 cell of Sheet2


    =INDEX(Sheet1!$C$4:$C$7,MATCH(B4,Sheet1!$K$4:$K$7,0))


    Drag it down...


    If you want to show personalized message when the value does not found in the source list then use IfError() like this...


    In C4 cell of Sheet2


    =IFERROR(INDEX(Sheet1!$C$4:$C$7,MATCH(B4,Sheet1!$K$4:$K$7,0)),"Not Found In Source")


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  5. #5
    Forum Expert
    Join Date
    08-02-2013
    Location
    Québec
    MS-Off Ver
    Excel 2003, 2007, 2013
    Posts
    1,412

    Re: MATCH/INDEX Formula Help - Pulling Data

    Hello again...

    Try this in C4 `
    Please Login or Register  to view this content.
    Last edited by GC Excel; 02-03-2015 at 12:14 AM. Reason: typo in formula
    GC Excel

    If this post helps, then click the star icon (*) in the bottom left-hand corner of my post to Add reputation.

  6. #6
    Forum Contributor
    Join Date
    11-23-2013
    Location
    San Diego
    MS-Off Ver
    Excel 2013
    Posts
    457

    Re: MATCH/INDEX Formula Help - Pulling Data

    Perfect thanks everyone!!

  7. #7
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: MATCH/INDEX Formula Help - Pulling Data

    You're welcome. Thanks for the rep.

+ 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 Formula is pulling incorrect value
    By wghalim in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-17-2014, 08:16 AM
  2. Replies: 1
    Last Post: 05-08-2014, 10:21 AM
  3. [SOLVED] Help-> Index+Match formula pulling wrong values
    By sashafierce in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-29-2013, 07:13 PM
  4. [SOLVED] Index(match not pulling only 2 of five records
    By mmayna03 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-25-2012, 10:45 AM
  5. Index/Match formula not pulling through desired results
    By Climaxgp in forum Excel General
    Replies: 0
    Last Post: 08-02-2010, 08:14 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