+ Reply to Thread
Results 1 to 4 of 4

Student info (need help)

Hybrid View

kashifshahzad Student info (need help) 07-23-2016, 08:47 AM
southward Re: Student info (need help) 07-23-2016, 09:18 AM
kashifshahzad Re: Student info (need help) 07-23-2016, 09:27 AM
southward Re: Student info (need help) 07-23-2016, 09:28 AM
  1. #1
    Registered User
    Join Date
    05-14-2014
    Location
    Kuwait
    MS-Off Ver
    Excel 2019
    Posts
    46

    Student info (need help)

    I have Two sheets in excel file, Sheet 1 and Sheet 2
    Sheet 1 has different columns class, status, subject1 subject 2, subject N, along with no of pass fail and n.a students info.
    Sheet 2 has columns named Class Subject Passed Failed N.A
    I want to get pass fail and n.a from sheet 1 based on sheet 2 entered Class Subject Passed Failed N.A

    For reference sheet is attached here. please help.
    Attached Files Attached Files
    Last edited by kashifshahzad; 07-23-2016 at 08:50 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    05-08-2015
    Location
    Uvalde, TX
    MS-Off Ver
    2010
    Posts
    720

    Re: Student info (need help)

    Hi,

    Give this a try:

    =INDEX(Sheet1!$C$2:$K$19,MATCH($A4&C$2,Sheet1!$A$2:$A$19&Sheet1!$B$2:$B$19,0),MATCH($B4,Sheet1!$C$1:$K$1,0))
    It is an array formula that needs to be entered with CTRL, SHIFT & ENTER.

    Also need to change: Pass/Passed to match. One or the other. The same with Fail/Failed.
    Also your subjects in Sheet1, "Urd" and "Math" have an extra space at the end of each that needs to be removed.

    See attached example.

    Hope this is helpful.

    Cheers
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    05-14-2014
    Location
    Kuwait
    MS-Off Ver
    Excel 2019
    Posts
    46

    Re: Student info (need help)

    Thank you very much, I really appreciate..

  4. #4
    Valued Forum Contributor
    Join Date
    05-08-2015
    Location
    Uvalde, TX
    MS-Off Ver
    2010
    Posts
    720

    Re: Student info (need help)

    Glad I could be of some assistance

+ 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. Replies: 1
    Last Post: 02-10-2016, 11:26 AM
  2. need cell to populate info from anther sheep depending on info entered.
    By superchew in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-11-2015, 09:03 PM
  3. Replies: 1
    Last Post: 02-06-2014, 08:07 AM
  4. [SOLVED] Cmd to Listbox (Find info in sheet2) copy/paste info to A7 Excel 2007
    By Excelnoub in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 03-14-2013, 09:49 AM
  5. Enter Cell Info, Retrieve Info from Website, Record Results
    By DrSues02 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-17-2009, 09:03 AM
  6. Linking student's name to his grade info
    By Keel McDonald in forum Excel General
    Replies: 3
    Last Post: 09-02-2009, 08:58 AM
  7. Make a sheet with selectable info, send email using info selected
    By DwayneHeight in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-17-2007, 12:18 PM

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