+ Reply to Thread
Results 1 to 11 of 11

Index & Match to Bring Over Information

  1. #1
    Registered User
    Join Date
    03-25-2013
    Location
    Reading, England
    MS-Off Ver
    Excel 2010
    Posts
    81

    Index & Match to Bring Over Information

    I've got a spreadsheet where on 1 tab I have a collective amount of information and then for each individual student they have their own tab.

    I'm trying to work out how I get the information from column 1 on sheet 1 onto the students individual tab if there is a mark entered for that module code.

    Because there is likely to be a collective list of nearly 50 odd module codes I only want to see on the students individual tab what they have a mark for.

    Any help will be great appreciated.
    Attached Files Attached Files

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Index & Match to Bring Over Information

    All of the sheets (except Sheet1) are blank.

    Instead of us guessing on what those sheets look like, I recommend updating your sample to include that.
    Include the desired results, which you can enter manually.

  3. #3
    Forum Expert WideBoyDixon's Avatar
    Join Date
    10-03-2016
    Location
    Sheffield, UK
    MS-Off Ver
    365
    Posts
    2,182

    Re: Index & Match to Bring Over Information

    Based on your example and using a complex array formula which has to extract the tab name, I came up with the following in A1 of tab "123456":

    Please Login or Register  to view this content.
    If the students are not actually numbers then you may need to remove the "+0" both times it occurs. See attached example.

    WBD
    Attached Files Attached Files
    Office 365 on Windows 11, looking for rep!

  4. #4
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,577

    Re: Index & Match to Bring Over Information

    I eac sheet in B2 then dragged across
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

  5. #5
    Registered User
    Join Date
    03-25-2013
    Location
    Reading, England
    MS-Off Ver
    Excel 2010
    Posts
    81

    Re: Index & Match to Bring Over Information

    Hi All,

    Really sorry for my totally confusing first post, I've not attached the spreadsheet with what I'd like it to look like and I've being trying to us the following formulas without success:

    =INDEX('Part 1'!$E$1:$BE$1,MATCH('26002881'!$A$3,'Part 1'!$A:$A,0),MATCH('Part 1'!E3:BE3>0,0))

    So index and match seems to work up to the second match criteria and is does like me referencing the marks for each student to try and pull through the module code in row 1 on sheet 1 to the students individual tab in row 1.

    Any help greatly appreciated

    Thanks
    Attached Files Attached Files

  6. #6
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Index & Match to Bring Over Information

    Try

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


    Copy across
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  7. #7
    Forum Expert WideBoyDixon's Avatar
    Join Date
    10-03-2016
    Location
    Sheffield, UK
    MS-Off Ver
    365
    Posts
    2,182

    Re: Index & Match to Bring Over Information

    Based on my original solution but simplified with the value being available in A3 on those sheets. See attached.

    WBD
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    03-25-2013
    Location
    Reading, England
    MS-Off Ver
    Excel 2010
    Posts
    81

    Re: Index & Match to Bring Over Information

    Quote Originally Posted by WideBoyDixon View Post
    Based on my original solution but simplified with the value being available in A3 on those sheets. See attached.

    WBD
    Hi WideBoyDixon,

    Many thanks for the second reply, I've tried using your formula on my actual spreadsheet and unfortunately it brings the module code but not for the particular student just on the one first in the list, see formula below:

    =IFERROR(INDEX('Part 1'!$1:$1,SMALL(IF(INDEX('Part 1'!$E$1:$BE$220,MATCH('26002881'!$A$3,'Part 1'!$A:$A,0),)<>"",COLUMN(INDEX('Part 1'!$E$1:$BE$220,MATCH('26002881'!$A$3,'Part 1'!$A:$A,0),))),COLUMNS($A$1:A$1))),"")

    So on the tab with all the students on it there are about 50 to 60 module codes but a student is not likely to have no more than 10 modules codes that they will receive results on, plus I've tried drag the formula across and I get no results at all.

    Once again, I really appreciate the work so far and any more given.

    Thanks

  9. #9
    Forum Expert WideBoyDixon's Avatar
    Join Date
    10-03-2016
    Location
    Sheffield, UK
    MS-Off Ver
    365
    Posts
    2,182

    Re: Index & Match to Bring Over Information

    I suspect you're making this harder by posting one sheet but wanting the results on a different format. Some questions:

    1. On sheet "Part 1", which column contains the student ID and which columns/rows contain the course codes and scores?
    2. Are you using Ctrl+Shift+Enter to enter the formula as it's an array formula?

    WBD

  10. #10
    Registered User
    Join Date
    03-25-2013
    Location
    Reading, England
    MS-Off Ver
    Excel 2010
    Posts
    81

    Re: Index & Match to Bring Over Information

    Quote Originally Posted by WideBoyDixon View Post
    I suspect you're making this harder by posting one sheet but wanting the results on a different format. Some questions:

    1. On sheet "Part 1", which column contains the student ID and which columns/rows contain the course codes and scores?
    2. Are you using Ctrl+Shift+Enter to enter the formula as it's an array formula?

    WBD
    Apologies, WideBoyDixon, would love to be able to upload my actual spreadsheet but it has sensitive information which I can't allow to be uploaded.

    Answers to your questions:

    1) Student ID is in column A in both the part 1 spreadsheet and the student individual spreadsheet.

    2) Now I'm a complete idiot, didn't realise it required Ctrl+Shift+Enter, it is all now working.

    Thank you so much.

  11. #11
    Forum Expert WideBoyDixon's Avatar
    Join Date
    10-03-2016
    Location
    Sheffield, UK
    MS-Off Ver
    365
    Posts
    2,182

    Re: Index & Match to Bring Over Information

    Ah good. Glad we got there in the end.

    WBD

+ 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 to bring a value between a range
    By kricek7 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-12-2017, 08:51 AM
  2. Replies: 5
    Last Post: 02-09-2016, 07:02 PM
  3. Using Match/Index to bring multiple values
    By javi07 in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 12-27-2014, 03:02 AM
  4. Using Index and Match to get spacific information
    By komet12 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 02-05-2014, 10:01 AM
  5. [SOLVED] index match with row information offset from the match cell
    By smls in forum Excel General
    Replies: 7
    Last Post: 08-30-2012, 09:48 AM
  6. Replies: 4
    Last Post: 01-09-2011, 03:13 PM
  7. index and match in multiple worksheets and bring corresponding row
    By nickgoldie in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-14-2010, 04:32 PM

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