Practical Google Sheets classroom tasks
Task 1: Student Mark Sheet (Beginner) Objective Create a mark sheet and calculate the total and average. Instructions Create the following table: Roll No Name English Maths Science Total Average Grade Requirements Enter details of 10 students . Calculate Total using the SUM() function. Calculate Average using the AVERAGE() function. Apply Bold to the headings. Center-align the headings. Add borders to the table. Use Conditional Formatting: Average above 80 → Green Average below 40 → Red Task 2: Monthly Expense Tracker Create the following table: Date Description Category Amount (₹) Requirements Enter 15 expenses . Calculate the total using SUM() . Format the Amount column as Currency. Create a Pie Chart showing expenses by category. Task 3: Employee Salary Sheet Employee Name Basic Salary Allowance Deduction Net Salary Formula Net Salary = Basic Salary + Allowance − Deduction Use formulas for all calculations. Task 4: Attendance Register Roll No Student Name Attendance (%) Statu...