Procedure:: Object:4 To Create An Attendance Sheet in Excel
Procedure:: Object:4 To Create An Attendance Sheet in Excel
SR.NO Name DAY1 DAY2 DAY3 DAY4 DAY5 DAY6 DAY7 DAY8
1 Furqan P P P P P P P P
2 Burhan A P P P P A P A
3 Ahmed P P P P P P A P
4 Bilal P A P P P A A P
5 Waleed A P A P P P P A
6 Yousuf P P P P P P P P
7 Rehman A P A P P A P A
8 Khan P P P P P P A P
9 Anni P P A P P P P P
10 Zahra P A P P P A P P
PROCEDURE:
To create a school attendance sheet in Excel with "Eligible" or "Not Eligible" status, follow these steps:
1. Create Columns:
Column A: Student ID
Column B: Student Name
Column C: Eligibility Status
Columns D to Z: Dates of the month (1, 2, 3, etc.)
2. Mark Attendance:
Use "P" for Present and "A" for Absent under each date.
3. Eligibility Formula:
In Column C, use a formula like =IF(COUNTIF(D2:Z2, "A") > 20, "Not Eligible", "Eligible") to calculate eligibility based
Highlight "Eligible" and "Not Eligible" statuses with different colors for easy identification.
This setup automatically calculates eligibility based on student attendance, with color-coding for visual ease.
DAY9 DAY10 ATTENDANCE PERCENTAGE ELIGIBLE NOT ELIGIBLE
A P 9 90 ALLOW
P A 6 60 ALLOW
P P 9 90 ALLOW
P A 6 60 ALLOW
P P 7 70 ALLOW
A P 9 90 ALLOW
P A 5 50 MAY BE ALLOWED
A P 8 80 ALLOW
P P 9 90 ALLOW
A A 6 60 ALLOW
") to calculate eligibility based on absences (e.g., more than 20 absences = "Not Eligible").
r visual ease.