Creating Attendance sheet with vlookup??

1234kay

New Member
Joined
Jan 31, 2017
Messages
7
Hi there,

I'm hoping someone can help me out. I am trying to make a Summary sheet that contains a formula in column B (starting at B5) that populates the current students listed on the StudentInfo sheet depending on the teacher selected in cell M1 on the Summary Sheet. I have tried using vlookups with if statements and also index formulas but I'm not having much luck. If anyone can help me out, it would be greatly appreciated. Examples of both sheets are below.

THANKS!!
1234kay

Summary Sheet
summary.jpg


Student_Info.jpg
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Hi 1234kay

Post what you've attempted so far and I'm sure someone will be able to help you.

Cheers

pvr928
 
Upvote 0
The current array formula I'm using is:
=IF(ISERROR(INDEX(Students!$A$2:$C$172,SMALL(IF(Students!$A$1:$A$200=$W$1,ROW(Students!$A$1:$A$200)),ROW(Students!1:1)),3)),"",INDEX(Students!$A$2:$C$172,SMALL(IF(Students!$A$1:$A$200=$W$1,ROW(Students!$A$1:$A$200)),ROW(Students!1:1)),3)) which is in Column B. however I'm not sure where to include the if statement to check Column B on the Student Information sheet to see if they are a current student.
 
Upvote 0

Forum statistics

Threads
1,214,833
Messages
6,121,868
Members
449,053
Latest member
Mesh

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