+ Reply to Thread
Results 1 to 9 of 9

INDEX & MATCH Function Help

Hybrid View

rajiv.sn78 INDEX & MATCH Function... 11-15-2012, 03:52 AM
Fotis1991 Re: INDEX & MATCH Function... 11-15-2012, 04:05 AM
rajiv.sn78 Re: INDEX & MATCH Function... 11-15-2012, 04:17 AM
e.isayev Re: INDEX & MATCH Function... 11-15-2012, 04:19 AM
Fotis1991 Re: INDEX & MATCH Function... 11-15-2012, 04:23 AM
e.isayev Re: INDEX & MATCH Function... 11-15-2012, 04:15 AM
rajiv.sn78 Re: INDEX & MATCH Function... 11-15-2012, 04:20 AM
rajiv.sn78 Re: INDEX & MATCH Function... 11-15-2012, 04:25 AM
rajiv.sn78 Re: INDEX & MATCH Function... 11-15-2012, 04:31 AM
  1. #1
    Registered User
    Join Date
    03-15-2012
    Location
    India
    MS-Off Ver
    Excel 2010 & 2007
    Posts
    24

    Post INDEX & MATCH Function Help

    Hello,

    I have Two sheets on the attached Workbook:
    • On Summary Sheet I have Scores and data for each employee
    • On Tab Report Card there are two filters and when both Values are true I need respective data from Summary Tab to be extracted on Cells B4 to B13.

    I am unable to get this except for the Emp1. Please help me how I can get this for any employee selected using Index & Match or any other formula...
    Attached Files Attached Files

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: INDEX & MATCH Function Help

    Try this Array one in B5. Same for the others.

    =INDEX(' Summary'!E3:E66000,MATCH('Report Card'!B2&'Report Card'!B3,' Summary'!A3:A66000&' Summary'!B3:B66000,0))
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Registered User
    Join Date
    03-15-2012
    Location
    India
    MS-Off Ver
    Excel 2010 & 2007
    Posts
    24

    Re: INDEX & MATCH Function Help

    I am getting value as 40553

  4. #4
    Registered User
    Join Date
    10-02-2012
    Location
    Baku
    MS-Off Ver
    Excel 2010
    Posts
    273

    Re: INDEX & MATCH Function Help

    Quote Originally Posted by rajiv.sn78 View Post
    I am getting value as 40553
    Its the value of the date, change the cell format as date

  5. #5
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: INDEX & MATCH Function Help

    Format this as a date.

  6. #6
    Registered User
    Join Date
    10-02-2012
    Location
    Baku
    MS-Off Ver
    Excel 2010
    Posts
    273

    Re: INDEX & MATCH Function Help

    I used an arrayy formula, Mix of index, match
    =INDEX(' Summary'!D2:D1000,MATCH(1,(' Summary'!A2:A1000='Report Card'!B2)*(' Summary'!B2:B1000='Report Card'!B3),0))

    its for RM cell,
    for the other criterias change the column names "d2:d1000" to the relevant column

  7. #7
    Registered User
    Join Date
    03-15-2012
    Location
    India
    MS-Off Ver
    Excel 2010 & 2007
    Posts
    24

    Re: INDEX & MATCH Function Help

    TY Eisayew... I did try this but for other criterias it shows #N/A

  8. #8
    Registered User
    Join Date
    03-15-2012
    Location
    India
    MS-Off Ver
    Excel 2010 & 2007
    Posts
    24

    Re: INDEX & MATCH Function Help

    Hey Sorry since its an array I missed to use Cntrl+Shift+Enter...

  9. #9
    Registered User
    Join Date
    03-15-2012
    Location
    India
    MS-Off Ver
    Excel 2010 & 2007
    Posts
    24

    Re: INDEX & MATCH Function Help

    It works Great!!! TY very much ...

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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