Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Attendance Summary

Hey all,


So I'm a teacher and I'ver created an attendance sheet for my classes in Numbers using checkboxes. I was wondering is there a way to get Numbers to list all the students that were not checked as present?

MacBook Pro (Retina, 15-inch, Late 2013), OS X Mavericks (10.9.1)

Posted on Apr 9, 2014 5:32 AM

Reply
2 replies

Apr 9, 2014 5:48 AM in response to eazalenski88

You can do something like this:

User uploaded file

Column A counts those who are absent based on the checkboxes in column C. Then column E creates a list of the absent kids.


A2=IF(C2=FALSE,MAX($A$1:A1)+1, "")


this is shothand for, select cell A2, then type (or copy and paste from here) the formaula:

=IF(C2=FALSE,MAX($A$1:A1)+1, "")


select cell A2, copy

select column A to select the column, then hold the command key and click cell A1 to unselect cell A1

paste


E2=IF((ROW()−1)≤MAX(A), VLOOKUP(ROW()−1, A:B, 2, 0), "")


select E2 and fill like before

Attendance Summary

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.