Multiple Index Match in one cell

OCDTeacher

New Member
Joined
Sep 9, 2017
Messages
3
I am trying to have a cell check for a student's name in another tab (which could be in multiple locations on the other tab), then pull their attendance to the cell. I have successfully used Index Match to check one section of the document, but I need it to check for the student under each teacher's name.

INDEX('9.11.17'!C$3:C26,(MATCH($A5,'9.11.17'!$B$3:$B$27,0)))

I need to add to this to check column G on 9.11.17 and reference their attendance in column H (then check L, reference M, then check Q, reference R).

This is a link to an example document that I am working in.
https://docs.google.com/a/students....lSNNiLo696UXsKwvlDPJrgRhvotk/edit?usp=sharing

Any help would be greatly appreciated.

OCDTeacher
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Hello,

If you need to 'merge' all these checks into a single cell ... you might consider either :

1. Create a helper column in each of your daily attendance sheets ... and recup this data ...
or
2. Go ahead with a single array formula to build your complete matrix of results ...

HTH
 
Upvote 0
Spreadsheet Formulas
CellFormula
C10{=IFERROR(INDEX('9.11.17'!$A$1:$V$6,SUMPRODUCT(($A4='9.11.17'!$A$1:$V$6)*ROW($1:$6)),SUMPRODUCT(($A4='9.11.17'!$A$1:$V$6)*(TRANSPOSE(ROW($1:$22))))+1),"")}

<tbody>
</tbody>
Formula Array:
Produce enclosing
{ } by entering
formula with CTRL+SHIFT+ENTER!

<tbody>
</tbody>
 
Upvote 0
Welcome to the MrExcel board!

Is this a Google Sheets question or an Excel question? While we don't actually prohibit GS questions here, you need to understand that this is an Excel forum so that is what helpers here are expecting. So you should make it abundantly clear if the question is not an Excel one.
 
Upvote 0
I put the information in GS to have a link to share. I am a visual person, so I thought it would help!
Fair enough, but your sheet specifically says "WHAT WE WANT GOOGLE SHEETS FORMULA TO DO"
 
Upvote 0

Forum statistics

Threads
1,216,099
Messages
6,128,822
Members
449,469
Latest member
Kingwi11y

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top