Project
Project
Objective:
Students will develop a system to manage a school event using Excel for data analysis, Access
for data storage, and HTML for an event website.
Project Breakdown
1. Planning & Requirements Gathering
Choose an event (e.g., science fair, sports day, talent show, club registration).
Identify the key data to collect (e.g., participants, event schedule, budget, tickets).
Determine how Excel, Access, and HTML will be used together.
Create tables for event participants, event schedule, and ticket sales.
Generate queries to filter and retrieve information (e.g., participants by event).
Excel:
Step 1: Import Data from Access
=SUM(E:E)
=COUNTIF(Participants!G:G, A2)
=B2-C2
(This calculates the difference between the budgeted and actual amount.)