+ Reply to Thread
Results 1 to 7 of 7

INDEX , MATCH ,INDIRECT Combined usage example - Pls

  1. #1
    Registered User
    Join Date
    12-13-2012
    Location
    indian
    MS-Off Ver
    Excel 2010
    Posts
    3

    Exclamation INDEX , MATCH ,INDIRECT Combined usage example - Pls

    INDEX, MATCH & INDIRECT combined usage
    Want to retrieve data based on a matching condition from a dynamic sheet reference.
    say for eg

    Sheet 1
    ======
    Student Name | Subject | Marks
    ----------------------------------
    Bill | English | ??
    Bob |Maths | ??
    Mak | Science |??

    Bill (sheet2 name)
    =============
    Student Name | Section | Subject | Marks
    -------------------------------------------
    Bill | A | English | 90

    Now let me know how can I use INDEX, MATCH & INDIRECT functions to retrieve value in column Marks in Sheet 1 C2. Say C2 in sheet 1 should display 90
    Tried Vlookup & indirect in the following way did not worked out got #NA result
    =VLOOKUP($A2,INDIRECT("'"&$B2&"'!A:K"),3,FALSE)

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

    Re: INDEX , MATCH ,INDIRECT Combined usage example - Pls

    It will be helpful if you attach a sample workbook with expected output for our better understanding.


    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

  3. #3
    Registered User
    Join Date
    12-13-2012
    Location
    indian
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: INDEX , MATCH ,INDIRECT Combined usage example - Pls

    provided sample attachment of the same.
    Expected output in Summary Sheet , C2 column is 90 .
    Attached Files Attached Files

  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: INDEX , MATCH ,INDIRECT Combined usage example - Pls

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

  5. #5
    Valued Forum Contributor
    Join Date
    10-29-2012
    Location
    Mojokerto,Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    554

    Re: INDEX , MATCH ,INDIRECT Combined usage example - Pls

    write at C2
    =INDEX(INDIRECT($A2&"!D:D");MATCH(Summary!B2;INDIRECT($A2&"!C:C");0))

    copy down

  6. #6
    Registered User
    Join Date
    12-06-2012
    Location
    mumbai
    MS-Off Ver
    Excel 2010
    Posts
    23

    Re: INDEX , MATCH ,INDIRECT Combined usage example - Pls

    Hi txd,
    hope this is your desired sol.

    please find the attached file .
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    12-13-2012
    Location
    indian
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: INDEX , MATCH ,INDIRECT Combined usage example - Pls

    Thanks .. It works ...!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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